Skip to content

Commit 6cc71f8

Browse files
authored
Merge pull request #73847 from CarmiWisemon/oadp2866-DM-attributes
OADP 3765 - Data Mover new parameters
2 parents 5731a62 + 0b6c1aa commit 6cc71f8

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

_topic_maps/_topic_map.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3106,7 +3106,7 @@ Topics:
31063106
Topics:
31073107
- Name: About the OADP 1.3 Data Mover
31083108
File: about-oadp-1-3-data-mover
3109-
- Name: Backing up and restoring volumes by using CSI snapshots
3109+
- Name: Backing up and restoring volumes by using CSI snapshots data movement
31103110
File: oadp-backup-restore-csi-snapshots
31113111
- Name: Troubleshooting
31123112
File: troubleshooting

backup_and_restore/application_backup_and_restore/installing/about-oadp-1-3-data-mover.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,16 @@ spec:
3838
- openshift
3939
- aws
4040
- csi <3>
41+
defaultSnapshotMoveData: true
42+
defaultVolumesToFSBackup: <4>
43+
featureFlags:
44+
- EnableCSI
4145
# ...
4246
----
4347
<1> The flag to enable the node agent.
4448
<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.
4549
<3> The CSI plugin included in the list of default plugins.
50+
<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.
4651

4752
[id="built-in-data-mover-crs"]
4853
== Built-in Data Mover controller and custom resource definitions (CRDs)

backup_and_restore/application_backup_and_restore/installing/oadp-backup-restore-csi-snapshots.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:_mod-docs-content-type: ASSEMBLY
22
[id="oadp-backup-restore-csi-snapshots"]
3-
= Backing up and restoring CSI snapshots
3+
= Backing up and restoring CSI snapshots data movement
44
include::_attributes/common-attributes.adoc[]
55
:context: oadp-backup-restore-csi-snapshots
66

modules/oadp-1-3-backing-csi-snapshots.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,19 @@ metadata:
2929
namespace: openshift-adp
3030
spec:
3131
csiSnapshotTimeout: 10m0s
32-
defaultVolumesToFsBackup: false
32+
defaultVolumesToFsBackup: <1>
3333
includedNamespaces:
3434
- mysql-persistent
3535
itemOperationTimeout: 4h0m0s
36-
snapshotMoveData: true <1>
36+
snapshotMoveData: true <2>
3737
storageLocation: default
3838
ttl: 720h0m0s
3939
volumeSnapshotLocations:
4040
- dpa-sample-1
4141
# ...
4242
----
43-
<1> Set to `true` to enable movement of CSI snapshots to remote object storage.
43+
<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.
44+
<2> Set to `true` to enable movement of CSI snapshots to remote object storage.
4445

4546
. Apply the manifest:
4647
+

0 commit comments

Comments
 (0)