Skip to content

Commit d7f86b8

Browse files
committed
note on CNV use
1 parent f1ab434 commit d7f86b8

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

documentation/modules/new-features-and-enhancements-2-10.adoc

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,29 @@ This option gives you the flexibility to mitigate performance issues stemming fr
1919
+
2020
By disabling VBS on target VMs during the migration of Windows VMs that do not need nested virtualization, you can avoid potential performance degradation, resulting in a more streamlined and efficient migration process.
2121
+
22-
// You can
22+
[NOTE]
23+
====
24+
After you migrate your VMs to {virt}, you can re-enable VBS by running the following YAML:
25+
[source, YAML]
26+
----
27+
apiVersion: kubevirt.io/v1
28+
kind: VirtualMachine
29+
metadata:
30+
name: <vm_name>
31+
spec:
32+
template:
33+
spec:
34+
domain:
35+
cpu:
36+
features:
37+
- name: vmx
38+
policy: optional
39+
- name: svm
40+
policy: optional
41+
...
42+
rest of domain spec
43+
----
44+
====
2345
+
2446
link:https://issues.redhat.com/browse/MTV-4698[(MTV-4698)]
2547

0 commit comments

Comments
 (0)