mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
20 lines
755 B
Plaintext
20 lines
755 B
Plaintext
// Module included in the following assembly:
|
|
//
|
|
// * virt/virtual_machines/advanced_vm_management/virt-automatic-bootsource-updates.adoc
|
|
//
|
|
|
|
:_content-type: PROCEDURE
|
|
[id="virt-reenabling-bootsource-update_{context}"]
|
|
= Re-enabling automatic boot source updates
|
|
|
|
If you have previously disabled automatic boot source updates, you must manually re-enable the feature. Set the `spec.featureGates.enableCommonBootImageImport` field in the `HyperConverged` custom resource (CR) to `true`.
|
|
|
|
.Procedure
|
|
|
|
* Use the following command to re-enable automatic updates:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc patch hco kubevirt-hyperconverged -n openshift-cnv --type json -p '[{"op": "replace", "path": "/spec/featureGates/enableCommonBootImageImport", "value": true}]'
|
|
----
|