From 93d22d0658ba0046b774245904d4bcfad7b4337e Mon Sep 17 00:00:00 2001 From: phamt Date: Mon, 26 Dec 2011 16:15:35 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/zvm.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/zvm.pm b/xCAT-server/lib/xcat/plugins/zvm.pm index 2a12311c2..08d67616a 100644 --- a/xCAT-server/lib/xcat/plugins/zvm.pm +++ b/xCAT-server/lib/xcat/plugins/zvm.pm @@ -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) {