PowerFlex/ScaleIO storage - the MDMs validation improvements#12893
PowerFlex/ScaleIO storage - the MDMs validation improvements#12893sureshanaparti wants to merge 1 commit intoapache:4.22from
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.22 #12893 +/- ##
============================================
- Coverage 17.60% 17.60% -0.01%
+ Complexity 15666 15663 -3
============================================
Files 5917 5917
Lines 531527 531539 +12
Branches 64982 64982
============================================
- Hits 93584 93574 -10
- Misses 427389 427410 +21
- Partials 10554 10555 +1
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:
|
|
@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 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 17251 |
|
@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-15746)
|
kiranchavala
left a comment
There was a problem hiding this comment.
LGTM
was able to add mdm and query the mdm successfully
[root@ref-trl-11431-k-Mol8-kiran-chavala-kvm1 ~]# /opt/emc/scaleio/sdc/bin/drv_cfg --add_mdm --ip 10.0.32.109 --file /etc/emc/scaleio/drv_cfg.txt
Updating file /etc/emc/scaleio/drv_cfg.txt with MDM (10.0.32.109)
Calling kernel module to connect to MDM (10.0.32.109)
[root@ref-trl-11431-k-Mol8-kiran-chavala-kvm1 ~]# /opt/emc/scaleio/sdc/bin/drv_cfg --query_mdms --file /etc/emc/scaleio/drv_cfg.tx
Retrieved 2 mdm(s)
MDM-ID 456e55753ee96a0f SDC ID 5d48d8fd00000019 INSTALLATION ID 4a6134250af62c2c IPs [0]-10.0.32.170 [1]-10.0.32.108
MDM-ID 0000000000000000 SDC ID 0000000000000000 INSTALLATION ID 0000000000000000 IPs [0]-10.0.32.109
Description
This PR improves the MDMs validations for PowerFlex/ScaleIO storage. Currently only the first MDM IP address is validated, this extends the validation to check all the MDMs of the PowerFlex/ScaleIO storage are present/configured or not and only configures the missing ones.
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?