2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-24 15:05:36 +00:00

update according to the comments

This commit is contained in:
litingt@cn.ibm.com
2017-01-04 03:55:03 -05:00
parent addeeee5da
commit 9a8a383dc0

View File

@ -114,11 +114,8 @@ check:output=~ntp servers are: $$extntpserversip
check:output=~stopping ntpserver
check:output=~starting ntpserver
check:output=~enabling ntpserver
cmd:if [ -f "/usr/sbin/ntp-wait" ];then ntp-wait; else sleep 1200; fi
cmd:if [[ "__GETNODEATTR($$CN,os)__" =~ "ubuntu" ]] || [[ "__GETNODEATTR($$CN,os)__" = "sles11.4" ]];then service ntp status;else service ntpd status; fi
check:rc==0
cmd:ntpq -p
check:output=~*$$extntpserversip
cmd:grep $$extntpserversip /etc/ntpd.conf
cmd:a=0;while ! `ntpq -n -c peers | awk '{print \$1}'|grep "*" >/dev/null`; do sleep 30;((a++));if [ $a -gt 30 ];then exit 1;fi done
check:rc==0
end