瀏覽代碼

Add debug output for location of etcd backup.

Devan Goodwin 9 年之前
父節點
當前提交
867a372321
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      playbooks/adhoc/upgrades/upgrade.yml

+ 3 - 0
playbooks/adhoc/upgrades/upgrade.yml

@@ -39,6 +39,9 @@
     yum: pkg=etcd state=latest
   - name: Generate etcd backup
     command: etcdctl backup --data-dir={{ openshift.master.etcd_data_dir }} --backup-dir={{ openshift.common.data_dir }}/etcd-backup-{{ timestamp }}
+  - name: Display location of etcd backup
+    debug: msg="Etcd backup created in {{ openshift.common.data_dir }}/etcd-backup-{{ timestamp }}"
+
 
 - name: Upgrade base package on masters
   hosts: masters