Skip to content

Commit ab36afd

Browse files
committed
minor
1 parent d7f86b8 commit ab36afd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ By disabling VBS on target VMs during the migration of Windows VMs that do not n
2222
[NOTE]
2323
====
2424
After you migrate your VMs to {virt}, you can re-enable VBS by running the following YAML:
25-
[source, YAML]
25+
26+
[source,yaml,subs="attributes+"]
2627
----
2728
apiVersion: kubevirt.io/v1
2829
kind: VirtualMachine
@@ -38,8 +39,6 @@ spec:
3839
policy: optional
3940
- name: svm
4041
policy: optional
41-
...
42-
rest of domain spec
4342
----
4443
====
4544
+

documentation/modules/rn-2-10-6-resolved-issues.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Review the resolved issues in this release of {project-short}.
1111

1212
XFSv4 migrations failed::
13-
{project-short} 2.10.1 was rebased to {rhel-first} 10, which does not support XFS version 4 (XFSv4). As a result, XFSv4 migrations failed for {project-short} 2.10.1-2.10.5. With this release, a new `spec:xfsCompatibility` option is available on the migration plan. When set to `false`, the default setting, the plan uses the standard conversion image. When set to `true`, the plan uses the XFS-compatible conversion image instead of the standard conversion image.
13+
{project-short} 2.10.1 was rebased to {rhel-first} 10, which does not support XFS version 4 (XFSv4). As a result, XFSv4 migrations failed for {project-short} 2.10.1-2.10.5. With this release, a new `spec.xfsCompatibility` option is available on the migration plan. When set to `false`, the default setting, the plan uses the standard conversion image. When set to `true`, the plan uses the XFS-compatible conversion image instead of the standard conversion image.
1414
+
1515
[WARNING]
1616
====

0 commit comments

Comments
 (0)