New config key "allow.import.volume.with.backing.file" to skip volume backing#12809
New config key "allow.import.volume.with.backing.file" to skip volume backing#12809sudo87 wants to merge 3 commits intoapache:4.22from
Conversation
…lumes and VMs. This allows users to import volumes and VMs without creating a backing volume, which can be useful in certain scenarios where the backing volume is not needed or desired.
|
@blueorangutan package |
|
@sudo87 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.22 #12809 +/- ##
============================================
- Coverage 17.60% 17.60% -0.01%
+ Complexity 15659 15657 -2
============================================
Files 5917 5917
Lines 531394 531422 +28
Branches 64970 64973 +3
============================================
+ Hits 93575 93576 +1
- Misses 427269 427289 +20
- Partials 10550 10557 +7
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:
|
api/src/main/java/org/apache/cloudstack/vm/UnmanagedVMsManager.java
Outdated
Show resolved
Hide resolved
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 17128 |
|
@blueorangutan package |
|
@DaanHoogland 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 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 17154 |
|
@blueorangutan test |
|
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
Description
This PR introduces a new configkey "allow.import.volume.with.backing.file" with default value: false. Set to 'true' to skip checking volume backing while importing.
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?