Fix rvitals leds for some newer systems
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11239 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
acdca98125
commit
5c16dde9eb
@ -3854,7 +3854,7 @@ sub checkleds {
|
||||
my $key;
|
||||
my $mfg_id=$sessdata->{mfg_id};
|
||||
#TODO device id
|
||||
if ($mfg_id != 2) {
|
||||
if ($mfg_id != 2 and $mfg_id != 20301) {
|
||||
xCAT::SvrUtils::sendmsg("LED status not supported on this system",$callback,$sessdata->{node},%allerrornodes);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user