From a22b6cdfaa098858abe356ba57391303c09ad3f6 Mon Sep 17 00:00:00 2001 From: Leela Venkaiah G Date: Mon, 22 Apr 2024 08:31:39 +0530 Subject: [PATCH] change forcedeletion annotation key for cleanup of ceph resources Signed-off-by: Leela Venkaiah G --- controllers/storagerequest/storagerequest_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/storagerequest/storagerequest_controller.go b/controllers/storagerequest/storagerequest_controller.go index 946c45066a..f6d204adf4 100644 --- a/controllers/storagerequest/storagerequest_controller.go +++ b/controllers/storagerequest/storagerequest_controller.go @@ -47,7 +47,7 @@ import ( const ( storageRequestFinalizer = "ocs.openshift.io.storagerequest" - forceDeletionAnnotationKey = "ceph.rook.io/force-deletion" + forceDeletionAnnotationKey = "rook.io/force-deletion" ) // StorageRequestReconciler reconciles a StorageRequest object