]> xenbits.xensource.com Git - libvirt.git/commitdiff
doc: cgroups: Remove unwanted references to systemd
authorMiguel Ángel Arruga Vivas <rosen644835@gmail.com>
Mon, 4 Nov 2019 14:55:22 +0000 (15:55 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 15 Nov 2019 14:45:20 +0000 (15:45 +0100)
The non-systemd configurations do not create system neither user
control groups.  The title of the diagram referenced systemd too.

Signed-off-by: Miguel Ángel Arruga Vivas <rosen644835@gmail.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/cgroups.html.in

index 081ba2eae17de3e7cd7133555bc6ba7a4d2ff3f2..78dede1bbae1930b64815775b1abd3fde6bd721b 100644 (file)
@@ -155,24 +155,17 @@ $ROOT
       named <code>$VMNAME.libvirt-{qemu,lxc}</code>. Each consumer is associated
       with exactly one partition, which also have a corresponding cgroup usually
       named <code>$PARTNAME.partition</code>. The exceptions to this naming rule
-      are the three top level default partitions, named <code>/system</code> (for
-      system services), <code>/user</code> (for user login sessions) and
-      <code>/machine</code> (for virtual machines and containers). By default
-      every consumer will of course be associated with the <code>/machine</code>
-      partition.
+      is the top level default partition for virtual machines and containers
+      <code>/machine</code>.
     </p>
 
     <p>
-      Given this, a possible systemd cgroups layout involving 3 qemu guests,
+      Given this, a possible non-systemd cgroups layout involving 3 qemu guests,
       3 lxc containers and 2 custom child slices, would be:
     </p>
 
     <pre>
 $ROOT
-  |
-  +- system
-  |   |
-  |   +- libvirtd.service
   |
   +- machine
       |