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:
parent
9b8843b122
commit
bd2b362ec2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user