Revision 5a8648eb man/gnt-cluster.rst

b/man/gnt-cluster.rst
166 166
| [{-s|--secondary-ip} *secondary\_ip*]
167 167
| [--vg-name *vg-name*]
168 168
| [--master-netdev *interface-name*]
169
| [--master-netmask *netmask*]
169 170
| [{-m|--mac-prefix} *mac-prefix*]
170 171
| [--no-lvm-storage]
171 172
| [--no-etc-hosts]
......
222 223
important that all nodes have this interface because you'll need it
223 224
for a master failover.
224 225

  
226
The ``--master-netmask`` option allows to specify a netmask for the
227
master IP. The netmask must be specified as an integer, and will be
228
interpreted as a CIDR netmask. The default value is 32 for an IPv4
229
address and 128 for an IPv6 address.
230

  
225 231
The ``-m (--mac-prefix)`` option will let you specify a three byte
226 232
prefix under which the virtual MAC addresses of your instances will be
227 233
generated. The prefix must be specified in the format ``XX:XX:XX`` and
......
431 437
| [--reserved-lvs=*NAMES*]
432 438
| [--node-parameters *ndparams*]
433 439
| [--master-netdev *interface-name*]
440
| [--master-netmask *netmask*]
434 441

  
435 442
Modify the options for the cluster.
436 443

  
......
438 445
``-H (--hypervisor-parameters)``, ``-B (--backend-parameters)``,
439 446
``--nic-parameters``, ``-C (--candidate-pool-size)``,
440 447
``--maintain-node-health``, ``--prealloc-wipe-disks``, ``--uid-pool``,
441
``--node-parameters``, ``--master-netdev`` options are described in
442
the **init** command.
448
``--node-parameters``, ``--master-netdev`` and ``--master-netmask``
449
options are described in the **init** command.
443 450

  
444 451
The ``--add-uids`` and ``--remove-uids`` options can be used to
445 452
modify the user-id pool by adding/removing a list of user-ids or

Also available in: Unified diff