fix for Hitachi PMR#62394,999,000 [P7-IH PreGA] errlog unstable on statelite, add -o llock to the mount commands

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10041 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2011-07-08 00:20:57 +00:00
parent a862e0870b
commit 32cfb9c76f

View File

@ -54,9 +54,9 @@ ProcessStatelite () {
# ndebug
if [ "$OPTS" = "" ]; then
MNTOPTS=" "
MNTOPTS=" -o llock "
else
MNTOPTS=" -o $OPTS "
MNTOPTS=" -o llock -o $OPTS "
fi
@ -219,7 +219,7 @@ MountTrees () {
TRIES=1
# ex. 10.2.0.200:/etc/ /.statelite/mnt/10.2.0.200/etc/
while ! /usr/sbin/mount $SERV:$DIR ${MOUNTDIR}/${SERV}${DIR}
while ! /usr/sbin/mount -o llock $SERV:$DIR ${MOUNTDIR}/${SERV}${DIR}
do
if [ "$TRIES" = "$MAX" ]
then