fix bug 3218: Support 'rbeacon' for Firebird blade

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14570 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
zhaoertao 2012-12-06 08:54:43 +00:00
parent 8688e63f33
commit 3aa724b5a4

View File

@ -59,7 +59,7 @@ sub handled_commands {
getrvidparms => 'nodehm:mgt',
rvitals => 'nodehm:mgt=blade|fsp',
rinv => 'nodehm:mgt',
rbeacon => 'nodehm:mgt',
rbeacon => 'nodehm:mgt=blade|fsp',
rspreset => 'nodehm:mgt',
rspconfig => 'nodehm:mgt=blade|fsp', # Get into blade.pm for rspconfig if mgt equals blade or fsp
rbootseq => 'nodehm:mgt',
@ -5324,7 +5324,7 @@ sub dompa {
}
# Only telnet commands
unless ( @$args ) {
if($command ne "getmacs"){
if(($command ne "getmacs") && ($command ne "rbeacon")){
return;
}
}