Add missing flushed output
This commit is contained in:
parent
de2ff2e01b
commit
3a5226b893
|
@ -719,7 +719,7 @@ class NodeInstance(object):
|
|||
|
||||
self.zkhandler.write([
|
||||
('/nodes/{}/runningdomains'.format(self.name), ''),
|
||||
('/nodes/{}/domainstate'.format(self.name), '')
|
||||
('/nodes/{}/domainstate'.format(self.name), 'flushed')
|
||||
])
|
||||
self.flush_thread = None
|
||||
self.flush_stopper = False
|
||||
|
|
Loading…
Reference in New Issue