Hello All,
I have a single-node cluster I'm trying to run my playbook to create a lif interface and receive the following error:
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Error creating interface nfs_lif01: calling: network/ip/interfaces: got {'message': 'Node \"-\" on ring \"VifMgr\" is offline. Check the health of the cluster using the \"cluster show\" command. For further assistance, contact technical support.', 'code': '393271'}."}
Here is some output from a few commands:
40-SINGLE-N1::*> cluster ring show
Node UnitName Epoch DB Epoch DB Trnxs Master Online
40-SINGLE-N1-01
vifmgr 1 1 253 40-SINGLE-N1-01
master40-SINGLE-N1::*> cluster show
Node Health Eligibility Epsilon
40-SINGLE-N1-01 true true true
40-SINGLE-N1::*> cluster ring show -online offline
There are no entries matching your query.40-SINGLE-N1::*> network interface show -fields failover-group , broadcast-domain
vserver lif failover-group broadcast-domain
40-SINGLE-N1 40-SINGLE-N1-01_mgmt Default Default
40-SINGLE-N1 cluster_mgmt Default Default
SVM-SN1 lif_SVM-SN1_198 Default Default
Everything looks good to me, but this darn playbook won't complete without the error mentioned.
I disabled the failover policy because maybe I assumed the playbook was expecting a failover policy but it's disabled with "failover_policy: disabled".