Clarify which entries are required for cpusets.
[util-vserver.git] / doc / configuration.xml
index 526ca1a..5702e5c 100644 (file)
@@ -636,9 +636,19 @@ for possible values.
     </list>
     <scalar name="context">
       <description>
-Contains the context which shall be used for the vserver.
+Contains the context id which shall be used for the vserver. Valid range is 2 through 49151.
         </description>
     </scalar>
+    <scalar name="ncontext">
+      <description>
+Contains the network context id which shall be used for the vserver. Valid range is 2 through 49151.
+      </description>
+    </scalar>
+    <scalar name="tag">
+      <description>
+Contains the filesystem tag which shall be used for the vserver. Valid range is 2 through 49151.
+      </description>
+    </scalar>
     <data id="fstab" name="fstab">
       <description>
 The fstab file for the vserver. Entries in this file will be mounted
@@ -1211,7 +1221,10 @@ The name of the current vserver.
     
     <collection name="interfaces">
       <scalar name="bcast">
-       <description>The default broadcast address.</description>
+       <description>The guest's broadcast address.</description>
+      </scalar>
+      <scalar name="lback">
+        <description>The guest's loopback address.</description>
       </scalar>
       <scalar name="dev">
        <description>The default network device. See <optionref ref="per-if-dev">iface/dev</optionref> for more information.</description>
@@ -1255,9 +1268,6 @@ numbers like '00' are good names for these directories.
        <scalar name="ip">
          <description>The IP address which will be assigned to this interface.</description>
        </scalar>
-       <scalar name="bcast">
-         <description>The broadcast address.</description>
-       </scalar>
        <scalar name="dev" id="per-if-dev">
          <description>The network device. When this is specified, the IP address will be assigned and removed when starting and stopping the guest.</description>
        </scalar>
@@ -1418,6 +1428,9 @@ tools and can *not* be modified.
     </collection>
 
     <collection name="cpuset" since="0.30.211">
+      <description>
+Puts the guest in a cpuset. Required entries are name, cpus and mems.
+      </description>
       <scalar name="name">
         <description>The name of the cpuset for this vserver</description>
       </scalar>