Closed calavera closed 8 years ago
when we work with virtualized hosts, the command host not always matches what Murder expects. For instance, a Kvm host returns this:
host
76.1.60.10.in-addr.arpa domain name pointer thunder06.bcn.abiquo.com
I've modify the source to use ifconfig instead. I hope you can apply the patch.
ifconfig
Cheers
This also means that IP Addresses are discovered if hosts are not in DNS (using /etc/hosts for example).
+1 for the patch... :D
+1
+1 Sometimes DNS is not necessary to setup a cluster.
when we work with virtualized hosts, the command
host
not always matches what Murder expects. For instance, a Kvm host returns this:I've modify the source to use
ifconfig
instead. I hope you can apply the patch.Cheers