ansible-collections / netapp.ontap

Ansible collection to support NetApp ONTAP configuration.
https://galaxy.ansible.com/netapp/ontap
GNU General Public License v3.0
51 stars 34 forks source link

Set compression algorithm for a volume and activate inactive data compression #176

Closed najjarh closed 5 months ago

najjarh commented 8 months ago

Summary

Currently, there seems to be an inability to set the data compression algorithm for a volume. This feature is important for improving storage efficiency and performance.

Furthermore the activation of the inactive data compression has not been implemented yet.

Component Name

na_ontap_volume_efficiency; na_ontap_volume

Additional Information

Ontap commands that do the desired settings:

 ::> volume efficiency inactive-data-compression modify -vserver <…> -volume <…> -compression-algorithm zstd
 ::> volume efficiency inactive-data-compression start -vserver <…> -volume <…>
carchi8py commented 8 months ago

@najjarh Sorry for the delay on this. You'll want to reach out to ONTAP API team on discord (https://netapp.io/) in the ontap-api channel.

Currently as of 9.13.1 there is no REST command for compression-algorithm

https://docs.netapp.com/us-en/ontap-restmap-9131//sis.html#sis-get Screenshot 2023-10-16 at 10 04 53 AM