Change handled_commands() for rpower.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4541 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2009-11-10 16:27:40 +00:00
parent 9b8843b122
commit bd2b362ec2

View File

@ -18,6 +18,7 @@ use xCAT::Table;
use xCAT::Utils;
use Getopt::Long;
use strict;
# use warnings;
# If this line is not included, you get:
@ -36,7 +37,7 @@ use strict;
sub handled_commands {
return {
rpower => 'nodehm:mgt',
rpower => 'nodehm:power,mgt',
rinv => 'nodehm:mgt',
mkvm => 'nodehm:mgt',
rmvm => 'nodehm:mgt',
@ -392,7 +393,7 @@ sub process_request {
foreach (@children) {
waitpid( $_, 0 );
}
return;
}