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

Example Add the WWN information for netApp luns #753

Merged
merged 10 commits into from
Jan 5, 2022

Conversation

guankc
Copy link
Contributor

@guankc guankc commented Oct 11, 2021

Example Add the WWN information for netApp luns

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 Oct 11, 2021

Codecov Report

Merging #753 (f4386bf) into master (e961cef) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #753      +/-   ##
==========================================
+ Coverage   70.55%   70.56%   +0.01%     
==========================================
  Files         177      177              
  Lines       18243    18244       +1     
  Branches     2688     2688              
==========================================
+ Hits        12871    12874       +3     
  Misses       4558     4558              
+ Partials      814      812       -2     
Impacted Files Coverage Δ
delfin/drivers/netapp/dataontap/netapp_handler.py 66.15% <100.00%> (+0.04%) ⬆️
delfin/drivers/fake_storage/__init__.py 95.61% <0.00%> (+0.54%) ⬆️

@@ -41,6 +41,7 @@ class NetAppHandler(object):
OID_TRAP_DATA = '1.3.6.1.4.1.789.1.1.12.0'
NODE_NAME = 'controller_name'
SECONDS_TO_MS = 1000
NETAPP_WWN = '60a98000'
Copy link
Contributor

Choose a reason for hiding this comment

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

image
recommended variable name: NETAPP_NAA

Copy link
Contributor Author

Choose a reason for hiding this comment

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

has modified

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 ce7156f into sodafoundation:master Jan 5, 2022
@guankc guankc deleted the netapp_lun branch February 9, 2022 07:11
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.

4 participants