[Bug 530091] Re: [alpha3] Re-registered NC fails to be detected.
Dustin Kirkland
dustin.kirkland at gmail.com
Thu Mar 25 00:13:19 GMT 2010
One thing we noticed in debian/registration/node:
# Check if node isn't already registered
. /etc/eucalyptus/eucalyptus.conf
for nip in "$NODES"; do
if [ "${nip# }" == "${IP}" ]; then
reglog "Node $IP is already registered."
exit 1
fi
done
This code doesn't support /var/lib/eucalyptus/nodes.list, but it seems like it should ...
** Changed in: eucalyptus (Ubuntu)
Assignee: (unassigned) => Thierry Carrez (ttx)
--
[alpha3] Re-registered NC fails to be detected.
https://bugs.launchpad.net/bugs/530091
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.
More information about the Ubuntu-server-bugs
mailing list