[libvirt] [PATCH] docs: cgroups: fix typo about LXC cgroups

Jean-Baptiste Rouault jean-baptiste.rouault at diateam.net
Thu Mar 27 11:21:11 UTC 2014


---
 docs/cgroups.html.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/cgroups.html.in b/docs/cgroups.html.in
index f7c2450..33de453 100644
--- a/docs/cgroups.html.in
+++ b/docs/cgroups.html.in
@@ -33,9 +33,9 @@
 
     <p>
       The LXC driver is capable of using the <code>cpuset</code>,
-      <code>cpu</code>, <code>cpuset</code>, <code>freezer</code>,
+      <code>cpu</code>, <code>cpuacct</code>, <code>freezer</code>,
       <code>memory</code>, <code>blkio</code> and <code>devices</code>
-      controllers. The <code>cpuset</code>, <code>devices</code>
+      controllers. The <code>cpuacct</code>, <code>devices</code>
       and <code>memory</code> controllers are compulsory. Without
       them mounted, no containers can be started. If any of the
       other controllers are not mounted, the resource management APIs
-- 
1.8.5.3




More information about the libvir-list mailing list