Software Development Kit (SDK) and API Discussions

Failed cluster deploy

María
1,135 Views

Hello,

 

I am trying to deploy an ontap select with ansible and I find this error, can you help me?

 

TASK [Create interface NFS ADM] ************************************************ task path: /var/rundeck/projects/Operations/ontap/tasks/config_nfs_service.yml:50 fatal: [localhost -> localhost]: FAILED! => {"changed": false, "msg": "value of failover_policy must be one of: disabled, system-defined, local-only, sfo-partner-only, broadcast-domain-wide, got: system_defined"}

 

Thanks and regards

1 REPLY 1

beo
1,084 Views

Hi, the error msg shows, that you haven't defined the failover_policy in your yaml and it is needed for nfs lif. 

 

https://docs.ansible.com/ansible/latest/collections/netapp/ontap/na_ontap_interface_module.html#ansible-collections-netapp-ontap-na-ontap-interface-mo...

 

 

failover_policy

string

Specifies the failover policy for the LIF.

When using REST, this values are mapped to ‘home_port_only’, ‘default’, ‘home_node_only’, ‘sfo_partners_only’, ‘broadcast_domain_only’.

Choices:

  • disabled

  • system-defined

  • local-only

  • sfo-partner-only

  • broadcast-domain-wide

Public