소스 검색

Merge pull request #2773 from sdodson/BZ1393187

Don't upgrade etcd on backup operations
Scott Dodson 8 년 전
부모
커밋
974f92f4ec
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

@@ -70,7 +70,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