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

na_ontap_cifs_server - support for multichannel and max-connections #200

Closed DoktorByte closed 2 months ago

DoktorByte commented 5 months ago

Summary

I would like to be able to set the two options is-multichannel-enabled and max-connections-per-session when creating the CIFS server.

I would do this on the CLI as follows: vserver cifs options modify -vserver svm01 -is-multichannel-enabled true -max-connections-per-session 4

Component Name

na_ontap_cifs_server

Additional Information

carchi8py commented 5 months ago

We won't be able to add max-connections-per-session as that not supported by the REST API https://docs.netapp.com/us-en/ontap-restmap-9141/cifs.html#cifs-options-get-iter

is-multichannel-enabled can be added and i have story DEVOPS-6680 open for this.

suhasbshekar commented 2 months ago

This is released in 22.10.0, will be closing this issue.