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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to