diff --git a/daemons/ganeti-watcher b/daemons/ganeti-watcher index 034cc97bc974414f32ddc348290c1679e4bd1559..1f82db8b998ac2cde96da01751dc6d149a533cfe 100755 --- a/daemons/ganeti-watcher +++ b/daemons/ganeti-watcher @@ -210,7 +210,7 @@ class NodeMaintenance(object): req = confd_client.ConfdClientRequest(type= constants.CONFD_REQ_NODE_ROLE_BYNAME, query=my_name) - self.confd_client.SendRequest(req, async=False) + self.confd_client.SendRequest(req, async=False, coverage=-1) timed_out, _, _ = self.confd_client.WaitForReply(req.rsalt) if not timed_out: # should have a valid response