Comment 7 for bug 1378263

Revision history for this message
Janghoon-Paul Sim (janghoon) wrote :

Please discard my comment.
I think the error on my comment at #4 is different one from Nobuto's.

I was able to reproduce the issue on my test environment.
This error happens when DNS revers lookup gets fails for some reasons.
In my case, rabbitmq-server charms can't get hostname by 192.168.128.113 then cluster-relation-joined gets failed.

Line 167 in cluster-relation-joined
nodename = get_hostname(get_host_ip(unit_get('private-address')),
fqdn=False)
This error occurs in get_hostname() when revers lookup fails.