From 08256932123242e1dbdae2156fefd0d85ad71985 Mon Sep 17 00:00:00 2001 From: zhaoertao Date: Fri, 20 Apr 2012 03:18:38 +0000 Subject: [PATCH] fix bug 3518485 and 3518486, issues about ivm git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12284 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/perl/xCAT/PPC.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-server/lib/perl/xCAT/PPC.pm b/xCAT-server/lib/perl/xCAT/PPC.pm index 040121845..067e79422 100644 --- a/xCAT-server/lib/perl/xCAT/PPC.pm +++ b/xCAT-server/lib/perl/xCAT/PPC.pm @@ -2139,7 +2139,8 @@ sub process_request { $request->{verbose} = 1; } - if( $request->{hwtype} ne 'hmc' ) { + #if( $request->{hwtype} ne 'hmc' ) { + if( $request->{hwtype} !~ /hmc|ivm/ ) { $request->{fsp_api} = 1; #For using rspconfig to disable/enable dev/celogin1 through ASMI my $arg = $request->{arg};