Hi everyone,
currently we are playing with ansible and want to use ansible more in production. For this I wanted to create a volume and noticed, that I don't have the possiblity to set the encryption type of the volume to be NAE. https://docs.ansible.com/ansible/latest/collections/netapp/ontap/na_ontap_volume_module.html
Creating the volume was successful but ONTAP shows, that the volume on a NAE Aggregate was created only with NVE. Interestingly creating the SVM and the root volume via the svm module creates the root volume with NAE. I don't know if this is just because we are on a old ONTAP Version (9.8P21, but we will update in a few month to a newer version). Thus, is there any possibility to set the encryption type while creating the volume or at least afterwards? Because the volume is now NVE my other task with setting cross volume dedup fails (thats why I noticed that the volume is NVE and not like the root volume NAE).
Thank you in advance for any help.