xen-api: use https://mvnrepository.com/artifact/com.citrix.hypervisor/xen-api#10644
Conversation
|
@blueoranguran package |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## support-xen84-py3 #10644 +/- ##
=======================================================
+ Coverage 16.01% 16.85% +0.83%
- Complexity 13111 13112 +1
=======================================================
Files 5651 5255 -396
Lines 495858 463474 -32384
Branches 60048 54323 -5725
=======================================================
- Hits 79404 78107 -1297
+ Misses 407593 376654 -30939
+ Partials 8861 8713 -148
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 |
|
@weizhouapache 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 12939 |
|
@blueorangutan test rocky8 xcpng82 |
|
@weizhouapache a [SL] Trillian-Jenkins test job (rocky8 mgmt + xcpng82) has been kicked to run smoke tests |
|
@blueorangutan test rocky8 xcpng82 |
|
@Pearl1594 a [SL] Trillian-Jenkins test job (rocky8 mgmt + xcpng82) has been kicked to run smoke tests |
This should fix
```
2025-04-07 12:08:20,472 WARN [c.c.h.x.r.w.x.CitrixStartCommandWrapper] (DirectAgent-36:[ctx-a59ea070]) (logid:97c16f84) Catch Exception: class com.xensource.xenapi.Types$NetworkUnmanaged due to The network is not managed by xapi. The network is not managed by xapi.
at com.xensource.xenapi.Types.checkResponse(Types.java:2514)
at com.xensource.xenapi.Connection.dispatch(Connection.java:266)
at com.cloud.hypervisor.xenserver.resource.XenServerConnectionPool$XenServerConnection.dispatch(XenServerConnectionPool.java:458)
at com.xensource.xenapi.VLAN.create(VLAN.java:363)
at com.cloud.hypervisor.xenserver.resource.CitrixResourceBase.enableVlanNetwork(CitrixResourceBase.java:1736)
at com.cloud.hypervisor.xenserver.resource.CitrixResourceBase.getNetwork(CitrixResourceBase.java:2885)
at com.cloud.hypervisor.xenserver.resource.CitrixResourceBase.createVif(CitrixResourceBase.java:1280)
at com.cloud.hypervisor.xenserver.resource.wrapper.xenbase.CitrixStartCommandWrapper.execute(CitrixStartCommandWrapper.java:106)
at com.cloud.hypervisor.xenserver.resource.wrapper.xenbase.CitrixStartCommandWrapper.execute(CitrixStartCommandWrapper.java:56)
at com.cloud.hypervisor.xenserver.resource.wrapper.xenbase.CitrixRequestWrapper.execute(CitrixRequestWrapper.java:122)
at com.cloud.hypervisor.xenserver.resource.CitrixResourceBase.executeRequest(CitrixResourceBase.java:1791)
```
refer to CA-387821: SDK Tests/JavaSDK failed. Set Network.managed to true before creating the network.
xenserver/xenserver-samples@1684db5
|
@blueorangutan package |
|
@weizhouapache 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 12970 |
|
[SF] Trillian test result (tid-12897)
|
@blueorangutan test ol8 xcpng76 |
|
@weizhouapache a [SL] Trillian-Jenkins test job (ol8 mgmt + xcpng76) has been kicked to run smoke tests |
…se: Expected struct, got array
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13022 |
|
@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-12964)
|
|
[SF] Trillian test result (tid-12967)
|
|
@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-12968)
|
|
@blueorangutan test ol8 xcpng76 |
|
@Pearl1594 a [SL] Trillian-Jenkins test job (ol8 mgmt + xcpng76) has been kicked to run smoke tests |
|
[SF] Trillian Build Failed (tid-12985) |
|
@blueorangutan test ol8 xcpng76 |
|
@Pearl1594 a [SL] Trillian-Jenkins test job (ol8 mgmt + xcpng76) has been kicked to run smoke tests |
|
[SF] Trillian test result (tid-13023)
|
|
Based on comparing the test runs against xcp-ng 7.6 (#10668 (comment) vs #10644 (comment)) and xcp-ng 8.2 (#10668 (comment) vs #10644 (comment)), with that run against 4.20, I see the same failures on both - IMHO I think this is good to merge and test with xcp - @weizhouapache do you think it would be better to target this PR against #10684 as the main intention for this change is to get XCP-ng 8.3 to work. |
great, thanks @Pearl1594 I have changed the target branch to your support-xen84-py3 |
|
Thanks @weizhouapache |
Description
This PR...
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?