On Fri, Sep 21, 2012 at 10:48 AM, Michael Hanselmann <[email protected]> wrote: > Commit b43dcc5a11 added support for IPv6. To have the node daemon bind > to an IPv6 address on startup it changed the code to pass a static bind > address (0.0.0.0 or ::0). If a user had configured another bind address > using /etc/default/ganeti, that address would not be used until the > daemons were restarted. > > By copying ssconf files before attempting to start the daemons we can > ensure that the built-in IP family detection in daemon.py works. > > This fixes issue 267. > --- > lib/bootstrap.py | 14 ++++++-------- > 1 files changed, 6 insertions(+), 8 deletions(-)
LGTM :) René
