Revision e725bee0

b/lib/cmdlib.py
2456 2456
    ("maintain_node_health", None, ht.TMaybeBool),
2457 2457
    ("nicparams", None, ht.TOr(ht.TDict, ht.TNone)),
2458 2458
    ("drbd_helper", None, ht.TOr(ht.TString, ht.TNone)),
2459
    ("default_iallocator", None, ht.TMaybeString),
2459
    ("default_iallocator", None, ht.TOr(ht.TString, ht.TNone)),
2460 2460
    ("reserved_lvs", None, ht.TOr(ht.TListOf(ht.TNonEmptyString), ht.TNone)),
2461 2461
    ("hidden_os", None, ht.TOr(ht.TListOf(\
2462 2462
          ht.TAnd(ht.TList,
b/man/gnt-cluster.sgml
676 676
          <option>--backend-parameters</option>,
677 677
          <option>--nic-parameters</option>,
678 678
          <option>--maintain-node-health</option>,
679
          <option>--uid-pool</option> and
680
          <option>-I</option> options are
681
          described in the <command>init</command> command.
679
          <option>--uid-pool</option> options are described in
680
          the <command>init</command> command.
682 681
        </para>
683 682

  
684 683
      <para>
......
717 716
        or <option>--reserved-lvs ''</option>.
718 717
      </para>
719 718

  
719
      <para>
720
        The <option>-I</option> is described in
721
        the <command>init</command> command. To clear the default
722
        iallocator, just pass an empty string (<literal>''</literal>).
723
      </para>
724

  
720 725
    </refsect2>
721 726

  
722 727
    <refsect2>

Also available in: Unified diff