Skip to content
Snippets Groups Projects
Commit 1e2c9fd3 authored by Guido Trotter's avatar Guido Trotter
Browse files

Update manpages for --shutdown-timeout


Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent 17c3f802
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,10 @@
<cmdsynopsis>
<command>export</command>
<arg choice="req">-n <replaceable>node</replaceable></arg>
<arg>--shutdown-timeout=<replaceable>N</replaceable></arg>
<arg>--noshutdown</arg>
<arg choice="req"><replaceable>instance</replaceable></arg>
</cmdsynopsis>
<para>
......@@ -74,6 +76,13 @@
directory on the target node.
</para>
<para>
The <option>--shutdown-timeout</option> is used to specify how
much time to wait before forcing the shutdown (xm destroy in xen,
killing the kvm process, for kvm). By default two minutes are
given to each instance to stop.
</para>
<para>
The <option>--noshutdown</option> option will create a
snapshot disk of the instance without shutting it down first.
......
......@@ -785,6 +785,7 @@ instance5: 11225
<cmdsynopsis>
<command>remove</command>
<arg>--ignore-failures</arg>
<arg>--shutdown-timeout=<replaceable>N</replaceable></arg>
<arg>--submit</arg>
<arg choice="req"><replaceable>instance</replaceable></arg>
</cmdsynopsis>
......@@ -806,6 +807,13 @@ instance5: 11225
stop at the first error.
</para>
<para>
The <option>--shutdown-timeout</option> is used to specify how
much time to wait before forcing the shutdown (xm destroy in xen,
killing the kvm process, for kvm). By default two minutes are
given to each instance to stop.
</para>
<para>
The <option>--submit</option> option is used to send the job to
the master daemon but not wait for its completion. The job
......@@ -1593,6 +1601,8 @@ instance5: 11225
<sbr>
<arg>--ignore-secondaries</arg>
<sbr>
<arg>--shutdown-timeout=<replaceable>N</replaceable></arg>
<sbr>
<arg>--force-multiple</arg>
<sbr>
<group choice="opt">
......@@ -1633,6 +1643,13 @@ instance5: 11225
actual instances being rebooted.
</para>
<para>
The <option>--shutdown-timeout</option> is used to specify how
much time to wait before forcing the shutdown (xm destroy in xen,
killing the kvm process, for kvm). By default two minutes are
given to each instance to stop.
</para>
<para>
The <option>--force-multiple</option> will skip the
interactive confirmation in the case the more than one
......@@ -1978,6 +1995,7 @@ node1.example.com:disk/1:/dev/drbd1
<command>failover</command>
<arg>-f</arg>
<arg>--ignore-consistency</arg>
<arg>--shutdown-timeout=<replaceable>N</replaceable></arg>
<arg>--submit</arg>
<arg choice="req"><replaceable>instance</replaceable></arg>
</cmdsynopsis>
......@@ -1999,6 +2017,13 @@ node1.example.com:disk/1:/dev/drbd1
parallel (on disconnected DRBD drives).
</para>
<para>
The <option>--shutdown-timeout</option> is used to specify how
much time to wait before forcing the shutdown (xm destroy in xen,
killing the kvm process, for kvm). By default two minutes are
given to each instance to stop.
</para>
<para>
The <option>--submit</option> option is used to send the job to
the master daemon but not wait for its completion. The job
......@@ -2099,6 +2124,7 @@ y/[n]/?: y
<command>move</command>
<arg>-f</arg>
<arg>-n <replaceable>node</replaceable></arg>
<arg>--shutdown-timeout=<replaceable>N</replaceable></arg>
<arg>--submit</arg>
<arg choice="req"><replaceable>instance</replaceable></arg>
</cmdsynopsis>
......@@ -2115,6 +2141,13 @@ y/[n]/?: y
replace-disks for a drbd instance).
</para>
<para>
The <option>--shutdown-timeout</option> is used to specify how
much time to wait before forcing the shutdown (xm destroy in xen,
killing the kvm process, for kvm). By default two minutes are
given to each instance to stop.
</para>
<para>
The <option>--submit</option> option is used to send the job to
the master daemon but not wait for its completion. The job
......
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