2010/5/12 Luca Bigliardi <[email protected]>: > Signed-off-by: Luca Bigliardi <[email protected]> > --- > lib/constants.py | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/lib/constants.py b/lib/constants.py > index e5c9f97..9c8bae0 100644 > --- a/lib/constants.py > +++ b/lib/constants.py > @@ -131,6 +131,8 @@ NLD = "ganeti-nld" > > MULTITHREADED_DAEMONS = frozenset([MASTERD]) > > +CONSOLE_LOG_DAEMONS = frozenset([NODED])
Please look at how these things changed in the master branch. I suggest you do it the same way right away (hint: no more lists of daemons in constants.py, but flags passed from the daemon). Michael
