From bd120d5cc460fa0c0d42c388dda00c6f15ee76cd Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Wed, 9 Nov 2016 15:26:38 -0500 Subject: Don't upgrade etcd on backup operations Fixes Bug 1393187 Fixes BZ1393187 --- playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playbooks') diff --git a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml index 927d9b4ca..d291c907c 100644 --- a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml +++ b/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 -- cgit v1.2.3