Fix issue with configdrive on XenServer#10912
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.19 #10912 +/- ##
=============================================
+ Coverage 15.17% 18.02% +2.84%
- Complexity 11349 16479 +5130
=============================================
Files 5416 5738 +322
Lines 475621 633948 +158327
Branches 58054 101513 +43459
=============================================
+ Hits 72168 114239 +42071
- Misses 395380 508348 +112968
- Partials 8073 11361 +3288
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:
|
|
@blueorangutan package |
|
@Pearl1594 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 13496 |
.../java/com/cloud/hypervisor/xenserver/resource/wrapper/xenbase/CitrixStartCommandWrapper.java
Show resolved
Hide resolved
|
Added tentative milestone & label, if it's a high priority issue - pl check / change as necessary @Pearl1594 @DaanHoogland |
|
@blueorangutan test ol8 xcpng82 |
|
@weizhouapache a [SL] Trillian-Jenkins test job (ol8 mgmt + xcpng82) has been kicked to run smoke tests |
|
[SF] Trillian test result (tid-13394)
|
|
@blueorangutan test ol8 xcpng82 |
|
@weizhouapache a [SL] Trillian-Jenkins test job (ol8 mgmt + xcpng82) has been kicked to run smoke tests |
|
[SF] Trillian test result (tid-13398)
|
|
Not sure how test suite |
|
@blueorangutan package |
|
Packaging result [SF]: ✖️ el8 ✖️ el9 ✖️ debian ✖️ suse15. SL-JID 13512 |
|
@blueorangutan package |
|
@Pearl1594 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 13513 |
|
@blueorangutan test ol8 xcpng82 |
|
@Pearl1594 a [SL] Trillian-Jenkins test job (ol8 mgmt + xcpng82) has been kicked to run smoke tests |
|
[SF] Trillian test result (tid-13402)
|
weizhouapache
left a comment
There was a problem hiding this comment.
tested ok
vm can get data from ConfigDrive ISO
the only issues are,
- when attach an ISO, then new ISO is attached as the first ISO (the existing configdrive ISO is detached)
- when create a VM from ISO on a network with ConfigDrive, it will not work. I have not tested it yet.
Since the ConfigDrive issue has been broken for years, it looks like nobody has used it actually.
I would consider the issues above as known limitations and emphasize in the cloudstack documentation.
what do you think ? @Pearl1594 @DaanHoogland @rohityadavcloud
|
Thanks Wei - I agree with what you say. We can document them as known issues for now and can look into fixing the issues in the next release. |
I am adding remarks on these to the release notes for 4.19 |
|
Another issue I've found is that the userdata functionality using config drive doesn't work. |
@vladimirpetrov |



Description
This PR fixes issue: #10318 where in the config drive ISO isn't attached to the VM.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
After fix, we see the configdrive iso present:

How did you try to break this feature and the system with this change?