9.19.3.3.2. Enabling the PersistentReservation feature gate by using the CLI
You can enable the persistentReservation feature gate by using the command line. Enabling the feature gate requires cluster administrator privileges.
Prerequisites
-
You have installed the OpenShift CLI (
oc).
Procedure
Enable the
persistentReservationfeature gate by running the following command:$ oc patch hyperconverged kubevirt-hyperconverged -n openshift-cnv --type json -p \ '[{"op":"replace","path":"/spec/featureGates/persistentReservation", "value": true}]'