mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 17:46:38 +00:00
Merge pull request #2210 from tingtli/makentp
update to remove ntp check
This commit is contained in:
commit
033e6eac8a
@ -37,7 +37,8 @@ check:output=~booted
|
||||
cmd:xdsh $$CN date
|
||||
check:rc==0
|
||||
check:output=~\d\d:\d\d:\d\d
|
||||
cmd:xdsh $$CN service ntpd status
|
||||
check:rc==0
|
||||
check:output=~running
|
||||
#comment for futher discussion.
|
||||
#cmd:xdsh $$CN service ntpd status
|
||||
#check:rc==0
|
||||
#check:output=~running
|
||||
end
|
||||
|
@ -58,9 +58,10 @@ check:output=~\d\d:\d\d:\d\d
|
||||
cmd:xdsh $$CN mount
|
||||
check:rc==0
|
||||
cmd:sleep 120
|
||||
cmd:xdsh $$CN service ntpd status
|
||||
check:rc==0
|
||||
check:output=~running
|
||||
#comment for further discussion
|
||||
#cmd:xdsh $$CN service ntpd status
|
||||
#check:rc==0
|
||||
#check:output=~running
|
||||
cmd:ping $$CN -c 3
|
||||
check:rc==0
|
||||
check:output=~64 bytes from $$CN
|
||||
|
Loading…
x
Reference in New Issue
Block a user