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:
Joshua Boniface 2019-12-12 23:08:02 -05:00
parent c1b6ce0ff7
commit 6fa828e721
1 changed files with 0 additions and 1 deletions

View File

@ -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()