Revision c8b96be4 man/gnt-instance.rst

b/man/gnt-instance.rst
91 91

  
92 92
The NICs of the instances can be specified via the ``--net``
93 93
option. By default, one NIC is created for the instance, with a
94
random MAC, and set up according the the cluster level nic
94
random MAC, and set up according the the cluster level NIC
95 95
parameters. Each NIC can take these parameters (all optional):
96 96

  
97 97
mac
......
103 103
    the node expects the instance to use)
104 104

  
105 105
mode
106
    specifies the connection mode for this nic: routed, bridged or
106
    specifies the connection mode for this NIC: routed, bridged or
107 107
    openvswitch.
108 108

  
109 109
link
......
123 123
    different ways.
124 124

  
125 125

  
126
Of these "mode" and "link" are nic parameters, and inherit their
126
Of these "mode" and "link" are NIC parameters, and inherit their
127 127
default at cluster level.  Alternatively, if no network is desired for
128 128
the instance, you can prevent the default of one NIC with the
129 129
``--no-nics`` option.
......
816 816
    key.
817 817

  
818 818
nics
819
    List of nics that will be created for the instance. Each entry
819
    List of NICs that will be created for the instance. Each entry
820 820
    should be a dict, with mac, ip, mode and link as possible keys.
821 821
    Please don't provide the "mac, ip, mode, link" parent keys if you
822
    use this method for specifying nics.
822
    use this method for specifying NICs.
823 823

  
824 824
primary\_node, secondary\_node
825 825
    The primary and optionally the secondary node to use for the
......
1005 1005
| {*instance*}
1006 1006

  
1007 1007
Modifies the memory size, number of vcpus, ip address, MAC address
1008
and/or nic parameters for an instance. It can also add and remove
1008
and/or NIC parameters for an instance. It can also add and remove
1009 1009
disks and NICs to/from the instance. Note that you need to give at
1010 1010
least one of the arguments, otherwise the command complains.
1011 1011

  

Also available in: Unified diff