-
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 hostmapping support to VMAX driver #803
Add hostmapping support to VMAX driver #803
Conversation
Codecov Report
@@ Coverage Diff @@
## master #803 +/- ##
==========================================
+ Coverage 70.56% 70.58% +0.01%
==========================================
Files 180 180
Lines 18654 18825 +171
Branches 2750 2769 +19
==========================================
+ Hits 13164 13288 +124
- Misses 4646 4694 +48
+ Partials 844 843 -1
|
3a14aab
to
aa8faaa
Compare
port_group_list.append(port_group_item) | ||
|
||
for port in port_group_info['symmetrixPortKey']: | ||
port_name = port['directorId'] + ':' + port['portId'] |
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.
Just portId is not unique, can it be not treated as native_port_id?
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.
Just portId is not unique, can it be not treated as native_port_id?
Yes, portId is not unique, so we generate directorId + portId for native_port_id
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.
OK
aa8faaa
to
945e9b6
Compare
LGTM |
945e9b6
to
635ff15
Compare
635ff15
to
a21d1fe
Compare
fc61aa0
to
28ba103
Compare
LGTM |
d9f6934
to
92b31fa
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:
Add hostmapping support to VMAX driver
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #654Special notes for your reviewer:
Release note: