From 212d75dd2961ad1502783ecfa6793490565b0bf0 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Sat, 14 Jan 2012 16:02:04 +0000 Subject: [PATCH] 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 --- xCAT-server/share/xcat/tools/mktoolscenter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/tools/mktoolscenter b/xCAT-server/share/xcat/tools/mktoolscenter index 13a8cea9b..ce220b009 100755 --- a/xCAT-server/share/xcat/tools/mktoolscenter +++ b/xCAT-server/share/xcat/tools/mktoolscenter @@ -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