Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix bsc#1173007: Clarify vgdisplay #139

Merged
merged 1 commit into from
Jun 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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