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
Copy file name to clipboardExpand all lines: modules/oadp-using-data-mover-for-csi-snapshots.adoc
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,7 @@ The Data Mover solution uses the Restic option of VolSync.
16
16
17
17
Data Mover supports backup and restore of CSI volume snapshots only.
18
18
19
-
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.
20
-
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.
21
20
22
21
[NOTE]
23
22
====
@@ -64,7 +63,7 @@ In {product-title} version 4.12 or later, verify that this is the only default `
64
63
In OADP 1.1 the above setting is mandatory.
65
64
====
66
65
67
-
* You have installed the VolSync Operator by using the Operator Lifecycle Manager (OLM).
66
+
* You have installed the VolSync Operator by using Operator Lifecycle Manager (OLM).
68
67
+
69
68
[NOTE]
70
69
====
@@ -190,7 +189,7 @@ spec:
190
189
<1> Specify the namespace where the volume snapshot exists.
191
190
<2> Specify the namespace where the Operator is installed. The default is `openshift-adp`.
192
191
193
-
. You can back up a volume snapshot by performing the following steps:
192
+
. Back up a volume snapshot by performing the following steps:
194
193
195
194
.. Create a backup CR:
196
195
+
@@ -227,7 +226,7 @@ A snapshot is created in the object store was configured in the DPA.
227
226
If the status of the `VolumeSnapshotBackup` CR becomes `Failed`, refer to the Velero logs for troubleshooting.
228
227
====
229
228
230
-
. You can restore a volume snapshot by performing the following steps:
229
+
. Restore a volume snapshot by performing the following steps:
231
230
232
231
.. Delete the application namespace and the `volumeSnapshotContent` that was created by the Velero CSI plugin.
0 commit comments