Browse Source

No need to stop etcd service on bootstrapped nodes

Vadim Rutkovsky 7 years ago
parent
commit
cd92ec0823
1 changed files with 1 additions and 0 deletions
  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: