1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
This commit is contained in:
Sabrina Jess
2023-11-08 10:44:18 -05:00
committed by openshift-cherrypick-robot
parent 227c375e4c
commit 6bffe16fec

View File

@@ -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 <storage_class> -oyaml
$ oc edit storageprofile <storage_class>
----
. 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 <storage_class>
$ oc get storageprofile <storage_class> -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.