mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 13:22:36 +00:00 
			
		
		
		
	Fix problem where reventlog would fail against a management module
This commit is contained in:
		@@ -450,7 +450,7 @@ sub eventlog { #Tried various optimizations, but MM seems not to do bulk-request
 | 
			
		||||
      } else {
 | 
			
		||||
          foreach (@moreslots) {
 | 
			
		||||
            #$matchstring=sprintf("BLADE_%02d",$_);
 | 
			
		||||
            $matchstring=sprintf("(NODE_%02d|BLADE_%02d",$_,$_);
 | 
			
		||||
            $matchstring=sprintf("(NODE_%02d|BLADE_%02d)",$_,$_);
 | 
			
		||||
            if ($source =~ m/$matchstring$/i) { #MM guys changed their minds on capitalization
 | 
			
		||||
                if (defined($order)) {
 | 
			
		||||
                    $numentries++;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user