Skip to content

Commit 4109cbd

Browse files
authored
Merge pull request #67572 from sabrinajess/CNV22037-3
CNV-22037 - fix
2 parents e5405cc + b7f9cda commit 4109cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/virt-enabling-volume-snapshot-boot-source.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use volume snapshots on a storage profile that is proven to scale better when cl
2525
+
2626
[source,terminal,subs="attributes+"]
2727
----
28-
$ oc edit storageprofile <storage_class> -oyaml
28+
$ oc edit storageprofile <storage_class>
2929
----
3030

3131
. Review the `dataImportCronSourceFormat` specification of the `StorageProfile` to confirm whether or not the VM is using PVC or volume snapshot by default.
@@ -49,7 +49,7 @@ spec:
4949
+
5050
[source,terminal,subs="attributes+"]
5151
----
52-
$ oc get storageprofile <storage_class>
52+
$ oc get storageprofile <storage_class> -oyaml
5353
----
5454

5555
. Confirm that the `dataImportCronSourceFormat` specification of the `StorageProfile` is set to 'snapshot', and that any `DataSource` objects that the `DataImportCron` points to now reference volume snapshots.

0 commit comments

Comments
 (0)