Skip to content

Commit 8e97080

Browse files
authored
Merge pull request #70717 from sr1kar99/doc-improv-uninstalling-lvms
OCPBUGS#27838: Doc improvements in "Uninstalling LVM Storage" procs
2 parents 9e40c24 + fc91d59 commit 8e97080

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

modules/lvms-uninstalling-logical-volume-manager-operator-using-openshift-web-console.adoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ You can uninstall {lvms} using the {product-title} web console.
1010

1111
.Prerequisites
1212

13-
* You deleted all the applications on the clusters that are using the storage provisioned by {lvms}.
14-
* You deleted the persistent volume claims (PVCs) and persistent volumes (PVs) provisioned using {lvms}.
15-
* You deleted all volume snapshots provisioned by {lvms}.
16-
* You verified that no logical volume resources exist by using the `oc get logicalvolume` command.
17-
* You have access to the cluster using an account with `cluster-admin` permissions.
13+
* You have access to {product-title} as a user with `cluster-admin` permissions.
14+
* You have deleted the persistent volume claims (PVCs), volume snapshots, and volume clones provisioned by {lvms}. You have also deleted the applications that are using these resources.
15+
* You have deleted the `LVMCluster` custom resource (CR).
16+
1817
1918
.Procedure
2019

21-
. From the *Operators**Installed Operators* page, scroll to *LVM Storage* or type `LVM Storage` into the *Filter by name* to find and click on it.
22-
. Click on the *LVMCluster* tab.
23-
. On the right-hand side of the *LVMCluster* page, select *Delete LVMCluster* from the *Actions* drop-down menu.
24-
. Click on the *Details* tab.
25-
. On the right-hand side of the *Operator Details* page, select *Uninstall Operator* from the *Actions* drop-down menu.
26-
. Select *Remove*. {lvms} stops running and is completely removed.
20+
. Log in to the {product-title} web console.
21+
. Click *Operators**Installed Operators*.
22+
. Click *LVM Storage* in the `openshift-storage` namespace.
23+
. Click the *Details* tab.
24+
. From the *Actions* menu, select *Uninstall Operator*.
25+
. Optional: When prompted, select the *Delete all operand instances for this operator* checkbox to delete the operand instances for {lvms}.
26+
. Click *Uninstall*.

storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ include::modules/lvms-installing-logical-volume-manager-operator-using-cli.adoc[
2222

2323
include::modules/lvms-installing-logical-volume-manager-operator-using-openshift-web-console.adoc[leveloffset=+2]
2424

25-
include::modules/lvms-uninstalling-logical-volume-manager-operator-using-openshift-web-console.adoc[leveloffset=+2]
26-
2725
include::modules/lvms-installing-logical-volume-manager-operator-disconnected-environment.adoc[leveloffset=+2]
2826

2927
[role="_additional-resources"]
@@ -52,7 +50,7 @@ include::modules/lvms-installing-logical-volume-manager-operator-using-rhacm.ado
5250
* xref:../../../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc#about-lvmcluster_logical-volume-manager-storage[About the `LVMCluster` custom resource]
5351
5452
55-
include::modules/lvms-uninstalling-logical-volume-manager-operator-using-rhacm.adoc[leveloffset=+2]
53+
// Creating an LVMCluster custom resource
5654

5755
include::modules/lvms-about-lvmcluster-cr.adoc[leveloffset=+1]
5856

@@ -148,6 +146,11 @@ include::modules/lvms-updating-lvms.adoc[leveloffset=+1]
148146
//Monitoring
149147
include::modules/lvms-monitoring-logical-volume-manager-operator.adoc[leveloffset=+1]
150148

149+
// Uninstalling LVM Storage
150+
151+
include::modules/lvms-uninstalling-logical-volume-manager-operator-using-openshift-web-console.adoc[leveloffset=+1]
152+
include::modules/lvms-uninstalling-logical-volume-manager-operator-using-rhacm.adoc[leveloffset=+1]
153+
151154
//Must-gather
152155
include::modules/lvms-download-log-files-and-diagnostics.adoc[leveloffset=+1]
153156

0 commit comments

Comments
 (0)