Hi, we've set vserver DR for our "scratch data" vfiler and basically would like to have only the empty volumes on DR site just to have the layout of vfiler if disaster happens. Plan is to use Ansible for volume creation on source side which works fine and after scheduled snapmirror we want to implement vserver_dr_protection: unprotected on volume.
Problem is that even though documentation has the parameter in documentation, ansible script fails specifically on this:
[WARNING]: Falling back to ZAPI because of unsupported option(s) or option value(s) in REST: ['vserver_dr_protection']
[WARNING]: With version 22.0.0 ONTAPI (ZAPI) has been deprecated. The final ONTAP version to support ZAPI is ONTAP 9.13.1. ZAPI calls in these modules will continue to work for ONTAP versions that supports
ZAPI. You can update your playbook to use REST by adding use_rest: always to your playbook. More information can be found at: https://github.com/ansible-collections/netapp.ontap
I tried to update netapp.ontap ansible collection to 22.14.0 but that didn't help, so I suspect the support for this parameter is deprecated?
Filer is running ONTAP version 9.15.1P7, so ZAPI calls are not supported anymore.