Skip to content

Commit

Permalink
Merge pull request #139 from SUSE/bugfix/bsc1173007-clustervg
Browse files Browse the repository at this point in the history
Fix bsc#1173007: Clarify vgdisplay
  • Loading branch information
tomschr authored Jun 19, 2020
2 parents 0abbfbc + bb76cb7 commit d54f79a
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions xml/ha_cluster_lvm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,6 @@ Login to [iface: default, target: iqn.2010-03.de.&wsI;:san1, portal: &wwwip;,326
Metadata Sequence No 1
VG Access read/write
VG Status resizable
Clustered yes
Shared no
MAX LV 0
Cur LV 0
Open LV 0
Expand All @@ -573,6 +571,20 @@ Login to [iface: default, target: iqn.2010-03.de.&wsI;:san1, portal: &wwwip;,326
Free PE / Size 254 / 1016,00 MB
VG UUID UCyWw8-2jqV-enuT-KH4d-NXQI-JhH3-J24anD</screen>
</step>
<step>
<para>
Check the shared state of the volume group with the command <command>vgs</command>:
</para>
<screen>&prompt.root;<command>vgs</command>
VG #PV #LV #SN Attr VSize VFree
vgshared 1 1 0 wz--ns 1016.00m 1016.00m</screen>
<para>
The <literal>Attr</literal> column shows the volume attributes. In this example,
the volume group is writable (<literal>w</literal>),
resizeable (<literal>z</literal>), the allocation policy is normal (<literal>n</literal>),
and it is a shared resource (<literal>s</literal>).
See the man page of <command>vgs</command> for details.</para>
</step>
</procedure>
<para>
After you have created the volumes and started your resources you should have new device
Expand Down

0 comments on commit d54f79a

Please sign in to comment.