Status: Accepted
Owner: [email protected]
New issue 551 by [email protected]: Luxid does not start: "Not master"
while actually on the master
http://code.google.com/p/ganeti/issues/detail?id=551
What steps will reproduce the problem?
1. Install 2.8.0-rc1 and upgrade from 2.7.x
2. Start the daemons
3. Luxid will not start, complaining it's not on master
Actually, isMaster (src/Ganeti/Daemon.hs) checks the value of
ssconf_master_node against that of Network.BSD.getHostName. However, ssconf
contains the FQDN for the master node, while Network.BSD.getHostName seems
to call uname(2) and returns just the hostname.
For reference, the Python counterpart uses netutils.GetSysName() which in
turn calls socket.getfqdn().
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings