-
Notifications
You must be signed in to change notification settings - Fork 40
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
LUN info does not get collected #230
Comments
Good catch @hashi825 thanks! |
Question for you @hashi825 - Can you check and make sure you're getting the correct name I also had to change harvest/conf/zapi/cdot/9.8.0/lun.yaml Line 23 in d480377
to Before lun is blank
After lun is correct
Looks like |
You're right, I changed the split and now get the lun name, I'm getting the correct node label though. Can't comment on qtrees since I don't have them in my environment. |
Excellent - updated the PR with the path fix and good to hear node label is correct for you. That's likely an issue on my end. |
Verified the issue and the fix works with out any issues.Observed lun name and size details are displayed correctly. root@scspa2380901007:/opt/harvest# curl -s 'http://127.0.0.1:12991/metrics' | grep lun |
Describe the bug
Pollers constantly report lag behind schedule for small delays
Environment
Provide accurate information about the environment to help us reproduce the issue.
harvest version 21.05.2-1 (commit ce091de) (build date 2021-06-14T20:31:09+0530) linux/amd64
bin/harvest start --config=foo.yml --collectors Zapi
]To Reproduce
N/A
Expected behavior
Collect LUN Zapi info such as size used, node, status etc
Actual behavior
No information gets collected
Possible solution, workaround, fix
Related to
harvest/conf/zapi/cdot/9.8.0/lun.yaml
Line 7 in d480377
Correct counter is
lun-info
and notnode-details-info
, changing this fixes data collectionThe text was updated successfully, but these errors were encountered: