Be silent if it's not a Linux-VServer kernel.
[util-vserver.git] / doc / configuration.xml
index 9ce06f0..729a197 100644 (file)
@@ -1382,6 +1382,11 @@ not a group name.
 Sets the link type of tun/tap interfaces.
          </description>
        </scalar>
+       <scalar name="peer" since="0.30.216">
+         <description>
+Sets the peer for a point-to-point link, such as a tun interface.
+         </description>
+       </scalar>
       </collection>
     </collection>
     
@@ -1605,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>