Skip to content

Commit f741c8a

Browse files
committed
Corrections
1 parent 39fc206 commit f741c8a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

backup_and_restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ include::modules/oadp-using-data-mover-for-csi-snapshots.adoc[leveloffset=+1]
3838

3939
You can use OADP 1.2 Data Mover to backup and restore application data for clusters that use CephFS, CephRBD, or both.
4040

41-
OADP 1.2 Data Mover leverages Ceph features that support large-scale environments. One of these is the shallow copy method, which is available for {product-title} 4.12 and later. This feature supports backing up and restoring `StorageClass` and `AccessMode` resources other than what is found on the source persistent valune claim (PVC).
41+
OADP 1.2 Data Mover leverages Ceph features that support large-scale environments. One of these is the shallow copy method, which is available for {product-title} 4.12 and later. This feature supports backing up and restoring `StorageClass` and `AccessMode` resources other than what is found on the source persistent volume claim (PVC).
4242

4343
[IMPORTANT]
4444
====

modules/oadp-ceph-cephfs.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can use OpenShift API for Data Protection (OADP) 1.2 Data Mover to back up a
1010

1111
.Prerequisites
1212

13-
* A stateful application is running in a separate namespace with persistent valune claims (PVCs) using CephFS as the provisioner.
13+
* A stateful application is running in a separate namespace with persistent volume claims (PVCs) using CephFS as the provisioner.
1414
* The `StorageClass` and `VolumeSnapshotClass` CRs are defined for CephFS and OADP 1.2 Data Mover.
1515
* There is a secret `cloud-credentials` in the `openshift-adp` namespace.
1616
@@ -133,11 +133,11 @@ $ oc get vsb <vsb-name> -n <app-ns> -ojsonpath="{.status.phase}`
133133
$ oc delete vsb -n <app_namespace> --all
134134
----
135135

136-
.. Delete any `VolumeSnapshotContent` CRs that were created during backup by by running the following command:
136+
.. Delete any `VolumeSnapshotContent` CRs that were created during backup by running the following command:
137137
+
138138
[source,terminal]
139139
----
140-
$ oc oc delete volumesnapshotcontent --all
140+
$ oc delete volumesnapshotcontent --all
141141
----
142142

143143
.. Create a `Restore` CR similar to the following:

modules/oadp-ceph-preparing-crs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ allowVolumeExpansion: true
122122
volumeBindingMode: Immediate
123123
----
124124

125-
. To use the shallow copy feature, create a CephFS `StorageClass` CR and set the `backingSnapshot` parameter set to `true` tas in the following example:
125+
. To use the shallow copy feature, create a CephFS `StorageClass` CR and set the `backingSnapshot` parameter set to `true` as in the following example:
126126
+
127127
.Example CephFS `StorageClass` CR with `backingSnapshot` set to `true`
128128
+

modules/oadp-ceph-split.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ $ oc get vsb <vsb-name> -n <app-ns> -ojsonpath="{.status.phase}`
118118
$ oc delete vsb -n <app_namespace> --all
119119
----
120120

121-
.. Delete any `VolumeSnapshotContent` CRs that were created during backup by by running the following command:
121+
.. Delete any `VolumeSnapshotContent` CRs that were created during backup by running the following command:
122122
+
123123
[source,terminal]
124124
----
125-
$ oc oc delete volumesnapshotcontent --all
125+
$ oc delete volumesnapshotcontent --all
126126
----
127127

128128
.. Create a `Restore` CR similar to the following:

0 commit comments

Comments
 (0)