浏览代码

Don't upgrade etcd on backup operations

Fixes Bug 1393187
Fixes BZ1393187
Scott Dodson 8 年之前
父节点
当前提交
bd120d5cc4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml

+ 1 - 1
playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml

@@ -57,7 +57,7 @@
     when: (embedded_etcd | bool) and (etcd_disk_usage.stdout|int > avail_disk.stdout|int)
 
   - name: Install etcd (for etcdctl)
-    action: "{{ ansible_pkg_mgr }} name=etcd state=latest"
+    action: "{{ ansible_pkg_mgr }} name=etcd state=installed"
     when: not openshift.common.is_atomic | bool
 
   - name: Generate etcd backup