From 6888b42c464e7ff0fbcc55dc03cc97246297dac4 Mon Sep 17 00:00:00 2001 From: ligc Date: Tue, 17 Jan 2012 01:51:05 +0000 Subject: [PATCH] add -noauto option to the mknfsexp cmd for HANFS setup git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11389 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index 63d6514f2..f4502b0f4 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -10437,7 +10437,7 @@ sub mkdsklsnode } if ($needexport) { - my $scmd = "mknfsexp -d $install_dir -B -v 4 -g $install_dir\@$myip:$install_dir\@$remoteip -t rw -r '*'"; + my $scmd = "mknfsexp -d $install_dir -B -v 4 -g $install_dir\@$myip:$install_dir\@$remoteip -x -t rw -r '*'"; my $output = xCAT::Utils->runcmd("$scmd", -1); if ($::RUNCMD_RC != 0) {