mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 19:02:27 +00:00 
			
		
		
		
	defect 3819
This commit is contained in:
		| @@ -1036,6 +1036,8 @@ site => { | ||||
|    "           virtual network bridge up correctly. See\n". | ||||
|    "           https://sourceforge.net/apps/mediawiki/xcat/index.php?title=XCAT_Virtualization_with_KVM#Setting_up_a_network_bridge\n\n". | ||||
|    "               rsh/rcp will be setup and used on AIX. Default is yes.\n\n". | ||||
|    " useflowcontrol:  (yes/1 or no/0). If yes, postscripts will use xcatd flow control. If no,\n". | ||||
|    "               postscripts use wait and retry. Default is no.\n\n". | ||||
|    " useNFSv4onAIX:  (yes/1 or no/0). If yes, NFSv4 will be used with NIM. If no,\n". | ||||
|    "               NFSv3 will be used with NIM. Default is no.\n\n". | ||||
|    " vcenterautojoin:  When set to no, the VMWare plugin will not attempt to auto remove\n". | ||||
|   | ||||
| @@ -1243,6 +1243,7 @@ sub initDB | ||||
|         $chtabcmds .= "$::XCATROOT/sbin/chtab key=vsftp site.value=n;"; | ||||
|         $chtabcmds .= "$::XCATROOT/sbin/chtab key=cleanupxcatpost site.value=no;"; | ||||
|         $chtabcmds .= "$::XCATROOT/sbin/chtab key=dhcplease site.value=43200;"; | ||||
|         $chtabcmds .= "$::XCATROOT/sbin/chtab key=useflowcontrol site.value=yes;"; | ||||
|  | ||||
|         if ($::osname eq 'AIX') | ||||
|         { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user