Closed mprokopchuk closed 1 month ago
@blueorangutan test
@blueorangutan package
@sureshanaparti 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.
Attention: Patch coverage is 14.28571%
with 18 lines
in your changes missing coverage. Please review.
Project coverage is 15.81%. Comparing base (
501d8c1
) to head (468dbcb
). Report is 39 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...orage/datastore/manager/ScaleIOSDCManagerImpl.java | 14.28% | 17 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hi @mprokopchuk No SQL changes in the PR as mention in the description, Please check/update the PR changes or description accordingly. Thanks.
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 11067
@blueorangutan test
@sureshanaparti a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests
[SF] Trillian test result (tid-11435) Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 52922 seconds Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr9664-t11435-kvm-ol8.zip Smoke tests completed. 141 look OK, 0 have errors, 0 did not run Only failed and skipped tests results shown below:
Test | Result | Time (s) | Test File |
---|
cc @JoaoJandre we've asked our @borisstoyanov to help with QA.
@mprokopchuk the description states that there is a SQL change, but I don't see any SQL changes, will it be added? If not, could you update the description?
@mprokopchuk the description states that there is a SQL change, but I don't see any SQL changes, will it be added? If not, could you update the description?
Looks like a copy/paste error, I believe this part can be removed from the PR description.
@blueorangutan package
@sureshanaparti 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 11157
@sureshanaparti , do we need to run regression tests for other hypervisors than KVM?
@sureshanaparti , do we need to run regression tests for other hypervisors than KVM?
@DaanHoogland KVM should be fine.
@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-11545)
@blueorangutan package
@sureshanaparti 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 11203
@blueorangutan test
@sureshanaparti a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests
[SF] Trillian test result (tid-11550) Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 58388 seconds Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr9664-t11550-kvm-ol8.zip Smoke tests completed. 139 look OK, 2 have errors, 0 did not run Only failed and skipped tests results shown below:
Test | Result | Time (s) | Test File |
---|---|---|---|
ContextSuite context=TestISOUsage>:setup | Error |
0.00 | test_usage.py |
test_03_secured_to_nonsecured_vm_migration | Error |
395.64 | test_vm_life_cycle.py |
Merging this based on manual QA by Bobby and smoketests, and lgtms.
Description
Added configuration key
powerflex.connect.on.demand
. When set tofalse
, then logic in ScaleIO plugin to disconnect Host from the storage pool when there are no volumes and connect Host to storage pool when new volume created will not be used (https://github.com/apache/cloudstack/pull/9268).The reason for that - plugin's connect/disconnect logic stops and starts
scini
service. If Host connected to multiple storage pools, then it won't be disconnected from unused pools, there will be all or none. Also we observedscini
stability issue - after multiple start/stop it is not always starting back properly. For now we would like to have flag to enable/disable this feature.In addition, as part of the PR, added SQL to update
resource_reservation
table with two new columns. Right now we are copy-pasting that SQL within RPMs to be executed during deployment, but having migration script would be better issue.Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
Tested manually.