Skip to content
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

Merged
merged 2 commits into from
Dec 17, 2021

Conversation

joseph-v
Copy link
Collaborator

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:

@codecov
Copy link

codecov bot commented Nov 30, 2021

Codecov Report

Merging #776 (419dbf2) into master (b4ae445) will decrease coverage by 0.00%.
The diff coverage is 60.00%.

@@            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              
Impacted Files Coverage Δ
delfin/drivers/dell_emc/vmax/rest.py 44.18% <20.00%> (-0.41%) ⬇️
delfin/drivers/dell_emc/vmax/client.py 73.35% <85.71%> (+0.62%) ⬆️
delfin/drivers/dell_emc/vmax/vmax.py 80.55% <100.00%> (+1.38%) ⬆️
delfin/drivers/fake_storage/__init__.py 95.34% <0.00%> (+0.27%) ⬆️

@joseph-v joseph-v changed the title WIP: Add VMAX disk resource support Add VMAX disk resource support Dec 2, 2021
self.array_id, self.uni_version, disk)

disk_item = {
'name': 'disk_' + disk,
Copy link
Member

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!

wisererik
wisererik previously approved these changes Dec 13, 2021
Copy link
Collaborator

@wisererik wisererik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@wisererik wisererik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@NajmudheenCT NajmudheenCT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@joseph-v joseph-v merged commit 80c07e3 into sodafoundation:master Dec 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants