Revision a84d1115

b/man/gnt-instance.rst
793 793
duplicate IPs the next time the instance is started). The IP test
794 794
can be skipped if the ``--no-ip-check`` option is passed.
795 795

  
796
The ``--no-name-check`` skips the check for the new instance name
797
via the resolver (e.g. in DNS or /etc/hosts, depending on your
798
setup). Since the name check is used to compute the IP address, if
799
you pass this option you must also pass the ``--no-ip-check``
800
option.
796
The ``--no-name-check`` skips the check for the new instance name via
797
the resolver (e.g. in DNS or /etc/hosts, depending on your setup) and
798
that the resolved name matches the provided name. Since the name check
799
is used to compute the IP address, if you pass this option you must also
800
pass the ``--no-ip-check`` option.
801 801

  
802 802
The ``--submit`` option is used to send the job to the master
803 803
daemon but not wait for its completion. The job ID will be shown so
......
1337 1337
In this case, there is not need to pass tags on the command line (if
1338 1338
you do, tags from both sources will be removed). A file name of - will
1339 1339
be interpreted as stdin.
1340

  
1341
.. vim: set textwidth=72 :

Also available in: Unified diff