Skip to content

Commit d54f79a

Browse files
authored
Merge pull request #139 from SUSE/bugfix/bsc1173007-clustervg
Fix bsc#1173007: Clarify vgdisplay
2 parents 0abbfbc + bb76cb7 commit d54f79a

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

xml/ha_cluster_lvm.xml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,6 @@ Login to [iface: default, target: iqn.2010-03.de.&wsI;:san1, portal: &wwwip;,326
558558
Metadata Sequence No 1
559559
VG Access read/write
560560
VG Status resizable
561-
Clustered yes
562-
Shared no
563561
MAX LV 0
564562
Cur LV 0
565563
Open LV 0
@@ -573,6 +571,20 @@ Login to [iface: default, target: iqn.2010-03.de.&wsI;:san1, portal: &wwwip;,326
573571
Free PE / Size 254 / 1016,00 MB
574572
VG UUID UCyWw8-2jqV-enuT-KH4d-NXQI-JhH3-J24anD</screen>
575573
</step>
574+
<step>
575+
<para>
576+
Check the shared state of the volume group with the command <command>vgs</command>:
577+
</para>
578+
<screen>&prompt.root;<command>vgs</command>
579+
VG #PV #LV #SN Attr VSize VFree
580+
vgshared 1 1 0 wz--ns 1016.00m 1016.00m</screen>
581+
<para>
582+
The <literal>Attr</literal> column shows the volume attributes. In this example,
583+
the volume group is writable (<literal>w</literal>),
584+
resizeable (<literal>z</literal>), the allocation policy is normal (<literal>n</literal>),
585+
and it is a shared resource (<literal>s</literal>).
586+
See the man page of <command>vgs</command> for details.</para>
587+
</step>
576588
</procedure>
577589
<para>
578590
After you have created the volumes and started your resources you should have new device

0 commit comments

Comments
 (0)