Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions modules/virt-about-storage-volumes-for-vm-disks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ For best results, use `accessMode: ReadWriteMany` and `volumeMode: Block`. This
* 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.
+
For example, if you use {rh-storage-first}, Ceph RBD volumes are preferable to CephFS volumes.

// the note below was in the original features-for-storage assembly
+
[IMPORTANT]
====
You cannot live migrate virtual machines that use:
Expand All @@ -26,4 +25,6 @@ You cannot live migrate virtual machines that use:
* Passthrough features such as GPUs

Do not set the `evictionStrategy` field to `LiveMigrate` for these virtual machines.
====
====

* 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.
5 changes: 5 additions & 0 deletions modules/virt-hardware-os-requirements.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ endif::[]
.Storage requirements
* Supported by {product-title}

[WARNING]
====
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.
====

.Operating system requirements
* {op-system-first} installed on worker nodes
+
Expand Down