On Tue, Dec 1, 2009 at 10:04 AM, Iustin Pop <[email protected]> wrote: > > Questions: the "wait up to 10s" there, is done in which process? parent > ganeti-noded - which would mean stalling all other requests? >
Unless we do it in a totally asynchronous fashion (aka: get alerted if the fd signals us something, otherwise trigger in 10s). We have the infrastructure for this in daemon.py now, used by confd and nld. Thanks, Guido
