Comment 16 for bug 1825250

Revision history for this message
Heitor Alves de Siqueira (halves) wrote :

Verified resource-agents from cosmic-proposed according to test case from description. The WARNING messages about monitoring failure are fine, as long as we don't get "WARNING: Interface virbr0-nic does not exist".

root@cosmic:~# dpkg -l | grep resource-agents
ii resource-agents 1:4.1.1-2ubuntu1 amd64 Cluster Resource Agents

root@cosmic:~# ip addr show dev virbr0-nic
3: virbr0-nic: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
    link/ether 72:45:b7:dc:d5:36 brd ff:ff:ff:ff:ff:ff

root@cosmic:~# pcs resource create p_nic ocf:heartbeat:ethmonitor interface=virbr0-nic op monitor timeout="10s"

root@cosmic:~# pcs resource debug-start p_nic
Operation start for p_nic (ocf:heartbeat:ethmonitor) returned: 'ok' (0)
 > stderr: INFO: No ARP cache entries found to arping
 > stderr: WARNING: Monitoring of p_nic failed, 4 retries left.
 > stderr: INFO: No ARP cache entries found to arping
 > stderr: WARNING: Monitoring of p_nic failed, 3 retries left.
...