Document the default instance allocator in gnt-cluster.sgml
authorApollon Oikonomopoulos <apollon@noc.grnet.gr>
Thu, 8 Jul 2010 12:03:26 +0000 (15:03 +0300)
committerIustin Pop <iustin@google.com>
Thu, 8 Jul 2010 13:45:14 +0000 (15:45 +0200)
Signed-off-by: Apollon Oikonomopoulos <apollon@noc.grnet.gr>
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>

man/gnt-cluster.sgml

index 7f34c1a..c7d2764 100644 (file)
         <sbr>
         <arg>--uid-pool <replaceable>user-id pool definition</replaceable></arg>
         <sbr>
+        <arg>-I <replaceable>default instance allocator</replaceable></arg>
+        <sbr>
         <arg choice="req"><replaceable>clustername</replaceable></arg>
       </cmdsynopsis>
 
         the user-id pool feature is disabled.
       </para>
 
+      <para>
+       The <option>-I (--default-iallocator)</option> option specifies the
+       default instance allocator. The instance allocator will be used for
+       operations like instance creation, instance and node migration, etc.
+       when no manual override is specified. If this option is not specified,
+       the default instance allocator will be blank, which means that relevant
+       operations will require the administrator to manually specify either an
+        instance allocator, or a set of nodes.
+       The default iallocator can be changed later using the
+        <command>modify</command> command.
+      </para>
+
     </refsect2>
 
     <refsect2>
         <arg choice="opt">-C <replaceable>candidate_pool_size</replaceable></arg>
         <sbr>
         <arg>--maintain-node-health <group choice="req"><arg>yes</arg><arg>no</arg></group></arg>
+        <sbr>
+        <arg choice="opt">-I <replaceable>default instance allocator</replaceable></arg>
 
       </cmdsynopsis>
 
           <option>--hypervisor-parameters</option>,
           <option>--backend-parameters</option>,
           <option>--nic-parameters</option>,
-          <option>--maintain-node-health</option> and
-          <option>--uid-pool</option> options are
+          <option>--maintain-node-health</option>,
+          <option>--uid-pool</option> and
+          <option>-I</option> options are
           described in the <command>init</command> command.
         </para>