mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-03 21:02:34 +00:00 
			
		
		
		
	Merge pull request #3806 from zet809/add_log_for_hddiscover
add log for hardware discovery when no ip address can be resolved for…
This commit is contained in:
		@@ -312,6 +312,9 @@ sub process_request {
 | 
			
		||||
                            $hosttag = "$node-$ifinfo[1]";
 | 
			
		||||
                            push @hostnames_to_update, $hosttag;
 | 
			
		||||
                        }
 | 
			
		||||
                        elsif (!inet_aton($node)) {
 | 
			
		||||
                            xCAT::MsgUtils->message("S", "xcat.discovery.nodediscover: Can not resolve IP for the matching node:$node. Make sure \"makehosts\" and \"makedns\" have been run for $node.");
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
                    #print Dumper($hosttag) . "\n";
 | 
			
		||||
                    if ($hosttag) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user