From a73203f6f74c51bfe1ce519b6a92ca07dd55e9c4 Mon Sep 17 00:00:00 2001 From: Shruti Deshpande Date: Tue, 11 Nov 2025 10:59:43 +0530 Subject: [PATCH] add note Signed-off-by: Shruti Deshpande --- modules/oadp-plugins.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/oadp-plugins.adoc b/modules/oadp-plugins.adoc index 4471ded42195..93030a65a899 100644 --- a/modules/oadp-plugins.adoc +++ b/modules/oadp-plugins.adoc @@ -33,7 +33,7 @@ endif::openshift-rosa,openshift-rosa-hcp[] |`csi` |Backs up and restores volumes with CSI snapshots. ^[3]^ |Cloud storage that supports CSI snapshots -|`vsm` |VolumeSnapshotMover relocates snapshots from the cluster into an object store to be used during a restore process to recover stateful applications, in situations such as cluster deletion. ^[4]^ |Object store +|`hypershift` |Backs up and restores HyperShift hosted cluster resources. ^[4]^ |Object store |=== [.small] -- @@ -42,5 +42,5 @@ endif::openshift-rosa,openshift-rosa-hcp[] 3. The `csi` plugin uses the Kubernetes CSI snapshot API. * OADP 1.1 or later uses `snapshot.storage.k8s.io/v1` * OADP 1.0 uses `snapshot.storage.k8s.io/v1beta1` -4. OADP 1.2 only. +4. Do not add the `hypershift` plugin in the `DataProtectionApplication` custom resource if the cluster is not a HyperShift hosted cluster. --