Skip to content

Commit a442590

Browse files
committed
Merge pull request #1782 from nasark/activate_lvs_ssa
LVM guidelines for ISCSI/FC SmartState Analysis
2 parents 21c43b5 + a62d760 commit a442590

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

managing_infrastructure_and_inventory/_topics/storage_support_notes_about_analyzing_from_rhevm_3.0.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,21 @@ storage. NFS storage does not have these requirements.
4444

4545
3. Select the server that relates to this instance of the
4646
{{ site.data.product.title_short }} appliance.
47+
48+
3. If your storage domain is using Logical Volume Manager (LVM), you will need to manually activate your volume groups
49+
and logical volumes before performing the SmartState Analysis.
50+
51+
1. Edit the `/etc/lvm/lvm.conf` file on the appliance and add volume groups to activate as read-only:
52+
```
53+
activation {
54+
read_only_volume_list = ["volume_group_0", "volume_group_1", etc...]
55+
}
56+
```
57+
Note: the volume group names are the storage domain UUIDs
58+
59+
2. Activate volume groups:
60+
```
61+
vgchange -ay
62+
```
63+
64+
For more information, please refer to the Red Hat Enterprise Linux documentation.

managing_infrastructure_and_inventory/_topics/storage_support_notes_about_analyzing_from_rhevm_3.1.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,22 @@ Red Hat Enterprise Virtualization Manager 3.1 and above.
2424
- A {{ site.data.product.title_short }} appliance **must** reside in each datacenter
2525
with the iSCSI / FCP storage type.
2626

27+
- If your storage domain is using Logical Volume Manager (LVM), you will need to manually activate your volume groups
28+
and logical volumes before performing the SmartState Analysis.
29+
30+
1. Edit the `/etc/lvm/lvm.conf` file on the appliance and add volume groups to activate as read-only:
31+
```
32+
activation {
33+
read_only_volume_list = ["volume_group_0", "volume_group_1", etc...]
34+
}
35+
```
36+
Note: the volume group names are the storage domain UUIDs
37+
38+
2. Activate volume groups:
39+
```
40+
vgchange -ay
41+
```
42+
2743
- Other Notes
2844
2945
- The **Edit Management Engine Relationship** option enables the

0 commit comments

Comments
 (0)