Hello Folks,
I've got what seems to be a kind of strange error here and I'm at a
loss to figure out why. I'm trying to sell my group on using Ganeti to
manage our VM infrastructure and any help you guys could provide in
trying to figure this out would be amazing.
So, as you can see below when I try to verify my cluster it tells me
that vmhost-1 and vmhost-2 can't reach the master IP.
---------------------------------------------------------------------------------------------------------------------------------------------------------
root@vmhost-0:/# gnt-cluster verify
Submitted jobs 307, 308
Waiting for job 307 ...
Thu May 17 18:12:00 2012 * Verifying cluster config
Thu May 17 18:12:00 2012 * Verifying cluster certificate files
Thu May 17 18:12:00 2012 * Verifying hypervisor parameters
Thu May 17 18:12:00 2012 * Verifying all nodes belong to an existing
group
Waiting for job 308 ...
Thu May 17 18:12:01 2012 * Verifying group 'default'
Thu May 17 18:12:01 2012 * Gathering data (3 nodes)
Thu May 17 18:12:11 2012 * Gathering disk information (3 nodes)
Thu May 17 18:12:12 2012 * Verifying configuration file consistency
Thu May 17 18:12:12 2012 * Verifying node status
Thu May 17 18:12:12 2012 - ERROR: node
vmhost-1.berkeley.edu: cannot
reach the master IP
Thu May 17 18:12:12 2012 - ERROR: node
vmhost-2.berkeley.edu: cannot
reach the master IP
Thu May 17 18:12:12 2012 * Verifying instance status
Thu May 17 18:12:12 2012 * Verifying orphan volumes
Thu May 17 18:12:12 2012 * Verifying N+1 Memory redundancy
Thu May 17 18:12:12 2012 * Other Notes
Thu May 17 18:12:12 2012 * Hooks Results
---------------------------------------------------------------------------------------------------------------------------------------------------------
This seems strange to me because on one of those nodes:
---------------------------------------------------------------------------------------------------------------------------------------------------------
root@vmhost-2:/# gnt-cluster getmaster
vmhost-0.berkeley.edu
root@vmhost-2:/# ping
vmhost-0.berkeley.edu
PING
vmhost-0.berkeley.edu (128.32.244.132) 56(84) bytes of data.
64 bytes from
vmhost-0.berkeley.edu (128.32.244.132): icmp_req=1
ttl=64 time=0.149 ms
64 bytes from
vmhost-0.berkeley.edu (128.32.244.132): icmp_req=2
ttl=64 time=0.115 ms
---------------------------------------------------------------------------------------------------------------------------------------------------------
I do notice, however, that I get no output for gnt-cluster masterping.
Any ideas?