1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Signed-off-by: Shruti Deshpande <shdeshpa@redhat.com>
This commit is contained in:
Shruti Deshpande
2025-11-11 10:59:43 +05:30
committed by openshift-cherrypick-robot
parent 2a85fbb56f
commit bc73b6b406

View File

@@ -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.
--