mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
Revert "[enterprise-4.16] OADP 3765 - Data Mover new parameters"
This commit is contained in:
@@ -3105,7 +3105,7 @@ Topics:
|
||||
Topics:
|
||||
- Name: About the OADP 1.3 Data Mover
|
||||
File: about-oadp-1-3-data-mover
|
||||
- Name: Backing up and restoring volumes by using CSI snapshots data movement
|
||||
- Name: Backing up and restoring volumes by using CSI snapshots
|
||||
File: oadp-backup-restore-csi-snapshots
|
||||
- Name: Troubleshooting
|
||||
File: troubleshooting
|
||||
|
||||
@@ -38,16 +38,11 @@ spec:
|
||||
- openshift
|
||||
- aws
|
||||
- csi <3>
|
||||
defaultSnapshotMoveData: true
|
||||
defaultVolumesToFSBackup: <4>
|
||||
featureFlags:
|
||||
- EnableCSI
|
||||
# ...
|
||||
----
|
||||
<1> The flag to enable the node agent.
|
||||
<2> The type of uploader. The possible values are `restic` or `kopia`. The built-in Data Mover uses Kopia as the default uploader mechanism regardless of the value of the `uploaderType` field.
|
||||
<3> The CSI plugin included in the list of default plugins.
|
||||
<4> Set to `true` if you use Data Mover only for volumes that opt out of `fs-backup`. Set to `false` if you use Data Mover by default for volumes.
|
||||
|
||||
[id="built-in-data-mover-crs"]
|
||||
== Built-in Data Mover controller and custom resource definitions (CRDs)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
:_mod-docs-content-type: ASSEMBLY
|
||||
[id="oadp-backup-restore-csi-snapshots"]
|
||||
= Backing up and restoring CSI snapshots data movement
|
||||
= Backing up and restoring CSI snapshots
|
||||
include::_attributes/common-attributes.adoc[]
|
||||
:context: oadp-backup-restore-csi-snapshots
|
||||
|
||||
|
||||
@@ -29,19 +29,18 @@ metadata:
|
||||
namespace: openshift-adp
|
||||
spec:
|
||||
csiSnapshotTimeout: 10m0s
|
||||
defaultVolumesToFsBackup: <1>
|
||||
defaultVolumesToFsBackup: false
|
||||
includedNamespaces:
|
||||
- mysql-persistent
|
||||
itemOperationTimeout: 4h0m0s
|
||||
snapshotMoveData: true <2>
|
||||
snapshotMoveData: true <1>
|
||||
storageLocation: default
|
||||
ttl: 720h0m0s
|
||||
volumeSnapshotLocations:
|
||||
- dpa-sample-1
|
||||
# ...
|
||||
----
|
||||
<1> Set to `true` if you use Data Mover only for volumes that opt out of `fs-backup`. Set to `false` if you use Data Mover by default for volumes.
|
||||
<2> Set to `true` to enable movement of CSI snapshots to remote object storage.
|
||||
<1> Set to `true` to enable movement of CSI snapshots to remote object storage.
|
||||
|
||||
. Apply the manifest:
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user