Hello,
when using netapp.ontap.na_ontap_svm with rest there is a statement that the root_volume_aggregate option is ignored when using REST.
https://docs.ansible.com/ansible/latest/collections/netapp/ontap/na_ontap_svm_module.html#parameter-ignore_rest_unsupported_options
is it possible to configure the root_volume_aggregate if using REST?
#ansible svm root aggregate when using REST
1 messages · Page 1 of 1 (latest)
As per now the underlying REST API does not offer a parameter for placing the root volume on a specific aggregate. If using REST only, the only way would be to move the root volume after SVM creation with netapp.ontap.na_ontap_volume
https://docs.ansible.com/ansible/latest/collections/netapp/ontap/na_ontap_volume_module.html#examples