Skip to content

Commit d884ddd

Browse files
authored
Merge pull request #75965 from sr1kar99/10568-deleting-int-raid-arrays-proc
OSDOCS#10568: Deleted "Integrating RAID arrays with LVMS" proc
2 parents 4640a70 + b13535d commit d884ddd

11 files changed

+29
-96
lines changed

modules/lvms-about-adding-devices-to-a-vg.adoc

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,21 @@
66
[id="about-adding-devices-to-a-vg_{context}"]
77
= About adding devices to a volume group
88

9-
The `deviceSelector` field in the `LVMCluster` CR contains the configuration to specify the paths to the devices that you want to add to the LVM volume group (VG).
9+
The `deviceSelector` field in the `LVMCluster` CR contains the configuration to specify the paths to the devices that you want to add to the Logical Volume Manager (LVM) volume group.
1010

11-
You can specify the device paths in the `deviceSelector.paths` field, the `deviceSelector.optionalPaths` field, or both. If you do not specify the device paths in both the `deviceSelector.paths` field and the `deviceSelector.optionalPaths` field, {lvms} adds the supported unused devices to the VG.
11+
You can specify the device paths in the `deviceSelector.paths` field, the `deviceSelector.optionalPaths` field, or both. If you do not specify the device paths in both the `deviceSelector.paths` field and the `deviceSelector.optionalPaths` field, {lvms} adds the supported unused devices to the volume group (VG).
1212

13-
You can also add the path to the RAID arrays to integrate the RAID arrays with {lvms}. For more information, see "Integrating RAID arrays with {lvms}".
13+
You can add the path to the Redundant Array of Independent Disks (RAID) arrays in the `deviceSelector` field to integrate the RAID arrays with {lvms}. You can create the RAID array by using the `mdadm` utility. {lvms} does not support creating a software RAID.
14+
15+
[NOTE]
16+
====
17+
You can create a RAID array only during an {product-title} installation. For information on creating a RAID array, see the following sections:
18+
19+
* "Configuring a RAID-enabled data volume" in "Additional resources".
20+
* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_storage_devices/managing-raid_managing-storage-devices#creating-a-software-raid-on-an-installed-system_managing-raid[Creating a software RAID on an installed system]
21+
* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_storage_devices/managing-raid_managing-storage-devices#replacing-a-failed-disk-in-raid_managing-raid[Replacing a failed disk in RAID]
22+
* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_storage_devices/managing-raid_managing-storage-devices#repairing-raid-disks_managing-raid[Repairing RAID disks]
23+
====
1424

1525
You can also add encrypted devices to the volume group. You can enable disk encryption on the cluster nodes during an {product-title} installation. After encrypting a device, you can specify the path to the LUKS encrypted device in the `deviceSelector` field. For information on disk encryption, see "About disk encryption" and "Configuring disk encryption and mirroring".
1626

modules/lvms-about-lvmcluster-cr.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ LVM Storage creates a storage class and volume snapshot class for each device cl
3838
|`string`
3939
|Specify a name for the LVM volume group (VG).
4040

41-
You can also configure this field to reuse a volume group that you created in the previous installation. For more information, see "Reusing a volume group from the previous LVM Storage installation" in the "Additional resources" section.
41+
You can also configure this field to reuse a volume group that you created in the previous installation. For more information, see "Reusing a volume group from the previous LVM Storage installation".
4242

4343
|`deviceClasses.fstype`
4444
|`string`
@@ -65,7 +65,7 @@ On the control-plane node, {lvms} detects and uses the additional worker nodes w
6565
* Specify the paths to the devices that you want to add to the LVM volume group.
6666
* Force wipe the devices that are added to the LVM volume group.
6767

68-
For more information, see "About adding devices to a volume group" in the "Additional resources" section.
68+
For more information, see "About adding devices to a volume group".
6969

7070
|`deviceSelector.paths`
7171
|`array`

modules/lvms-about-scaling-storage-of-clusters.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ You can add the `deviceSelector` field in the `LVMCluster` CR only while creatin
2020
If you do not add the `deviceSelector` field in the `LVMCluster` CR, {lvms} automatically adds the new devices when the devices are available.
2121
[NOTE]
2222
====
23-
{lvms} adds only the supported devices. For information about unsupported devices, see "Devices not supported by LVM Storage" in the "Additional resources" section.
23+
{lvms} adds only the supported devices. For information about unsupported devices, see "Devices not supported by LVM Storage".
2424
====

modules/lvms-about-volume-snapshots.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can perform the following actions using the volume snapshots:
1414
+
1515
[IMPORTANT]
1616
====
17-
Volume snapshots are located on the same devices as the original data. To use the volume snapshots as backups, you must move the snapshots to a secure location. You can use OpenShift API for Data Protection (OADP) backup and restore solutions. For information about OADP, see "OADP features" in the "Additional resources" section.
17+
Volume snapshots are located on the same devices as the original data. To use the volume snapshots as backups, you must move the snapshots to a secure location. You can use OpenShift API for Data Protection (OADP) backup and restore solutions. For information about OADP, see "OADP features".
1818
====
1919
2020
* Revert to a state at which the volume snapshot was taken.

modules/lvms-creating-lvmcluster-using-rhacm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ After you have installed {lvms} by using {rh-rhacm}, you must create an `LVMClus
1212

1313
* You have installed {lvms} by using {rh-rhacm}.
1414
* You have access to the {rh-rhacm} cluster using an account with `cluster-admin` permissions.
15-
* You read the "About the LVMCluster custom resource" section. See the "Additional resources" section.
15+
* You read the "About the LVMCluster custom resource" section.
1616
1717
.Procedure
1818

modules/lvms-creating-lvms-cluster-using-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can only create a single instance of the `LVMCluster` custom resource (CR) o
2323
2424
* You have installed a worker node in the cluster.
2525
26-
* You read the "About the LVMCluster custom resource" section. See the "Additional resources" section.
26+
* You read the "About the LVMCluster custom resource" section.
2727
2828
.Procedure
2929

modules/lvms-creating-lvms-cluster-using-web-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can only create a single instance of the `LVMCluster` custom resource (CR) o
2121
2222
* You have installed a worker node in the cluster.
2323
24-
* You read the "About the LVMCluster custom resource" section. See the "Additional resources" section.
24+
* You read the "About the LVMCluster custom resource" section.
2525
2626
.Procedure
2727

modules/lvms-integrating-software-raid-arrays.adoc

Lines changed: 0 additions & 62 deletions
This file was deleted.

modules/lvms-scaling-storage-of-clusters-using-rhacm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ apiVersion: policy.open-cluster-management.io/v1
5757
<1> Contains the configuration to specify the paths to the devices that you want to add to the LVM volume group.
5858
You can specify the device paths in the `paths` field, the `optionalPaths` field, or both. If you do not specify the device paths in both `paths` and `optionalPaths`, {lvms-first} adds the supported unused devices to the LVM volume group. {lvms} adds the devices to the LVM volume group only if the following conditions are met:
5959
* The device path exists.
60-
* The device is supported by {lvms}. For information about unsupported devices, see "Devices not supported by {lvms}" in the "Additional resources" section.
60+
* The device is supported by {lvms}. For information about unsupported devices, see "Devices not supported by {lvms}".
6161
<2> Specify the device paths. If the device path specified in this field does not exist, or the device is not supported by {lvms}, the `LVMCluster` CR moves to the `Failed` state.
6262
<3> Specify the optional device paths. If the device path specified in this field does not exist, or the device is not supported by {lvms}, {lvms} ignores the device without causing an error.
6363
+

snippets/lvms-scaling-up-storage-lvmcluster-cr-snippet.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
<1> Contains the configuration to specify the paths to the devices that you want to add to the LVM volume group.
2323
You can specify the device paths in the `paths` field, the `optionalPaths` field, or both. If you do not specify the device paths in both `paths` and `optionalPaths`, {lvms-first} adds the supported unused devices to the LVM volume group. {lvms} adds the devices to the LVM volume group only if the following conditions are met:
2424
* The device path exists.
25-
* The device is supported by {lvms}. For information about unsupported devices, see "Devices not supported by {lvms}" in the "Additional resources" section.
25+
* The device is supported by {lvms}. For information about unsupported devices, see "Devices not supported by {lvms}".
2626
<2> Specify the device paths. If the device path specified in this field does not exist, or the device is not supported by {lvms}, the `LVMCluster` CR moves to the `Failed` state.
2727
<3> Specify the optional device paths. If the device path specified in this field does not exist, or the device is not supported by {lvms}, {lvms} ignores the device without causing an error.
2828
+

0 commit comments

Comments
 (0)