2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

update for sles11.4 timing bug

This commit is contained in:
caomengmeng 2016-10-17 13:57:57 +08:00 committed by GitHub
parent b1874179c7
commit d81afe161b

View File

@ -14,7 +14,7 @@ cmd:chmod 777 /go-xcat; /go-xcat --xcat-core=/install_xCAT_xcat-core.tar.bz2 --x
check:rc==0
cmd:source "/etc/profile.d/xcat.sh"
check:rc==0
cmd:sleep 30
cmd:a=0;while ! `lsxcatd -v|grep Version >/dev/null`; do sleep 10;((a++));if [ $a -gt 100 ];then break;fi done
cmd:lsxcatd -v
check:rc==0
check:output=~Version