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

ds8000 add host mapping #822

Merged
merged 15 commits into from
Apr 28, 2022
Merged

ds8000 add host mapping #822

merged 15 commits into from
Apr 28, 2022

Conversation

tanjiangyu-ghca
Copy link
Contributor

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 Feb 15, 2022

Codecov Report

Merging #822 (7c5abbf) into master (795934f) will increase coverage by 0.00%.
The diff coverage is 69.64%.

@@           Coverage Diff           @@
##           master     #822   +/-   ##
=======================================
  Coverage   70.59%   70.59%           
=======================================
  Files         180      181    +1     
  Lines       18825    18880   +55     
  Branches     2769     2777    +8     
=======================================
+ Hits        13289    13329   +40     
- Misses       4694     4706   +12     
- Partials      842      845    +3     
Impacted Files Coverage Δ
delfin/drivers/ibm/ds8k/ds8k.py 74.11% <68.51%> (-2.28%) ⬇️
delfin/drivers/ibm/ds8k/consts.py 100.00% <100.00%> (ø)
delfin/drivers/fake_storage/__init__.py 95.16% <0.00%> (+0.50%) ⬆️

def list_storage_hosts(self, context):
try:
host_list = []
hosts = self.rest_handler.get_rest_info('/api/v1/hosts')
Copy link
Contributor

@qinwang-murphy qinwang-murphy Feb 25, 2022

Choose a reason for hiding this comment

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

It is recommended that the URL path be maintained in constants.
image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done
image
image

Copy link
Collaborator

@joseph-v joseph-v left a comment

Choose a reason for hiding this comment

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

LGTM

@wisererik wisererik merged commit e806602 into sodafoundation:master Apr 28, 2022
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.

5 participants