-
Notifications
You must be signed in to change notification settings - Fork 1.2k
xenserver: destroy halted vm on expunge #10833
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.19
Are you sure you want to change the base?
Conversation
Addresses apache#9175 (comment) Signed-off-by: Abhishek Kumar <[email protected]>
@Pearl1594 kindly check. Close this PR and pick changes if needed @blueorangutan package |
@shwstppr 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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.19 #10833 +/- ##
============================================
- Coverage 15.17% 15.17% -0.01%
- Complexity 11339 11341 +2
============================================
Files 5414 5415 +1
Lines 475185 475321 +136
Branches 57991 58003 +12
============================================
+ Hits 72105 72123 +18
- Misses 395018 395132 +114
- Partials 8062 8066 +4
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 ✔️ debian ✔️ suse15. SL-JID 13299 |
@blueorangutan test ol8 xcpng82 |
@weizhouapache a [SL] Trillian-Jenkins test job (ol8 mgmt + xcpng82) has been kicked to run smoke tests |
...a/com/cloud/hypervisor/xenserver/resource/wrapper/xenbase/CitrixCleanupVMCommandWrapper.java
Show resolved
Hide resolved
...a/com/cloud/hypervisor/xenserver/resource/wrapper/xenbase/CitrixCleanupVMCommandWrapper.java
Outdated
Show resolved
Hide resolved
…or/xenserver/resource/wrapper/xenbase/CitrixCleanupVMCommandWrapper.java
@blueorangutan package |
@shwstppr 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 13315 |
it looks like some vms are not cleaned
|
Signed-off-by: Abhishek Kumar <[email protected]>
@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. |
@weizhouapache should be okay now. I used wrong condition by mistake. Added test result in the description. |
[SF] Trillian test result (tid-13241)
|
great, thanks @shwstppr for the fixing |
Packaging result [SF]: ✖️ el8 ✖️ el9 ✔️ debian ✖️ suse15. SL-JID 13319 |
@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 13320 |
Description
Addresses #9175 (comment)
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
Tested on XCP-ng 8.2
Deploy a VM
Check on XCP-ng host that VM is showing as running
Destroy VM with expunge from ACS
On XCP-ng check VM is not present in HALTED state,
How did you try to break this feature and the system with this change?