mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 19:02:27 +00:00 
			
		
		
		
	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:
		| @@ -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) | ||||
|                     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user