-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
Incidents & Support
-
False
-
-
False
-
None
-
-
None
This part doesn't work:
$ oc patch hyperconverged kubevirt-hyperconverged -n openshift-cnv \ --type json -p '[\{"op": "add", "path": "/spec/featureGates", \ "value": "HotplugVolumes"}]'
And i don't think this part is necessary. IIUC, in kubevirt CR, it has the HotplugVolumes in spec.configuration.developerConfiguration.featureGates:
Here is an example from my OCP-V 4.19.15:
$ oc get kubevirt kubevirt-kubevirt-hyperconverged -o yaml |yq .spec.configuration.developerConfiguration.featureGates - CPUManager - Snapshot - HotplugVolumes - ExpandDisks - HostDevices - VMExport - KubevirtSeccompProfile - VMPersistentState - InstancetypeReferencePolicy - WithHostModelCPU - HypervStrictCheck
Please confirm, and this part can be deleted. thank you.