-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linstor/kvm: Workaround a qemu bug and IDE bus discard enabled. #9859
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clgtm
[SF] Trillian Build Failed (tid-11726) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CLGTM
[SF] Trillian test result (tid-11727)
|
[SF] Trillian test result (tid-11734)
|
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?