From 3a5226b89331ca70cde9b013ed1c3e34f0af0fc9 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 1 Jun 2021 18:30:18 -0400 Subject: [PATCH] Add missing flushed output --- node-daemon/pvcnoded/NodeInstance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-daemon/pvcnoded/NodeInstance.py b/node-daemon/pvcnoded/NodeInstance.py index d675065e..ce4e3aaa 100644 --- a/node-daemon/pvcnoded/NodeInstance.py +++ b/node-daemon/pvcnoded/NodeInstance.py @@ -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