You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/cluster-logging-uninstall.adoc
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,10 @@
5
5
[id="cluster-logging-uninstall_{context}"]
6
6
= Uninstalling OpenShift Logging from {product-title}
7
7
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.
9
12
10
13
.Prerequisites
11
14
@@ -43,7 +46,7 @@ To remove OpenShift Logging:
43
46
44
47
.. Click the Options menu {kebab} next to the Elasticsearch Operator and select *Uninstall Operator*.
45
48
46
-
. Optional: Remove the OpenShift Logging and Elasticsearch projects.
49
+
. Optional: Remove the OpenShift Logging and Elasticsearch projects.
47
50
48
51
.. Switch to the *Home* -> *Projects* page.
49
52
@@ -60,9 +63,17 @@ Do not delete the `openshift-operators-redhat` project if other global operators
60
63
61
64
.. Confirm the deletion by typing `openshift-operators-redhat` in the dialog box and click *Delete*.
62
65
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
+
====
64
74
65
75
.. Switch to the *Storage* -> *Persistent Volume Claims* page.
66
76
67
77
.. Click the Options menu {kebab} next to each PVC and select *Delete Persistent Volume Claim*.
68
78
79
+
.. If you want to recover storage space, you can delete the PVs.
Copy file name to clipboardExpand all lines: modules/virt-importing-vm-cli.adoc
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,6 @@ EOF
142
142
* If the RHV VM migration mode is `Allow manual and automatic migration`, the default access mode is `ReadWriteMany`.
143
143
* If the RHV virtual disk access mode is `ReadOnly`, the default access mode is `ReadOnlyMany`.
144
144
* For all other settings, the default access mode is `ReadWriteOnce`.
145
-
146
145
<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.
0 commit comments