Add RPC for setting watcher pause
authorMichael Hanselmann <hansmi@google.com>
Tue, 11 Dec 2012 16:17:20 +0000 (17:17 +0100)
committerMichael Hanselmann <hansmi@google.com>
Thu, 13 Dec 2012 11:29:13 +0000 (12:29 +0100)
commit99e222b18a6f1adf01091443c493a7b7466173ce
tree674df7d3f97e520dad66173c121cea07a01c0823
parentf2bca93e2b447aa2a691045828b444cef6682bfb
Add RPC for setting watcher pause

The watcher pause file should be set/unset on all nodes at once, not
only the master node. For that a new RPC is needed.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
lib/backend.py
lib/rpc_defs.py
lib/server/noded.py
test/ganeti.backend_unittest.py