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

Update gnt-instance(8) for info

Add the --all argument, and reword a bit the basic information.

Reviewed-by: iustinp
parent 220cde0b
No related branches found
No related tags found
No related merge requests found
......@@ -1118,14 +1118,17 @@ instance5: 11225
<arg>-s</arg>
<arg>--static</arg>
</group>
<arg rep="repeat"><replaceable>instance</replaceable></arg>
<group choice="req">
<arg>--all</arg>
<arg rep="repeat"><replaceable>instance</replaceable></arg>
</group>
</cmdsynopsis>
<para>
Show detailed information about the (given) instances. This
is different from <command>list</command> as it shows
detailed data about the instance's disks (especially useful
for drbd disk template).
Show detailed information about the given instance(s). This is
different from <command>list</command> as it shows detailed data
about the instance's disks (especially useful for the drbd disk
template).
</para>
<para>
......@@ -1133,6 +1136,11 @@ instance5: 11225
available in the configuration file is returned, without
querying nodes, making the operation faster.
</para>
<para>
Use the <option>--all</option> to get info about all instances,
rather than explicitely passing the ones you're interested in.
</para>
</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