Clarify which BMC rinv output belongs to
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9506 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -1376,7 +1376,11 @@ sub fru_initted { | ||||
|         my $type; | ||||
|         foreach $type (split /,/,$fru->rec_type) { | ||||
|     		if(grep {$_ eq $type} @types) { | ||||
|     			xCAT::SvrUtils::sendmsg(sprintf($format,$sessdata->{fru_hash}->{$key}->desc . ":",$sessdata->{fru_hash}->{$key}->value),$callback,$sessdata->{node},%allerrornodes); | ||||
| 			my $bmcifo=""; | ||||
| 			if ($sessdata->{bmcnum} != 1) {  | ||||
| 				$bmcifo=" on BMC ".$sessdata->{bmcnum}; | ||||
| 			} | ||||
|     			xCAT::SvrUtils::sendmsg(sprintf($format.$bmcifo,$sessdata->{fru_hash}->{$key}->desc . ":",$sessdata->{fru_hash}->{$key}->value),$callback,$sessdata->{node},%allerrornodes); | ||||
|                 last; | ||||
|             } | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user