2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

update docker related

This commit is contained in:
caomengmeng 2017-02-13 02:24:11 -05:00
parent 93d7ac5b9b
commit 77170a2f2e

View File

@ -23,7 +23,7 @@ check:rc==0
cmd:rinstall $$CN osimage=__GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-install-dockerhost
check:rc==0
check:output=~Provision node\(s\)\: $$CN
cmd:sleep 900
cmd:a=0;while ! `lsdef -l $$CN|grep status|grep booted >/dev/null`; do sleep 10;((a++));if [ $a -gt 60 ];then break;fi done
cmd:ping $$CN -c 3