Skip to content
Snippets Groups Projects
Commit a53a1b18 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Forward-port: Update gnt-instance and gnt-backup manpages

- Add --iallocator options
- Small text fixes

Reviewed-by: ultrotter
parent 52da0141
No related branches found
No related tags found
No related merge requests found
...@@ -92,13 +92,21 @@ ...@@ -92,13 +92,21 @@
<title>IMPORT</title> <title>IMPORT</title>
<cmdsynopsis> <cmdsynopsis>
<command>import</command> <command>import</command>
<arg choice="req">-n <replaceable>node<optional>:secondary-node</optional></replaceable></arg>
<arg>-s <replaceable>disksize</replaceable></arg> <group choice="req">
<arg>-n <replaceable>node<optional>:secondary-node</optional></replaceable></arg>
<arg>--iallocator <replaceable>name</replaceable></arg>
</group>
<sbr> <sbr>
<arg>-s <replaceable>disksize</replaceable></arg>
<arg>--swap-size <replaceable>disksize</replaceable></arg> <arg>--swap-size <replaceable>disksize</replaceable></arg>
<arg>-m <replaceable>memsize</replaceable></arg> <arg>-m <replaceable>memsize</replaceable></arg>
<sbr>
<arg>-b <replaceable>bridge</replaceable></arg> <arg>-b <replaceable>bridge</replaceable></arg>
<arg choice="req">--src-node=<replaceable>source-node</replaceable></arg>
<arg choice="req">--src-dir=<replaceable>source-dir</replaceable></arg>
<sbr> <sbr>
<arg choice="req">-t<group> <arg choice="req">-t<group>
...@@ -108,8 +116,6 @@ ...@@ -108,8 +116,6 @@
</group></arg> </group></arg>
<sbr> <sbr>
<arg choice="req">--src-node=<replaceable>source-node</replaceable></arg>
<arg choice="req">--src-dir=<replaceable>source-dir</replaceable></arg>
<arg choice="req"><replaceable>instance</replaceable></arg> <arg choice="req"><replaceable>instance</replaceable></arg>
</cmdsynopsis> </cmdsynopsis>
<para> <para>
...@@ -183,8 +189,16 @@ ...@@ -183,8 +189,16 @@
</para> </para>
<para> <para>
The optional second value of the <option>--node</option> is The <option>--iallocator</option> option specifies the instance
used for the drbd disk template and specifies the remote node. allocator plugin to use. If you pass in this option the allocator will
select nodes for this instance automatically, so you don't need to pass
them with the <option>-n</option> option. For more information please
refer to the instance allocator documentation.
</para>
<para>
The optional second value of the <option>--node</option> is used for
the remote raid template type and specifies the remote node.
</para> </para>
<para> <para>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<!-- Fill in your name for FIRSTNAME and SURNAME. --> <!-- Fill in your name for FIRSTNAME and SURNAME. -->
<!-- Please adjust the date whenever revising the manpage. --> <!-- Please adjust the date whenever revising the manpage. -->
<!ENTITY dhdate "<date>May 16, 2007</date>"> <!ENTITY dhdate "<date>May 29, 2008</date>">
<!-- SECTION should be 1-8, maybe w/ subsection other parameters are <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
allowed: see man(7), man(1). --> allowed: see man(7), man(1). -->
<!ENTITY dhsection "<manvolnum>8</manvolnum>"> <!ENTITY dhsection "<manvolnum>8</manvolnum>">
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<copyright> <copyright>
<year>2006</year> <year>2006</year>
<year>2007</year> <year>2007</year>
<year>2008</year>
<holder>Google Inc.</holder> <holder>Google Inc.</holder>
</copyright> </copyright>
&dhdate; &dhdate;
...@@ -114,7 +115,12 @@ ...@@ -114,7 +115,12 @@
</group></arg> </group></arg>
<sbr> <sbr>
<arg choice="req">-n <replaceable>node<optional>:secondary-node</optional></replaceable></arg> <group choice="req">
<arg>-n <replaceable>node<optional>:secondary-node</optional></replaceable></arg>
<arg>--iallocator <replaceable>name</replaceable></arg>
</group>
<sbr>
<arg choice="req">-o <replaceable>os-type</replaceable></arg> <arg choice="req">-o <replaceable>os-type</replaceable></arg>
<sbr> <sbr>
...@@ -235,7 +241,7 @@ ...@@ -235,7 +241,7 @@
</para> </para>
<para> <para>
The <option>--hvm-cdrom-image-path</option> specifies the The <option>--hvm-cdrom-image-path</option> option specifies the
path to the file xen uses to emulate a virtual CDROM drive path to the file xen uses to emulate a virtual CDROM drive
for this HVM instance. Valid values are either an for this HVM instance. Valid values are either an
absolute path to an existing file or None, which disables absolute path to an existing file or None, which disables
...@@ -243,14 +249,22 @@ ...@@ -243,14 +249,22 @@
</para> </para>
<para> <para>
The <option>--vnc-bind-address</option> specifies the The <option>--vnc-bind-address</option> option specifies the
address that the VNC listener for this instance should bind address that the VNC listener for this instance should bind
to. Valid values are IPv4 addresses. Use the address 0.0.0.0 to. Valid values are IPv4 addresses. Use the address 0.0.0.0
to bind to all available interfaces. to bind to all available interfaces.
</para> </para>
<para> <para>
The <option>--kernel</option> options allows the instance to The <option>--iallocator</option> option specifies the instance
allocator plugin to use. If you pass in this option the allocator
will select nodes for this instance automatically, so you don't need
to pass them with the <option>-n</option> option. For more
information please refer to the instance allocator documentation.
</para>
<para>
The <option>--kernel</option> option allows the instance to
use a custom kernel (if a filename is passed) or to use the use a custom kernel (if a filename is passed) or to use the
default kernel (<filename>@CUSTOM_XEN_KERNEL@</filename>), if the default kernel (<filename>@CUSTOM_XEN_KERNEL@</filename>), if the
string <constant>default</constant> is passed. string <constant>default</constant> is passed.
...@@ -980,13 +994,20 @@ ...@@ -980,13 +994,20 @@
<cmdsynopsis> <cmdsynopsis>
<command>replace-disks</command> <command>replace-disks</command>
<group choice="req">
<arg>--iallocator <replaceable>name</replaceable></arg>
<arg>--new-secondary <replaceable>NODE</replaceable></arg>
</group>
<sbr>
<arg choice="opt">-s</arg> <arg choice="opt">-s</arg>
<arg choice="req">--new-secondary <replaceable>NODE</replaceable></arg>
<arg choice="req"><replaceable>instance</replaceable></arg> <arg choice="req"><replaceable>instance</replaceable></arg>
</cmdsynopsis> </cmdsynopsis>
<cmdsynopsis> <cmdsynopsis>
<command>replace-disks</command> <command>replace-disks</command>
<group> <group>
<arg choice="req">-s</arg> <arg choice="req">-s</arg>
<arg choice="req">-p</arg> <arg choice="req">-p</arg>
...@@ -1007,6 +1028,11 @@ ...@@ -1007,6 +1028,11 @@
node of the instance only, without changing the node. node of the instance only, without changing the node.
</para> </para>
<para>
Specifying <option>--iallocator</option> enables secondary node
replacement and and makes the new secondary be selected automatically
by the specified allocator plugin.
</para>
</refsect3> </refsect3>
<refsect3> <refsect3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment