[Bug 436932] [NEW] euca_conf should assume --local-sync if the given IP is local
Soren Hansen
soren at ubuntu.com
Fri Sep 25 23:45:55 BST 2009
Public bug reported:
euca_conf --register-* requires you to add --local-sync if the
controller you're adding is on localhost. Instead, it should detect the
given hostname/IP is local and assume --local-sync.
This snippet will return true if a given IP will be routed to the
loopback device:
ip route get $ip | grep -q "dev lo"
Having to add --local-sync is not very obvious at all, and without it,
the call will likely fail, so marking as medium.
affects ubuntu/eucalyptus
importance medium
status triaged
** Affects: eucalyptus (Ubuntu)
Importance: Medium
Status: Triaged
--
euca_conf should assume --local-sync if the given IP is local
https://bugs.launchpad.net/bugs/436932
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