From b257c6a840e180ab1a6eb0ab8d65bdaefd94d8b8 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 1 Apr 2010 13:27:32 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/AAsn.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/AAsn.pm b/xCAT-server/lib/xcat/plugins/AAsn.pm index 4a766b1e5..4744aea14 100644 --- a/xCAT-server/lib/xcat/plugins/AAsn.pm +++ b/xCAT-server/lib/xcat/plugins/AAsn.pm @@ -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) {