-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix primary storage removal logs with detached volumes #11817
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: main
Are you sure you want to change the base?
Conversation
@blueorangutan package |
@hsato03 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 @@
## main #11817 +/- ##
============================================
+ Coverage 17.39% 17.56% +0.16%
- Complexity 15283 15498 +215
============================================
Files 5889 5898 +9
Lines 526184 527780 +1596
Branches 64242 64474 +232
============================================
+ Hits 91542 92705 +1163
- Misses 424298 424652 +354
- Partials 10344 10423 +79
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:
|
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
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 15366 |
@blueorangutan test |
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
[SF] Trillian test result (tid-14619)
|
Description
Currently, when attempting to remove a primary storage with a detached ready volume, a NPE is thrown. Therefore, instead of informing users of the undestroyed volumes in the storage pool through the logs, ACS is throwing a generic exception without much information.
This PR intends to fix this bug.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
DATADISK
volume to it, which was created in thepri-nfs
storage pool.pri-nfs
maintenance mode.With the patch, I checked that the NPE no longer occurs.
How did you try to break this feature and the system with this change?