fix defect 2977006 add no_subtree_check to exports on install
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5638 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
94bedcd833
commit
b257c6a840
@ -447,7 +447,7 @@ sub setupInstallloc
|
||||
|
||||
# ok - then add this entry
|
||||
my $cmd =
|
||||
"/bin/echo '$installdir *(rw,no_root_squash,sync)' >> /etc/exports";
|
||||
"/bin/echo '$installdir *(rw,no_root_squash,sync,no_subtree_check)' >> /etc/exports";
|
||||
my $outref = xCAT::Utils->runcmd("$cmd", 0);
|
||||
if ($::RUNCMD_RC != 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user