Skip to content

Commit cc29901

Browse files
author
lan.tian
committed
backupStorageLocation ns should be consistent with Backup
Signed-off-by: lan.tian <[email protected]>
1 parent cfb0f0e commit cc29901

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

modules/oadp-creating-backup-cr.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ You back up Kubernetes images, internal images, and persistent volumes (PVs) by
2727
+
2828
[source,terminal]
2929
----
30-
$ oc get backupStorageLocations
30+
$ oc get backupStorageLocations -n openshift-adp
3131
----
3232
+
3333
.Example output
3434
+
3535
[source,terminal]
3636
----
37-
NAME PHASE LAST VALIDATED AGE DEFAULT
38-
velero-sample-1 Available 11s 31m
37+
NAMESPACE NAME PHASE LAST VALIDATED AGE DEFAULT
38+
openshift-adp velero-sample-1 Available 11s 31m
3939
----
4040

4141
. Create a `Backup` CR, as in the following example:

modules/oadp-scheduling-backups.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ For example, if a backup of a namespace typically takes 10 minutes, do not sched
2626
+
2727
[source,terminal]
2828
----
29-
$ oc get backupStorageLocations
29+
$ oc get backupStorageLocations -n openshift-adp
3030
----
3131
+
3232
.Example output
3333
+
3434
[source,terminal]
3535
----
36-
NAME PHASE LAST VALIDATED AGE DEFAULT
37-
velero-sample-1 Available 11s 31m
36+
NAMESPACE NAME PHASE LAST VALIDATED AGE DEFAULT
37+
openshift-adp velero-sample-1 Available 11s 31m
3838
----
3939

4040
. Create a `Schedule` CR, as in the following example:

0 commit comments

Comments
 (0)