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
This commit is contained in:
parent
104af27bf2
commit
6888b42c46
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user