Skip to content

Commit 71637c5

Browse files
authored
Merge pull request #73358 from sr1kar99/updating-req
OCPBUGS#27951: Updated a req to install LVM Storage
2 parents fd0495a + 48192ba commit 71637c5

4 files changed

+8
-90
lines changed

modules/deploying-lvms-on-sno-cluster.adoc

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

modules/lvms-about-lvm-storage-installation.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// Module included in the following assemblies:
22
//
3-
// storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc
3+
// * storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc
44

55
:_mod-docs-content-type: CONCEPT
66
[id="lvms-about-lvm-storage-installation_{context}"]
77
= Logical Volume Manager Storage installation
88

9-
You can install Logical Volume Manager (LVM) Storage on a bare metal or user-provisioned infrastructure cluster and configure it to dynamically provision storage for your workloads.
9+
You can install Logical Volume Manager (LVM) Storage on an {product-title} cluster and configure it to dynamically provision storage for your workloads.
1010

1111
You can install {lvms} by using the {product-title} CLI (`oc`), {product-title} web console, or {rh-rhacm-first}.
1212

@@ -20,7 +20,7 @@ When using {lvms} on multi-node clusters, {lvms} only supports provisioning loca
2020

2121
The prerequisites to install {lvms} are as follows:
2222

23-
* Before deploying {lvms}, ensure that every managed cluster has dedicated disks that are used to provision storage.
23+
* Before deploying {lvms}, ensure that every managed cluster has dedicated disks that are used to provision storage. {lvms} uses only those disks that are empty and do not contain file system signatures. To ensure that the disks are empty and do not contain file system signatures, wipe the disks before using them.
2424

2525
* Before deploying {lvms} in a private CI environment where you can reuse the storage devices that you configured in the previous {lvms} installation, ensure that you have wiped the disks that are not in use. If you do not wipe the disks before installing {lvms}, you cannot reuse the disks without manual intervention.
2626
+

modules/lvms-about-lvmcluster-cr.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ If the device path specified in this field does not exist, or the device is not
8282
|`deviceSelector.
8383
forceWipeDevicesAndDestroyAllData`
8484
|`boolean`
85-
|To force wipe the selected devices, set this field to `true`. By default, this field is set to `false`.
85+
|{lvms} uses only those disks that are empty and do not contain file system signatures. To ensure that the disks are empty and do not contain file system signatures, wipe the disks before using them.
86+
87+
To force wipe the selected devices, set this field to `true`. By default, this field is set to `false`.
8688

8789
[WARNING]
8890
====

modules/lvms-limitations-to-configure-size-of-devices.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Module included in the following assemblies:
22
//
3-
// storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc
3+
// * storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc
44

55
:_mod-docs-content-type: CONCEPT
66
[id="limitations-to-configure-size-of-devices_{context}"]
7-
= Limitations to configure the size of the devices to be used in LVM Storage
7+
= Limitations to configure the size of the devices used in LVM Storage
88

99
The limitations to configure the size of the devices that you can use to provision storage using {lvms} are as follows:
1010

0 commit comments

Comments
 (0)