Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/oadp-plugins.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
--
Expand All @@ -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.
--