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

Add description of “gnt-instance startup --force” to manpage.

This was reported by Henning Sprang in issue #14. Also add a missing word
in the description of “gnt-instance reboot”.

Reviewed-by: iustinp
parent 7fbb1f65
No related branches found
No related tags found
No related merge requests found
...@@ -465,6 +465,7 @@ ...@@ -465,6 +465,7 @@
<cmdsynopsis> <cmdsynopsis>
<command>startup</command> <command>startup</command>
<arg>--extra=<replaceable>PARAMS</replaceable></arg> <arg>--extra=<replaceable>PARAMS</replaceable></arg>
<arg>--force</arg>
<sbr> <sbr>
<group choice="opt"> <group choice="opt">
<arg>--instance</arg> <arg>--instance</arg>
...@@ -537,6 +538,10 @@ ...@@ -537,6 +538,10 @@
not apply to all virtualization types. not apply to all virtualization types.
</para> </para>
<para>
Use <option>--force</option> to start even if secondary disks are
failing.
</para>
<para> <para>
Example: Example:
...@@ -644,7 +649,7 @@ ...@@ -644,7 +649,7 @@
</para> </para>
<para> <para>
Use the <option>--force-multiple</option> to keep Use the <option>--force-multiple</option> option to keep
gnt-instance from asking for confirmation when more than one gnt-instance from asking for confirmation when more than one
instance is affected. instance is affected.
</para> </para>
......
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