Revision 1d65264b

b/man/gnt-instance.sgml
78 78
            <arg>-s <replaceable>SIZE</replaceable></arg>
79 79
          </group>
80 80
          <sbr>
81
          <arg>--no-ip-check</arg>
82
          <arg>--no-name-check</arg>
83
          <arg>--no-start</arg>
84
          <sbr>
81 85
          <group>
82 86
            <arg rep="repeat">--net=<replaceable>N</replaceable><arg rep="repeat">:options</arg></arg>
83 87
            <arg>--no-nics</arg>
......
147 151
        </para>
148 152

  
149 153
        <para>
154
          The <option>--no-ip-check</option> skips the checks that are
155
          done to see if the instance's IP is not already alive
156
          (i.e. reachable from the master node).
157
        </para>
158

  
159
        <para>
160
          The <option>--no-name-check</option> skips the check for the
161
          instance name via the resolver (e.g. in DNS or /etc/hosts,
162
          depending on your setup). Since the name check is used to
163
          compute the IP address, if you pass this option you must
164
          also pass the <option>--no-ip-check</option> option.
165
        </para>
166

  
167
        <para>
168
          If you don't wat the instance to automatically start after
169
          creation, this is possible via the
170
          <option>--no-start</option> option. This will leave the
171
          instance down until a subsequent <command>gnt-instance
172
          start</command> command.
173
        </para>
174

  
175
        <para>
150 176
          The NICs of the instances can be specified via the
151 177
          <option>--net</option> option. By default, one NIC is
152 178
          created for the instance, with a random MAC, and set
......
770 796
              </listitem>
771 797
            </varlistentry>
772 798
            <varlistentry>
799
              <term>name_check</term>
800
              <listitem>
801
                <simpara>Skip the name check for instances;
802
                see the description in the <command>add</command>
803
                command for details.</simpara>
804
              </listitem>
805
            </varlistentry>
806
            <varlistentry>
773 807
              <term>file_storage_dir, file_driver</term>
774 808
              <listitem>
775 809
                <simpara>Configuration for the <literal>file</literal>

Also available in: Unified diff