Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, the error msg shows, that you haven't defined the failover_policy in your yaml and it is needed for nfs lif.
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:
|
