Skip to content

Commit 02413c0

Browse files
authored
Merge pull request #78958 from aspauldi/CNV-44182
CNV#44182: Document: Enable PersistentReservation feature gates by using the command line
2 parents 15b5f50 + d191061 commit 02413c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/virt-enabling-persistentreservation-feature-gate-cli.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ You enable the `persistentReservation` feature gate by using the command line. E
1414
+
1515
[source,terminal,subs="attributes+"]
1616
----
17-
$ oc patch hyperconverged kubevirt-hyperconverged -n {CNVNamespace} \
18-
--type json -p '[{"op":"replace","path":"/spec/featureGates/persistentReservation", "value": true}]'
17+
$ oc patch hyperconverged kubevirt-hyperconverged -n openshift-cnv --type json -p \
18+
'[{"op":"replace","path":"/spec/featureGates/persistentReservation", "value": true}]'
1919
----

0 commit comments

Comments
 (0)