-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add 'dataDiskController' VM setting/detail for KVM hypervisor #12334
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
base: 4.20
Are you sure you want to change the base?
Add 'dataDiskController' VM setting/detail for KVM hypervisor #12334
Conversation
|
@blueorangutan package |
|
@sureshanaparti 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. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.20 #12334 +/- ##
=========================================
Coverage 16.23% 16.23%
- Complexity 13377 13378 +1
=========================================
Files 5657 5657
Lines 498865 498866 +1
Branches 60545 60545
=========================================
+ Hits 80991 81010 +19
+ Misses 408843 408822 -21
- Partials 9031 9034 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 16150 |
DaanHoogland
left a comment
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
weizhouapache
left a comment
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.
code lgtm
Not sure if scsi means virtio iSCSI
I think, it uses the same as for root disk controller. for 'scsi', uses scsi and for others, uses virtio . Lines 3174 to 3177 in b394b5b
|
Description
This PR add 'dataDiskController' VM setting/detail for KVM hypervisor.
'dataDiskController' VM setting support added to KVM in 4.16.0, here: #4569, but the option is not included in the VM settings shown for KVM hypervisor.
cloudstack/plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
Lines 4336 to 4353 in b394b5b
Fixes #12327
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
Able to set dataDiskController setting for VM on KVM hypervisor.
How did you try to break this feature and the system with this change?