ソースを参照

moved the timeout to 12 hours in the docker vg move

Matt Woodson 9 年 前
コミット
17d55a94ed
1 ファイル変更1 行追加1 行削除
  1. 1 1
      playbooks/adhoc/grow_docker_vg/grow_docker_vg.yml

+ 1 - 1
playbooks/adhoc/grow_docker_vg/grow_docker_vg.yml

@@ -172,7 +172,7 @@
 
   - name: pvmove onto new volume
     command: "pvmove {{ docker_pv_name.stdout }} /dev/xvdc1"
-    async: 3600
+    async: 43200
     poll: 10
 
   - name: Remove the old docker drive from the volume group