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

How to collect volume level sis status? (Is it enabled or not?) #519

Closed
jmg011 opened this issue Sep 25, 2021 · 7 comments · Fixed by #545
Closed

How to collect volume level sis status? (Is it enabled or not?) #519

jmg011 opened this issue Sep 25, 2021 · 7 comments · Fixed by #545
Labels
feature New feature or request

Comments

@jmg011
Copy link

jmg011 commented Sep 25, 2021

Is your feature request related to a problem? Please describe.
No

Describe the solution you'd like
Volume level sis status if it is enabled or not.

Describe alternatives you've considered
Custom Monitor

Additional context
N/A

@jmg011 jmg011 added the feature New feature or request label Sep 25, 2021
@ruanruijuan
Copy link

Try: volume-get-iter.volume-sis-attributes. Harvest is collecting the following:
https://github.com/NetApp/harvest/blob/28e168088abc69e933d8f01ccadbe7fdf8cdfad3/conf/zapi/cdot/9.8.0/volume.yaml
- volume-sis-attributes:
- compression-space-saved => sis_compress_saved
- deduplication-space-saved => sis_dedup_saved
- total-space-saved => sis_total_saved
- percentage-compression-space-saved => sis_compress_saved_percent
- percentage-deduplication-space-saved => sis_dedup_saved_percent
- percentage-total-space-saved => sis_total_saved_percent

Harvest is not collecting "volume-get-iter.volume-sis-attributes.is-sis-volume" if that's what you are looking for.

@jmg011
Copy link
Author

jmg011 commented Sep 29, 2021

Thank you. Yes, I'm looking for the volume status whether efficiency is enabled or not. Rest of the efficiency metrics we have enabled.

@ruanruijuan
Copy link

The entire volume sis (volume efficiency) feature is deprecated by ONTAP and the RESTAPI support is not available for all the attribute listed above.
ONTAP added a few volume efficiency counters into RESTAPI via burt 1414613 which UM is going to us as a "workaround" for the sis attributes.

@cgrinds
Copy link
Collaborator

cgrinds commented Oct 6, 2021

thanks @ruanruijuan
is-sis-volume is covered in REST by storage/volumes efficiency.state since 9.9 but several other attributes are missing

@cgrinds
Copy link
Collaborator

cgrinds commented Oct 6, 2021

@jmg011 does #545 cover what you need? If so, we'll check-in

@jmg011
Copy link
Author

jmg011 commented Oct 8, 2021

yes, that's what I need. Thank you so much.

@cgrinds
Copy link
Collaborator

cgrinds commented Oct 8, 2021

Submitted

@cgrinds cgrinds removed their assignment May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants