removing the usage of volumeFreeze StorPool API call#8575
removing the usage of volumeFreeze StorPool API call#8575DaanHoogland merged 3 commits intoapache:4.20from
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8575 +/- ##
============================================
- Coverage 30.90% 23.10% -7.80%
+ Complexity 33382 23318 -10064
============================================
Files 5355 5219 -136
Lines 375727 353392 -22335
Branches 54915 50877 -4038
============================================
- Hits 116109 81663 -34446
- Misses 244219 259918 +15699
+ Partials 15399 11811 -3588
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
...main/java/org/apache/cloudstack/storage/datastore/driver/StorPoolPrimaryDataStoreDriver.java
Outdated
Show resolved
Hide resolved
...main/java/org/apache/cloudstack/storage/datastore/driver/StorPoolPrimaryDataStoreDriver.java
Outdated
Show resolved
Hide resolved
...main/java/org/apache/cloudstack/storage/datastore/driver/StorPoolPrimaryDataStoreDriver.java
Show resolved
Hide resolved
...main/java/org/apache/cloudstack/storage/datastore/driver/StorPoolPrimaryDataStoreDriver.java
Show resolved
Hide resolved
|
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
573ad8e to
23e3f20
Compare
23e3f20 to
3bcfaa1
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.20 #8575 +/- ##
=========================================
Coverage 16.07% 16.07%
- Complexity 12883 12884 +1
=========================================
Files 5639 5639
Lines 494193 494179 -14
Branches 59925 59919 -6
=========================================
+ Hits 79419 79420 +1
+ Misses 405944 405929 -15
Partials 8830 8830
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
Ping @slavkap Any further work on this? |
|
hey @sureshanaparti, no, I think all needed is included |
|
@blueorangutan package |
|
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
3bcfaa1 to
d099649
Compare
|
@JoaoJandre, is it possible for this to get in at 4.20? It doesn't affect other storage plugins or CloudStack core; a StorPool API call is deprecated, and this is a cleanup. |
@slavkap , I understand your point, but as this is not fixing a bug and could introduce new ones (as any PR could), I think that it is safer to wait for the next release. From the user perspective, the functionality will not change, right? |
|
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
d099649 to
0e78ba9
Compare
|
@slavkap @JoaoJandre does it make sense to add this to 4.20.1? |
.../storpool/src/main/java/org/apache/cloudstack/storage/motion/StorPoolDataMotionStrategy.java
Outdated
Show resolved
Hide resolved
|
@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 12470 |
|
@blueorangutan test |
|
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
|
[SF] Trillian Build Failed (tid-12430) |
|
@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 12621 |
|
@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-12533)
|
Description
Deprecate the usage of the volumeFreeze API call.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale