Quellcode durchsuchen

moved the timeout to 12 hours in the docker vg move

Matt Woodson vor 9 Jahren
Ursprung
Commit
17d55a94ed
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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