Skip to content

Commit 48a884f

Browse files
authored
Merge pull request #61216 from danielclowers/CNV-28577
CNV-28577: Document RXBounce option for Windows VM with ODF
2 parents 4484033 + aba480f commit 48a884f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

modules/virt-about-storage-volumes-for-vm-disks.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ For best results, use `accessMode: ReadWriteMany` and `volumeMode: Block`. This
1515
* The `Block` volume mode performs significantly better in comparison to the `Filesystem` volume mode. This is because the `Filesystem` volume mode uses more storage layers, including a file system layer and a disk image file. These layers are not necessary for VM disk storage.
1616
+
1717
For example, if you use {rh-storage-first}, Ceph RBD volumes are preferable to CephFS volumes.
18-
19-
// the note below was in the original features-for-storage assembly
18+
+
2019
[IMPORTANT]
2120
====
2221
You cannot live migrate virtual machines that use:
@@ -26,4 +25,6 @@ You cannot live migrate virtual machines that use:
2625
* Passthrough features such as GPUs
2726
2827
Do not set the `evictionStrategy` field to `LiveMigrate` for these virtual machines.
29-
====
28+
====
29+
30+
* If you deploy {VirtProductName} with OpenShift Data Foundation, you must create a dedicated storage class for Windows virtual machine disks. See link:https://access.redhat.com/articles/6978371[Optimizing ODF PersistentVolumes for Windows VMs] for details.

modules/virt-hardware-os-requirements.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ endif::[]
3030
.Storage requirements
3131
* Supported by {product-title}
3232
33+
[WARNING]
34+
====
35+
If you deploy {VirtProductName} with OpenShift Data Foundation, you must create a dedicated storage class for Windows virtual machine disks. See link:https://access.redhat.com/articles/6978371[Optimizing ODF PersistentVolumes for Windows VMs] for details.
36+
====
37+
3338
.Operating system requirements
3439
* {op-system-first} installed on worker nodes
3540
+

0 commit comments

Comments
 (0)