-
Notifications
You must be signed in to change notification settings - Fork 355
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
Add VMAX disk resource support #776
Conversation
Codecov Report
@@ Coverage Diff @@
## master #776 +/- ##
==========================================
- Coverage 70.20% 70.20% -0.01%
==========================================
Files 163 163
Lines 15910 15934 +24
Branches 2272 2275 +3
==========================================
+ Hits 11170 11186 +16
- Misses 4063 4071 +8
Partials 677 677
|
483a368
to
8a1cab1
Compare
self.array_id, self.uni_version, disk) | ||
|
||
disk_item = { | ||
'name': 'disk_' + disk, |
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.
Do we need to prefix 'disk_' , if we do so it will be different from the element manager showed disk name!
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.
LGTM
57230b3
to
419dbf2
Compare
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.
LGTM
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.
LGTM
What this PR does / why we need it:
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #Special notes for your reviewer:
Release note: