linstor/kvm: Workaround a qemu bug and IDE bus discard enabled.#9859
Conversation
qemu has a bug versions prior 7.0 with discard enabled and using the IDE bus. It would crash the qemu process and kill the virtual machine, this is most noticeable on installing a windows guest from the Windows ISO installer.
|
@JoaoJandre As the Linstor discard support was included in 4.20/main, |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.19 #9859 +/- ##
============================================
+ Coverage 15.08% 15.10% +0.01%
- Complexity 11203 11214 +11
============================================
Files 5404 5404
Lines 473423 473426 +3
Branches 59987 60199 +212
============================================
+ Hits 71429 71524 +95
+ Misses 394044 393908 -136
- Partials 7950 7994 +44
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
JoaoJandre
left a comment
There was a problem hiding this comment.
@rp- Yes, we can add it to 4.20
|
@blueorangutan package |
|
@JoaoJandre a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 11470 |
|
@blueorangutan test |
|
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
|
[SF] Trillian Build Failed (tid-11726) |
|
[SF] Trillian test result (tid-11727)
|
|
[SF] Trillian test result (tid-11734)
|
…he#9859) qemu has a bug versions prior 7.0 with discard enabled and using the IDE bus. It would crash the qemu process and kill the virtual machine, this is most noticeable on installing a windows guest from the Windows ISO installer.
…he#9859) qemu has a bug versions prior 7.0 with discard enabled and using the IDE bus. It would crash the qemu process and kill the virtual machine, this is most noticeable on installing a windows guest from the Windows ISO installer.
Description
qemu has a bug versions prior 7.0 with discard enabled and using the IDE bus.
It would crash the qemu process and kill the virtual machine, this is most noticeable on installing a windows guest from the Windows ISO installer.
bug link:
https://bugzilla.redhat.com/show_bug.cgi?id=2029980
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
Tested in a local Linstor cluster and added unittests to check the combinations.
How did you try to break this feature and the system with this change?