Explorar el Código

No need to stop etcd service on bootstrapped nodes

Vadim Rutkovsky hace 7 años
padre
commit
cd92ec0823
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      roles/etcd/tasks/upgrade/upgrade_static.yml

+ 1 - 0
roles/etcd/tasks/upgrade/upgrade_static.yml

@@ -9,6 +9,7 @@
   systemd:
     name: "{{ etcd_service }}"
     state: stopped
+  when: not openshift.node.bootstrapped
 
 - name: Remove old service file
   file: