فهرست منبع

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: