From 32cfb9c76f387d499e09c3b278fb34f3de3c17f0 Mon Sep 17 00:00:00 2001 From: ligc Date: Fri, 8 Jul 2011 00:20:57 +0000 Subject: [PATCH] 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 --- xCAT/postscripts/aixlitesetup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT/postscripts/aixlitesetup b/xCAT/postscripts/aixlitesetup index 2f23d9319..af693007f 100644 --- a/xCAT/postscripts/aixlitesetup +++ b/xCAT/postscripts/aixlitesetup @@ -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