Skip to content

Commit 43d0397

Browse files
authored
Merge pull request #30137 from rolfedh/RHDEVDOCS-2583
RHDEVDOCS-2583 State that we do not remove PVC when undeploying
2 parents 6072657 + 2f43675 commit 43d0397

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

logging/cluster-logging-uninstall.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ You can remove OpenShift Logging from your {product-title} cluster.
1414

1515
include::modules/cluster-logging-uninstall.adoc[leveloffset=+1]
1616

17+
.Additional resources
1718

18-
19+
* xref:../storage/understanding-persistent-storage.adoc#reclaim-manual_understanding-persistent-storage[Reclaiming a persistent volume manually]

modules/cluster-logging-uninstall.adoc

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
[id="cluster-logging-uninstall_{context}"]
66
= Uninstalling OpenShift Logging from {product-title}
77

8-
You can stop log aggregation by deleting the `ClusterLogging` custom resource (CR). However, after deleting the CR there are other OpenShift Logging components that remain, which you can optionally remove.
8+
You can stop log aggregation by deleting the `ClusterLogging` custom resource (CR). After deleting the CR, there are other OpenShift Logging components that remain, which you can optionally remove.
9+
10+
11+
Deleting the `ClusterLogging` CR does not remove the persistent volume claims (PVCs). To preserve or delete the remaining PVCs, persistent volumes (PVs), and associated data, you must take further action.
912

1013
.Prerequisites
1114

@@ -43,7 +46,7 @@ To remove OpenShift Logging:
4346

4447
.. Click the Options menu {kebab} next to the Elasticsearch Operator and select *Uninstall Operator*.
4548

46-
. Optional: Remove the OpenShift Logging and Elasticsearch projects.
49+
. Optional: Remove the OpenShift Logging and Elasticsearch projects.
4750

4851
.. Switch to the *Home* -> *Projects* page.
4952

@@ -60,9 +63,17 @@ Do not delete the `openshift-operators-redhat` project if other global operators
6063

6164
.. Confirm the deletion by typing `openshift-operators-redhat` in the dialog box and click *Delete*.
6265

63-
. Optional: Remove any OpenShift Logging persistent volume claims (PVC):
66+
. To keep the PVCs for reuse with other pods, keep the labels or PVC names that you need to reclaim the PVCs.
67+
68+
. Optional: If you do not want to keep the PVCs, you can delete them.
69+
+
70+
[WARNING]
71+
====
72+
Releasing or deleting PVCs can delete PVs and cause data loss.
73+
====
6474

6575
.. Switch to the *Storage* -> *Persistent Volume Claims* page.
6676

6777
.. Click the Options menu {kebab} next to each PVC and select *Delete Persistent Volume Claim*.
6878

79+
.. If you want to recover storage space, you can delete the PVs.

modules/virt-importing-vm-cli.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ EOF
142142
* If the RHV VM migration mode is `Allow manual and automatic migration`, the default access mode is `ReadWriteMany`.
143143
* If the RHV virtual disk access mode is `ReadOnly`, the default access mode is `ReadOnlyMany`.
144144
* For all other settings, the default access mode is `ReadWriteOnce`.
145-
146145
<13> Specify the source VM disk ID, for example, `8181ecc1-5db8-4193-9c92-3ddab3be7b05`. You can obtain the disk ID by entering `\https://www.example.com/ovirt-engine/api/vms/vm23` in a web browser on the Manager machine and reviewing the VM details.
147146
<14> Specify the target storage class.
148147

0 commit comments

Comments
 (0)