From e1237b0721ed3d0211a2d76c4052ed1b312a38cc Mon Sep 17 00:00:00 2001 From: Darshan Nagaraj Date: Mon, 21 Feb 2022 19:50:43 +0530 Subject: [PATCH] BZ1936838: Adds localvolumeset and localvolumediscovery --- modules/persistent-storage-local-uninstall-operator.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/persistent-storage-local-uninstall-operator.adoc b/modules/persistent-storage-local-uninstall-operator.adoc index 7100bcea08..6fcae746be 100644 --- a/modules/persistent-storage-local-uninstall-operator.adoc +++ b/modules/persistent-storage-local-uninstall-operator.adoc @@ -20,11 +20,13 @@ there might be indeterminate behavior if the Operator is uninstalled and reinsta .Procedure -. Delete any local volume resources in the project: +. Delete any local volume resources installed in the project, such asĀ `localvolume`, `localvolumeset`, and `localvolumediscovery`: + [source,terminal] ---- $ oc delete localvolume --all --all-namespaces +$ oc delete localvolumeset --all --all-namespaces +$ oc delete localvolumediscovery --all --all-namespaces ---- . Uninstall the Local Storage Operator from the web console.