mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
fix
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
227c375e4c
commit
6bffe16fec
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user