Skip to content

Commit 97bce5d

Browse files
Merge pull request #69706 from RichardHoch/datamover_changes
OADP Datamover readthrough
2 parents 67474c7 + e788330 commit 97bce5d

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

modules/oadp-ceph-preparing-crs-additional.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
After you redefine the default `StorageClass` and CephRBD `VolumeSnapshotClass` custom resources (CRs), you must create the following CRs:
1010

1111
* A CephFS `StorageClass` CR defined to use the shallow copy feature
12-
* A Rustic `Secret` CR
12+
* A Restic `Secret` CR
1313
1414
.Procedure
1515

modules/oadp-ceph-prerequisites.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ The following prerequisites apply to all back up and restore operations of data
1313
* You have installed the OADP Operator.
1414
* You have created a secret `cloud-credentials` in the namespace `openshift-adp.`
1515
* You have installed {rh-storage-first}.
16-
* You have installed the latest VolSync Operator using the Operator Lifecycle Manager.
16+
* You have installed the latest VolSync Operator by using Operator Lifecycle Manager.

modules/oadp-using-data-mover-for-csi-snapshots.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ The Data Mover solution uses the Restic option of VolSync.
1616

1717
Data Mover supports backup and restore of CSI volume snapshots only.
1818

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.
2120

2221
[NOTE]
2322
====
@@ -64,7 +63,7 @@ In {product-title} version 4.12 or later, verify that this is the only default `
6463
In OADP 1.1 the above setting is mandatory.
6564
====
6665
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).
6867
+
6968
[NOTE]
7069
====
@@ -190,7 +189,7 @@ spec:
190189
<1> Specify the namespace where the volume snapshot exists.
191190
<2> Specify the namespace where the Operator is installed. The default is `openshift-adp`.
192191

193-
. You can back up a volume snapshot by performing the following steps:
192+
. Back up a volume snapshot by performing the following steps:
194193

195194
.. Create a backup CR:
196195
+
@@ -227,7 +226,7 @@ A snapshot is created in the object store was configured in the DPA.
227226
If the status of the `VolumeSnapshotBackup` CR becomes `Failed`, refer to the Velero logs for troubleshooting.
228227
====
229228

230-
. You can restore a volume snapshot by performing the following steps:
229+
. Restore a volume snapshot by performing the following steps:
231230

232231
.. Delete the application namespace and the `volumeSnapshotContent` that was created by the Velero CSI plugin.
233232

0 commit comments

Comments
 (0)