diff --git a/modules/virt-enabling-volume-snapshot-boot-source.adoc b/modules/virt-enabling-volume-snapshot-boot-source.adoc index 722a047611..faa8e91e92 100644 --- a/modules/virt-enabling-volume-snapshot-boot-source.adoc +++ b/modules/virt-enabling-volume-snapshot-boot-source.adoc @@ -25,7 +25,7 @@ Use volume snapshots on a storage profile that is proven to scale better when cl + [source,terminal,subs="attributes+"] ---- -$ oc edit storageprofile -oyaml +$ oc edit storageprofile ---- . 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: + [source,terminal,subs="attributes+"] ---- -$ oc get storageprofile +$ oc get storageprofile -oyaml ---- . 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.