Don't stop the provisioner worker
It should probably just be running on all nodes all the time already, but is started when a node first becomes primary.
This commit is contained in:
parent
c1b6ce0ff7
commit
6fa828e721
|
@ -269,7 +269,6 @@ class NodeInstance(object):
|
|||
if self.config['enable_provisioner']:
|
||||
self.logger.out('Stopping PVC Provisioner service', state='i')
|
||||
common.run_os_command("systemctl stop pvc-provisioner.service")
|
||||
common.run_os_command("systemctl stop pvc-provisioner-worker.service")
|
||||
for network in self.d_network:
|
||||
self.d_network[network].stopDHCPServer()
|
||||
self.d_network[network].removeGateways()
|
||||
|
|
Loading…
Reference in New Issue