Skip to content

Commit 376d844

Browse files
authored
Merge pull request #74116 from openshift/revert-73847-oadp2866-DM-attributes
Revert "OADP 3765 - Data Mover new parameters"
2 parents 0d44eea + 8ecc6e0 commit 376d844

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
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 data movement
3109+
- Name: Backing up and restoring volumes by using CSI snapshots
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: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,11 @@ spec:
3838
- openshift
3939
- aws
4040
- csi <3>
41-
defaultSnapshotMoveData: true
42-
defaultVolumesToFSBackup: <4>
43-
featureFlags:
44-
- EnableCSI
4541
# ...
4642
----
4743
<1> The flag to enable the node agent.
4844
<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.
4945
<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.
5146

5247
[id="built-in-data-mover-crs"]
5348
== 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 data movement
3+
= Backing up and restoring CSI snapshots
44
include::_attributes/common-attributes.adoc[]
55
:context: oadp-backup-restore-csi-snapshots
66

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

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

4645
. Apply the manifest:
4746
+

0 commit comments

Comments
 (0)