Skip to content

Commit a45b2f7

Browse files
authored
Merge pull request #60831 from RichardHoch/fix_vsb_cleanup
Formatting and consistency in Data Mover cleanup section
2 parents 608fa13 + 07366bd commit a45b2f7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ The cleanup consists of deleting the following resources:
4040
include::modules/oadp-cleaning-up-after-data-mover-snapshots.adoc[leveloffset=+2]
4141

4242
[id="deleting-cluster-resources"]
43-
== Deleting cluster resources
43+
=== Deleting cluster resources
4444

4545
Data Mover might leave cluster resources whether or not it successfully backs up your container storage interface (CSI) volume snapshots to a remote object store.
4646

47-
include::modules/oadp-deleting-cluster-resources-following-success.adoc[leveloffset=+2]
48-
include::modules/oadp-deleting-cluster-resources-following-failure.adoc[leveloffset=+2]
47+
include::modules/oadp-deleting-cluster-resources-following-success.adoc[leveloffset=+3]
48+
include::modules/oadp-deleting-cluster-resources-following-failure.adoc[leveloffset=+3]
4949

5050
include::modules/oadp-vsb-cleanup-after-scheduler.adoc[leveloffset=+2]
5151

modules/oadp-cleaning-up-after-data-mover-snapshots.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Data Mover might leave one or more snapshots in a bucket after a backup. You can
1010

1111
.Procedure
1212

13-
* To delete all snapshots in your bucket, delete the `/<protected-ns>` folder that is specified in the Data Protection Application (DPA) `.spec.backupLocation.objectStorage.bucket` resource.
13+
* To delete all snapshots in your bucket, delete the `/<protected_namespace>` folder that is specified in the Data Protection Application (DPA) `.spec.backupLocation.objectStorage.bucket` resource.
1414
* To delete an individual snapshot:
15-
. Browse to the `/<protected-ns>` folder that is specified in the DPA `.spec.backupLocation.objectStorage.bucket` resource.
15+
. Browse to the `/<protected_namespace>` folder that is specified in the DPA `.spec.backupLocation.objectStorage.bucket` resource.
1616
. Delete the appropriate folders that are prefixed with `/<volumeSnapshotContent name>-pvc` where `<VolumeSnapshotContent_name>` is the `VolumeSnapshotContent` created by Data Mover per PVC.

modules/oadp-deleting-cluster-resources-following-failure.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="oadp-deleting-cluster-resources-following-failure_{context}"]
77
= Deleting cluster resources following a partially successful or a failed backup and restore that used Data Mover
88

9-
If your backup and restore operation that uses Data Mover either fails or only partially succeeds, you must clean up any `VolumeSnapshotBackup` (VSB) or `VolumeSnapshotrestore` custom resource definitions (CRDs) that exist in the application namespace, and clean up any extra resources created by these controllers.
9+
If your backup and restore operation that uses Data Mover either fails or only partially succeeds, you must clean up any `VolumeSnapshotBackup` (VSB) or `VolumeSnapshotRestore` custom resource definitions (CRDs) that exist in the application namespace, and clean up any extra resources created by these controllers.
1010

1111
.Procedure
1212

0 commit comments

Comments
 (0)