You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* You can use OADP Data Mover to back up Container Storage Interface (CSI) volume snapshots to a remote object store. See xref:../../../backup_and_restore/application_backup_and_restore/installing/oadp-using-data-mover-for-csi-snapshots-doc.adoc#oadp-using-data-mover-for-csi-snapshots-doc[Using Data Mover for CSI snapshots].
21
15
22
-
* You can use OADP 1.2 Data Mover to backup and restore application data for clusters that use CephFS, CephRBD, or both. See xref:../../../backup_and_restore/application_backup_and_restore/installing/oadp-using-data-mover-for-csi-snapshots-doc.adoc#oadp-using-data-mover-for-csi-snapshots-doc[Using OADP 1.2 Data Mover with Ceph storage].
23
-
24
-
* You must perform a data cleanup after you perform a backup, if you are using OADP 1.1 Data Mover. See xref:../../../backup_and_restore/application_backup_and_restore/installing/oadp-cleaning-up-after-data-mover-1-1-backup-doc.adoc#oadp-cleaning-up-after-data-mover-1-1-backup-doc[Cleaning up after a backup using OADP 1.1 Data Mover].
16
+
* You can use OADP 1.2 Data Mover to back up and restore application data for clusters that use CephFS, CephRBD, or both. See xref:../../../backup_and_restore/application_backup_and_restore/installing/oadp-using-data-mover-for-csi-snapshots-doc.adoc#oadp-using-data-mover-for-csi-snapshots-doc[Using OADP 1.2 Data Mover with Ceph storage].
Copy file name to clipboardExpand all lines: backup_and_restore/application_backup_and_restore/installing/oadp-using-data-mover-for-csi-snapshots-doc.adoc
+10-19Lines changed: 10 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,7 @@ Data Mover supports backup and restore of CSI volume snapshots only.
21
21
In OADP 1.2 Data Mover `VolumeSnapshotBackups` (VSBs) and `VolumeSnapshotRestores` (VSRs) are queued using the VolumeSnapshotMover (VSM). The VSM's performance is improved by specifying a concurrent number of VSBs and VSRs simultaneously `InProgress`. After all async plugin operations are complete, the backup is marked as complete.
22
22
23
23
24
-
[NOTE]
25
-
====
26
-
The OADP 1.1 Data Mover is a Technology Preview feature.
27
-
28
-
The OADP 1.2 Data Mover has significantly improved features and performances, but is still a Technology Preview feature.
@@ -63,8 +57,6 @@ In {product-title} version 4.12 or later, verify that this is the only default `
63
57
+
64
58
[NOTE]
65
59
====
66
-
In OADP 1.1 the above setting is mandatory.
67
-
68
60
In OADP 1.2 the `privileged-movers` setting is not required in most scenarios. The restoring container permissions should be adequate for the Volsync copy. In some user scenarios, there may be permission errors that the `privileged-mover`= `true` setting should resolve.
69
61
====
70
62
@@ -131,15 +123,15 @@ spec:
131
123
- openshift
132
124
- aws
133
125
- csi
134
-
- vsm <1>
126
+
- vsm
135
127
features:
136
128
dataMover:
137
129
credentialName: restic-secret
138
130
enable: true
139
-
maxConcurrentBackupVolumes: "3" <2>
140
-
maxConcurrentRestoreVolumes: "3" <3>
141
-
pruneInterval: "14" <4>
142
-
volumeOptions: <5>
131
+
maxConcurrentBackupVolumes: "3" <1>
132
+
maxConcurrentRestoreVolumes: "3" <2>
133
+
pruneInterval: "14" <3>
134
+
volumeOptions: <4>
143
135
sourceVolumeOptions:
144
136
accessMode: ReadOnlyMany
145
137
cacheAccessMode: ReadWriteOnce
@@ -155,11 +147,10 @@ spec:
155
147
provider: aws
156
148
157
149
----
158
-
<1> OADP 1.2 only.
159
-
<2> OADP 1.2 only. Optional: Specify the upper limit of the number of snapshots allowed to be queued for backup. The default value is 10.
160
-
<3> OADP 1.2 only. Optional: Specify the upper limit of the number of snapshots allowed to be queued for restore. The default value is 10.
161
-
<4> OADP 1.2 only. Optional: Specify the number of days, between running Restic pruning on the repository. The prune operation repacks the data to free space, but it can also generate significant I/O traffic as a part of the process. Setting this option allows a trade-off between storage consumption, from no longer referenced data, and access costs.
162
-
<5> OADP 1.2 only. Optional: Specify VolumeSync volume options for backup and restore.
150
+
<1> Optional: Specify the upper limit of the number of snapshots allowed to be queued for backup. The default value is `10`.
151
+
<2> Optional: Specify the upper limit of the number of snapshots allowed to be queued for restore. The default value is `10`.
152
+
<3> Optional: Specify the number of days between running Restic pruning on the repository. The prune operation repacks the data to free space, but it can also generate significant I/O traffic as a part of the process. Setting this option allows a trade-off between storage consumption, from no longer referenced data, and access costs.
153
+
<4> Optional: Specify VolumeSync volume options for backup and restore.
163
154
164
155
+
165
156
The OADP Operator installs two custom resource definitions (CRDs), `VolumeSnapshotBackup` and `VolumeSnapshotRestore`.
Copy file name to clipboardExpand all lines: modules/oadp-using-data-mover-for-csi-snapshots.adoc
+6-19Lines changed: 6 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,7 @@ Data Mover supports backup and restore of CSI volume snapshots only.
18
18
19
19
In OADP 1.2 Data Mover, `VolumeSnapshotBackups` (VSBs) and `VolumeSnapshotRestores` (VSRs) are queued by using the VolumeSnapshotMover (VSM). The VSM's performance is improved by specifying a concurrent number of VSBs and VSRs simultaneously `InProgress`. After all async plugin operations are complete, the backup is marked as complete.
20
20
21
-
[NOTE]
22
-
====
23
-
The OADP 1.1 Data Mover is a Technology Preview feature.
24
-
25
-
The OADP 1.2 Data Mover has significantly improved features and performances, but is still a Technology Preview feature.
@@ -57,11 +51,6 @@ In {product-title} version 4.12 or later, verify that this is the only default `
57
51
* You have included the label `{velero-domain}/csi-volumesnapshot-class: 'true'` in your `VolumeSnapshotClass` CR.
58
52
59
53
* You have verified that the `OADP namespace` has the annotation `oc annotate --overwrite namespace/openshift-adp volsync.backube/privileged-movers='true'`.
60
-
+
61
-
[NOTE]
62
-
====
63
-
In OADP 1.1 the above setting is mandatory.
64
-
====
65
54
66
55
* You have installed the VolSync Operator by using Operator Lifecycle Manager (OLM).
67
56
+
@@ -139,14 +128,12 @@ spec:
139
128
- openshift
140
129
- aws
141
130
- csi
142
-
- vsm <5>
131
+
- vsm
143
132
----
144
-
<1> OADP 1.2 only. Optional: Specify the upper limit of the number of snapshots allowed to be queued for backup. The default value is 10.
145
-
<2> OADP 1.2 only. Optional: Specify the upper limit of the number of snapshots allowed to be queued for restore. The default value is 10.
146
-
<3> OADP 1.2 only. Optional: Specify the number of days, between running Restic pruning on the repository. The prune operation repacks the data to free space, but it can also generate significant I/O traffic as a part of the process. Setting this option allows a trade-off between storage consumption, from no longer referenced data, and access costs.
147
-
<4> OADP 1.2 only. Optional: Specify VolumeSync volume options for backup and restore.
148
-
<5> OADP 1.2 only.
149
-
133
+
<1> Optional: Specify the upper limit of the number of snapshots allowed to be queued for backup. The default value is `10`.
134
+
<2> Optional: Specify the upper limit of the number of snapshots allowed to be queued for restore. The default value is `10`.
135
+
<3> Optional: Specify the number of days between running Restic pruning on the repository. The prune operation repacks the data to free space, but it can also generate significant I/O traffic as a part of the process. Setting this option allows a trade-off between storage consumption, from no longer referenced data, and access costs.
136
+
<4> Optional: Specify VolumeSync volume options for backup and restore.
150
137
+
151
138
The OADP Operator installs two custom resource definitions (CRDs), `VolumeSnapshotBackup` and `VolumeSnapshotRestore`.
Copy file name to clipboardExpand all lines: snippets/snip-post-mig-hook
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
====
5
5
Post-migration hooks are not likely to work well with the OADP 1.3 Data Mover.
6
6
7
-
The OADP 1.1 and OADP 1.2 Data Movers use synchronous processes to back up and restore application data. Because the processes are synchronous, users can be sure that any post-restore hooks start only after the persistent volumes (PVs) of the related pods are released by the persistent volume claim (PVC) of the Data Mover.
7
+
The OADP 1.2 Data Mover uses synchronous processes to back up and restore application data. Because the processes are synchronous, users can be sure that any post-restore hooks start only after the persistent volumes (PVs) of the related pods are released by the persistent volume claim (PVC) of the Data Mover.
8
8
9
9
However, the OADP 1.3 Data Mover uses an asynchronous process. As a result of this difference in sequencing, a post-restore hook might be called before the related PVs were released by the PVC of the Data Mover. If this happens, the pod remains in `Pending` status and cannot run the hook. The hook attempt might time out before the pod is released, leading to a `PartiallyFailed` restore operation.
0 commit comments