Let tree.pm call listTree for zVM VM tree.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11295 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
bea361a223
commit
93d22d0658
@ -45,7 +45,6 @@ sub handled_commands {
|
||||
nodeset => 'noderes:netboot',
|
||||
getmacs => 'nodehm:getmac,mgt',
|
||||
rnetboot => 'nodehm:mgt',
|
||||
lshwtree => 'nodehm:mgt',
|
||||
};
|
||||
}
|
||||
|
||||
@ -479,11 +478,6 @@ sub process_request {
|
||||
|
||||
} # End of foreach
|
||||
} # End of case
|
||||
|
||||
#*** Show nodes hierarchy tree ***
|
||||
elsif ( $command eq "lshwtree" ) {
|
||||
listTree( $callback, \@nodes, $args );
|
||||
} # End of case
|
||||
|
||||
# Wait for all processes to end
|
||||
foreach (@children) {
|
||||
|
Loading…
Reference in New Issue
Block a user