fix bug 3218: Support 'rbeacon' for Firebird blade
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@14568 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
3217183ffb
commit
253a919d38
@ -55,7 +55,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',
|
||||
@ -5247,7 +5247,7 @@ sub dompa {
|
||||
}
|
||||
# Only telnet commands
|
||||
unless ( @$args ) {
|
||||
if($command ne "getmacs"){
|
||||
if(($command ne "getmacs")&& ($command ne "rbeacon")){
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user