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:
jbjohnso 2011-12-13 19:57:45 +00:00
parent acdca98125
commit 5c16dde9eb

View File

@ -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;
}