On Mon, Jan 28, 2013 at 5:05 PM, Helga Velroyen <[email protected]> wrote: > According to doc/design-network.rst, there is a new NIC > parameter 'network', which can be used to link an instance > to a network. This was so far undocumented in the man > page of 'gnt-instance'. > > Signed-off-by: Helga Velroyen <[email protected]>
LGTM, please submit to devel-2.6 Thanks, Guido > --- > man/gnt-instance.rst | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) > > diff --git a/man/gnt-instance.rst b/man/gnt-instance.rst > index 553bdcd..cf01b2a 100644 > --- a/man/gnt-instance.rst > +++ b/man/gnt-instance.rst > @@ -114,6 +114,10 @@ link > details). Note that openvswitch support is also hypervisor > dependent. > > +network > + derives the mode and the link from the settings of the network > + which is identified by its name. > + > > Of these "mode" and "link" are nic parameters, and inherit their > default at cluster level. Alternatively, if no network is desired for > @@ -1033,10 +1037,10 @@ read-write (``rw``). > The ``--net add:``*options* and ``--net`` *N*``:add,``*options* option > will add a new network interface to the instance. The available options > are the same as in the **add** command (``mac``, ``ip``, ``link``, > -``mode``). The ``--net remove`` will remove the last network interface > -of the instance (``--net`` *N*``:remove`` for a specific index), while > -the ``--net`` *N*``:``*options* option will change the parameters of the Nth > -instance network interface. > +``mode``, ``network``). The ``--net remove`` will remove the last network > +interface of the instance (``--net`` *N*``:remove`` for a specific index), > +while the ``--net`` *N*``:``*options* option will change the parameters of > +the Nth instance network interface. > > The option ``-o (--os-type)`` will change the OS name for the instance > (without reinstallation). In case an OS variant is specified that is > -- > 1.8.1 > > -- > You received this message because you are subscribed to the Google Groups > "ganeti-devel" group. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- Guido Trotter Ganeti engineering Google Germany -- You received this message because you are subscribed to the Google Groups "ganeti-devel" group. To unsubscribe from this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
