Skip to content

please implement volume move with -option aggr-encrpytion to the RestAPI call #315

@ReBaunana

Description

@ReBaunana

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions