Summary
We have the problem that we are using aggregate-level encryption (NAE) and do not want to use volume-level encryption (NVE).
However, the RestAPI call from Ontap as well as Ansible volume move task only supports volume encryption parameters.
We are missing the option in the playbook to pass the aggregate encryption key to the volume move command.
In ONTAP, moving a plaintext or NVE volume to an NAE aggregate requires the following option (assuming aggregate-level encryption is enabled on the destination):
volume move start
-vserver SVM_name
-volume volume_name
-destination-aggregate aggregate_name
-encrypt-with-aggr-key true
Could you please add support for the encrypt-with-aggr-key parameter to this module as well?
Component Name
netapp.ontap.na_ontap_volume:
Additional Information