Revision 42653ebd man/gnt-cluster.rst

b/man/gnt-cluster.rst
358 358
    not set, ``False`` is used.
359 359

  
360 360

  
361
The ``-N (--nic-parameters)`` option allows you to set the default nic
362
parameters for the cluster. The parameter format is a comma-separated
363
list of key=value pairs with the following supported keys:
361
The ``-N (--nic-parameters)`` option allows you to set the default
362
network interface parameters for the cluster. The parameter format is a
363
comma-separated list of key=value pairs with the following supported
364
keys:
364 365

  
365 366
mode
366
    The default nic mode, 'routed', 'bridged' or 'openvswitch'.
367
    The default NIC mode, one of ``routed``, ``bridged`` or
368
    ``openvswitch``.
367 369

  
368 370
link
369
    In bridged or openvswitch mode the default interface where to attach
370
    NICs. In routed mode it represents an hypervisor-vif-script
371
    dependent value to allow different instance groups. For example
372
    under the KVM default network script it is interpreted as a routing
373
    table number or name. Openvswitch support is also hypervisor
374
    dependent and currently works for the default KVM network script.
375
    Under Xen a custom network script must be provided.
371
    In ``bridged`` or ``openvswitch`` mode the default interface where
372
    to attach NICs. In ``routed`` mode it represents an
373
    hypervisor-vif-script dependent value to allow different instance
374
    groups. For example under the KVM default network script it is
375
    interpreted as a routing table number or name. Openvswitch support
376
    is also hypervisor dependent and currently works for the default KVM
377
    network script. Under Xen a custom network script must be provided.
376 378

  
377 379
The ``-D (--disk-parameters)`` option allows you to set the default disk
378 380
template parameters at cluster level. The format used for this option is

Also available in: Unified diff