mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	fix typo in informational message
This commit is contained in:
		| @@ -520,7 +520,7 @@ sub do_pre_check { | ||||
|  | ||||
| #------------------------------------------ | ||||
| sub check_genesis_file { | ||||
|     my $msg = "Genesis files are avaliable"; | ||||
|     my $msg = "Genesis files are available"; | ||||
|     my $rst = 0; | ||||
|     my @warn_msg; | ||||
|  | ||||
|   | ||||
| @@ -319,7 +319,7 @@ sub process_request { | ||||
|                     my $hosttag = gethosttag($node, $netn, @ifinfo[1], \%usednames); | ||||
|                     unless ($hosttag) { | ||||
|                         my $nettagname = $usednames_for_net{$netn}; | ||||
|                         # For nics not in the install network, don't deal with them if not an avaliable hostname get  | ||||
|                         # For nics not in the install network, don't deal with them if not an available hostname get  | ||||
|                         # In case another nic in install network get a hosttag other than nodename, need to compare the IP address they can convert to | ||||
|                         if ($nettagname and (inet_aton($nettagname) eq inet_aton($node))) { | ||||
|                             $hosttag = "$node-$ifinfo[1]"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user