浏览代码

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