Fix execution group of NodeD
[ganeti-local] / lib / watcher /
2013-05-28 Thomas ThrainerRe-activate previously active disks in watcher
2013-05-14 Michele TartaraRemove extra newline
2013-05-14 Michele TartaraAdd MonD to the watcher
2012-12-19 Michael HanselmannReplace frozenset with compat.UniqueFrozenset
2012-09-18 Michael HanselmannMigrate lib/watcher/__init__.py from constants to pathutils
2012-09-03 Iustin PopFix decorator uses which crash newer pylint
2012-05-29 Iustin PopRe-wrap some lines in watcher code
2012-02-21 Michael HanselmannReplace single- with double-quotes
2012-01-06 Michael HanselmannMove helper class from watcher to utils.io
2011-11-17 Iustin PopAdapt watcher for ENABLE_CONFD
2011-10-12 Iustin PopRename filter and filter_ to qfilter
2011-08-30 Andrea SpadacciniFixes to errors/warnings raised by pylint 0.24
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2011-08-25 Michael HanselmannPEP8 style fixes
2011-08-22 Michael Hanselmannwatcher: Wait for child processes by default
2011-08-12 Michael Hanselmannwatcher: Use locks when querying for resource information
2011-08-05 Michael Hanselmannwatcher: Fix breakage caused by 9bb69bb52fb9
2011-08-05 Michael Hanselmannwatcher: Write per-group instance status, merge into...
2011-08-04 Michael Hanselmannganeti-watcher: Split for node groups
2011-08-02 Iustin PopFix doclint failures
2011-07-29 Michael Hanselmannwatcher: Separate function for writing instance status...
2011-07-29 Michael Hanselmannwatcher: Make RAPI error messages less technical
2011-07-29 Michael Hanselmannwatcher.state: Use strings, not objects
2011-07-29 Michael Hanselmannwatcher: Raise error on unknown hook status
2011-07-29 Michael Hanselmannwatcher: Reformat constants
2011-07-29 Michael Hanselmannwatcher: Split state class into separate module
2011-07-29 Michael HanselmannRename watcher's constant for instance status file
2011-07-28 Michael Hanselmannwatcher: Split node maintenance into separate module
2011-07-26 Michael HanselmannChange OpClusterVerifyDisks to per-group opcodes
2011-04-29 Michael HanselmannMerge branch 'devel-2.4'
2011-04-19 Michael HanselmannFix bug in watcher
2011-04-07 Michael HanselmannMerge branch 'devel-2.4'
2011-03-24 Iustin Popwatcher: improve logging a bit
2011-03-17 Michael Hanselmannwatcher: Fix misleading usage output
2011-02-23 Michael HanselmannAdd constants for instance status
2011-02-02 Michael Hanselmannutils.SetupLogging: Make program a mandatory argument
2011-01-27 René NussbaumerWatcher: Fix endless repair tries for broken secondary
2011-01-18 Iustin PopRename OpQueryNodes and LUQueryNodes
2011-01-18 Iustin PopRename OpStartupInstance and LUStartupInstance
2011-01-18 Iustin PopRename OpQueryInstances and LUQueryInstances
2011-01-18 Iustin PopRename OpActivateInstanceDisks and LUActivateInstanceDisks
2011-01-18 Iustin PopRename OpVerifyDisks and LUVerifyDisks
2010-10-29 Michael HanselmannMove ganeti-watcher to ganeti.watcher