[svn-r11569] Purpose:

Improvement.

Description:
The df command sometimes hangs because of file system problem.

Solution:
Run the df command as background process and wait for it 10 seconds
to finish, then just continues.

Platforms tested:
Should work.  Daily test will test it.
This commit is contained in:
Albert Cheng 2005-10-16 17:52:34 -05:00
parent 6f85844982
commit d0bb35ceb3

View File

@ -676,8 +676,11 @@ fi
#################################
# Show some host status numbers
#################################
df
# df sometimes hangs due to file system problems. Invoke it as background
# process and give it 10 seconds to finish. If it hangs, just continue.
uptime
df &
sleep 10
#################################
# Setup test host(s)