瀏覽代碼

No need to stop etcd service on bootstrapped nodes

Vadim Rutkovsky 7 年之前
父節點
當前提交
cd92ec0823
共有 1 個文件被更改,包括 1 次插入0 次删除
  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: