Skip to content

Commit f059a6c

Browse files
committed
ascidoc vale fixes
Signed-off-by: Shruti Deshpande <[email protected]>
1 parent 0e3043c commit f059a6c

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

backup_and_restore/application_backup_and_restore/backing_up_and_restoring/restoring-applications.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
[role="_abstract"]
910
You restore application backups by creating a `Restore` custom resource (CR). See xref:../../../backup_and_restore/application_backup_and_restore/backing_up_and_restoring/restoring-applications.adoc#oadp-creating-restore-cr_restoring-applications[Creating a Restore CR].
1011

1112
You can create restore hooks to run commands in a container in a pod by editing the `Restore` CR. See xref:../../../backup_and_restore/application_backup_and_restore/backing_up_and_restoring/restoring-applications.adoc#oadp-creating-restore-hooks_restoring-applications[Creating restore hooks].

modules/oadp-creating-restore-cr.adoc

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66
[id="oadp-creating-restore-cr_{context}"]
77
= Creating a Restore CR
88

9+
[role="_abstract"]
910
You restore a `Backup` custom resource (CR) by creating a `Restore` CR.
1011

11-
[NOTE]
12-
====
13-
When you restore a stateful application that uses the `azurefile-csi` storage class, the restore operation remains in the `Finalizing` phase.
14-
====
12+
When you restore a stateful application that uses the `azurefile-csi` storage class, the restore operation remains in the `Finalizing` phase.
1513

1614
.Prerequisites
1715

@@ -75,8 +73,6 @@ During the restore process, the OADP Velero plug-ins scale down the `DeploymentC
7573
====
7674
+
7775
.`dc-restic-post-restore.sh -> dc-post-restore.sh` cleanup script
78-
[%collapsible]
79-
====
8076
[source,bash]
8177
----
8278
#!/bin/bash
@@ -123,5 +119,4 @@ spec:
123119
EOF
124120
fi
125121
done
126-
----
127-
====
122+
----

modules/oadp-creating-restore-hooks.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="oadp-creating-restore-hooks_{context}"]
77
= Creating restore hooks
88

9+
[role="_abstract"]
910
You create restore hooks to run commands in a container in a pod by editing the `Restore` custom resource (CR).
1011

1112
You can create two types of restore hooks:

modules/oadp-review-backup-restore.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[id="oadp-review-backup-restore_{context}"]
88
= Previewing resources before running backup and restore
99

10+
[role="_abstract"]
1011
{oadp-short} backs up application resources based on the type, namespace, or label. This means that you can view the resources after the backup is complete. Similarly, you can view the restored objects based on the namespace, persistent volume (PV), or label after a restore operation is complete. To preview the resources in advance, you can do a dry run of the backup and restore operations.
1112

1213
.Prerequisites

0 commit comments

Comments
 (0)