Hi, trying to refactoring old playbook working using ZAPI to use API.
My goal is to create an SVM-DR with identity_preservation: "exclude_network_and_protocol_config" and as last task in the playbook create a CIFS Server (and join the AD) having a different svm name and different IP address.
I'm sure this playbook worked fine using ZAPI and old Ontap version (i.e. 9.6) but using Ontap 9.12 and API I received this error message when trying to create the CIFS server:
"Failed to create CIFS server This operation is not permitted on a SVM that is configured as the destination for SVM DR."
I consider this a regression but I wonder if any of you tried to do the same thing.
Having an SVM-DR accessible in Read Only to check data availability is a common requirement for many customer...
Thanks for any help.