소스 검색

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