summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/grow_docker_vg
diff options
context:
space:
mode:
authorMatt Woodson <mwoodson@redhat.com>2015-10-14 09:52:31 -0400
committerMatt Woodson <mwoodson@redhat.com>2015-10-14 09:52:31 -0400
commit17d55a94ed60e7e89fc704a80e61783d74c6af2f (patch)
tree589283547fbd1ff7a8c5f00fc3d79004eebeba05 /playbooks/adhoc/grow_docker_vg
parenta3531efc4cbe6d514666c5c52a6971749f5f3379 (diff)
downloadopenshift-17d55a94ed60e7e89fc704a80e61783d74c6af2f.tar.gz
openshift-17d55a94ed60e7e89fc704a80e61783d74c6af2f.tar.bz2
openshift-17d55a94ed60e7e89fc704a80e61783d74c6af2f.tar.xz
openshift-17d55a94ed60e7e89fc704a80e61783d74c6af2f.zip
moved the timeout to 12 hours in the docker vg move
Diffstat (limited to 'playbooks/adhoc/grow_docker_vg')
-rw-r--r--playbooks/adhoc/grow_docker_vg/grow_docker_vg.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/adhoc/grow_docker_vg/grow_docker_vg.yml b/playbooks/adhoc/grow_docker_vg/grow_docker_vg.yml
index ef9b45abd..63d473146 100644
--- a/playbooks/adhoc/grow_docker_vg/grow_docker_vg.yml
+++ b/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