Document ionice options.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Mon, 14 Jul 2008 14:09:51 +0000 (14:09 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Mon, 14 Jul 2008 14:09:51 +0000 (14:09 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2740 94cd875c-1c1d-0410-91d2-eb244daf1a30

doc/configuration.xml

index 16e3224..729a197 100644 (file)
@@ -1610,5 +1610,14 @@ Puts the guest in a cpuset. Required entries are name, cpus and mems.
         <description>Contains a mask of spaces to clone/enter</description>
       </scalar>
     </collection>
+
+    <collection name="ionice" since="0.30.216">
+      <scalar name="class">
+        <description>The IO scheduling class to use for this guest (see ionice(1)).</description>
+      </scalar>
+      <scalar name="priority">
+        <description>The IO scheduling priority to use for this guest (see ionice(1)).</description>
+      </scalar>
+    </collection>
   </collection>
   </database>