#netapp.ontap.na_ontap_volume: missing aggr-encrpytion

1 messages · Page 1 of 1 (latest)

coral abyss
#

We have the problem that we are using aggregate-level encryption (NAE) and do not want to use volume-level encryption (NVE).
However, the 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?

#

netapp.ontap.na_ontap_volume: missing aggr-encrpytion

sharp flint
#

@coral abyss Story DEVOPS-8177 created.

coral abyss
sharp flint
coral abyss
#

@sharp flint

Fyi i also created a netapp case cause this is also not possible via restAPI:

Technical Case: 2010575434
SVM-DR SVM Configuration with REST

But if you have an idea how to solfe that 🤩😊

sharp flint