From 13e6fc1d1791aa3c87b5fb19787bda0a4c20724a Mon Sep 17 00:00:00 2001 From: phamt Date: Fri, 30 Nov 2012 18:33:33 +0000 Subject: [PATCH] Fixed bug in chhypervisor --resetsmapi git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14510 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/zvm.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/zvm.pm b/xCAT-server/lib/xcat/plugins/zvm.pm index 6d068e51d..0bdd7551c 100644 --- a/xCAT-server/lib/xcat/plugins/zvm.pm +++ b/xCAT-server/lib/xcat/plugins/zvm.pm @@ -5412,10 +5412,7 @@ sub changeHypervisor { } # resetsmapi - elsif ( $args->[0] eq "--resetsmapi" ) { - # This is no longer supported in chvm. Using chhypervisor instead. - changeHypervisor( $callback, $node, $args ); - + elsif ( $args->[0] eq "--resetsmapi" ) { # Assuming zVM 6.1 or older # Force each worker machine off my @workers = ('VSMWORK1', 'VSMWORK2', 'VSMWORK3', 'VSMREQIN', 'VSMREQIU');