Have toolscenter mount with nolock, in case BoMC output results in nfs client not starting
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11381 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
208e2b5d35
commit
212d75dd29
@ -387,7 +387,7 @@ if [ "$1" != "serial-on" ]; then #if this terminal is a fake, don't use it, awkw
|
||||
# setup a mount point
|
||||
mkdir -p /bomc
|
||||
MNTPOINT=/bomc
|
||||
mount -t nfs ${xcat_server}:#BOMCPATH# /bomc
|
||||
mount -t nfs -o nolock ${xcat_server}:#BOMCPATH# /bomc
|
||||
fi
|
||||
|
||||
export UXSPI_BOOTABLE=/bomc
|
||||
|
Loading…
x
Reference in New Issue
Block a user