Renamed lstree in zvm.pm to lshwtree.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11116 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
2168497930
commit
912f061d3e
@ -44,7 +44,7 @@ sub handled_commands {
|
||||
nodeset => 'noderes:netboot',
|
||||
getmacs => 'nodehm:getmac,mgt',
|
||||
rnetboot => 'nodehm:mgt',
|
||||
lstree => 'nodehm:mgt',
|
||||
lshwtree => 'nodehm:mgt',
|
||||
};
|
||||
}
|
||||
|
||||
@ -480,7 +480,7 @@ sub process_request {
|
||||
} # End of case
|
||||
|
||||
#*** Show nodes hierarchy tree ***
|
||||
elsif ( $command eq "lstree" ) {
|
||||
elsif ( $command eq "lshwtree" ) {
|
||||
listTree( $callback, \@nodes, $args );
|
||||
} # End of case
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user