From 7c624d90264fd3b26f63ba691aa55cdfccce7c39 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/branches/2.7@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 b98f82135..74084fba0 100644 --- a/xCAT-server/lib/xcat/plugins/zvm.pm +++ b/xCAT-server/lib/xcat/plugins/zvm.pm @@ -5410,10 +5410,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');