docs(create-windows-vm): virtio-scsi bus and Hyper-V enlightenments guidance#1076
Open
abonillabeeche wants to merge 8 commits into
Open
docs(create-windows-vm): virtio-scsi bus and Hyper-V enlightenments guidance#1076abonillabeeche wants to merge 8 commits into
abonillabeeche wants to merge 8 commits into
Conversation
…tenments Update the Volumes tab guidance to recommend the SCSI bus (virtio-scsi) for Windows workloads that do sustained writes; virtio-scsi supports multiple queues and has a more efficient DISCARD path than virtio-blk. Clarify that the Cloud Config field is processed on Windows images that include Cloudbase-Init (rather than being ignored outright). Note that after VMDP is installed the network model can be switched from e1000 to virtio for better throughput. Add a new "Recommended Tuning" section documenting KubeVirt's Hyper-V TLFS enlightenments as a suggested performance tuning for Windows guests, with the full YAML block and a verification command. Signed-off-by: Alejandro Bonilla <[email protected]>
abonillabeeche
force-pushed
the
docs-windows-vm-tuning
branch
from
July 10, 2026 01:06
3bf9952 to
3f2175f
Compare
Co-authored-by: Jillian Maroket <[email protected]> Signed-off-by: Alejandro Bonilla <[email protected]>
Co-authored-by: Jillian Maroket <[email protected]> Signed-off-by: Alejandro Bonilla <[email protected]>
Co-authored-by: Jillian Maroket <[email protected]> Signed-off-by: Alejandro Bonilla <[email protected]>
Co-authored-by: Jillian Maroket <[email protected]> Signed-off-by: Alejandro Bonilla <[email protected]>
Co-authored-by: Jillian Maroket <[email protected]> Signed-off-by: Alejandro Bonilla <[email protected]>
Co-authored-by: Jillian Maroket <[email protected]> Signed-off-by: Alejandro Bonilla <[email protected]>
Co-authored-by: Jillian Maroket <[email protected]> Signed-off-by: Alejandro Bonilla <[email protected]>
|
Tick the box to add this pull request to the merge queue (same as
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds guidance to the Windows VM creation documentation on three areas that operators typically need to configure by hand today:
Bus— recommendSCSI(virtio-scsi) for Windows workloads that do sustained writes. virtio-scsi supports multiple queues and has a more efficient DISCARD path than virtio-blk.SATAremains a compatible fallback.Cloud Config— clarify that this field IS processed on Windows images that ship with Cloudbase-Init. The previous wording ("not applied to Windows-based VMs") was too broad.Model— note thate1000is a safe default while paravirtualized drivers are still being installed, and that switching tovirtioafter VMDP is loaded gives higher throughput and lower CPU overhead.Adds a new Recommended Tuning section before Known Issues documenting how to enable KubeVirt's Hyper-V TLFS enlightenments on Windows guests, with the full YAML block and a verification command. This is a well-known Windows-on-KVM tuning that most people rediscover the hard way; documenting it in the VM creation page surfaces it at the right moment.
Same content is applied to both:
Notes
Documentation-only. No behavior changes.