Explorar o código

No need to stop etcd service on bootstrapped nodes

Vadim Rutkovsky %!s(int64=7) %!d(string=hai) anos
pai
achega
cd92ec0823
Modificáronse 1 ficheiros con 1 adicións e 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: