From 719954b70b336c6696fc610a9cf6ecd29a7ea231 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 6 Jun 2021 01:39:43 -0400 Subject: [PATCH] Fix missing list comma --- 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 ce4e3aaa..f99a2947 100644 --- a/node-daemon/pvcnoded/NodeInstance.py +++ b/node-daemon/pvcnoded/NodeInstance.py @@ -697,7 +697,7 @@ class NodeInstance(object): if target_node is None: self.logger.out('Failed to find migration target for VM "{}"; shutting down and setting autostart flag'.format(dom_uuid), state='e') self.zkhandler.write([ - ('/domains/{}/state'.format(dom_uuid), 'shutdown') + ('/domains/{}/state'.format(dom_uuid), 'shutdown'), ('/domains/{}/node_autostart'.format(dom_uuid), 'True') ]) else: