From 1e3916352e92d36f8006d7287cccd301b0e72917 Mon Sep 17 00:00:00 2001 From: yinle Date: Tue, 10 Apr 2012 13:29:48 +0000 Subject: [PATCH] Fix bug 3512371: hcp in HMC node definition git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12183 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/perl/xCAT/PPC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/perl/xCAT/PPC.pm b/xCAT-server/lib/perl/xCAT/PPC.pm index a7c40e4bc..a0096a5a2 100644 --- a/xCAT-server/lib/perl/xCAT/PPC.pm +++ b/xCAT-server/lib/perl/xCAT/PPC.pm @@ -1857,7 +1857,7 @@ sub preprocess_request { } else { $support_hcp_type = "ivm"; } - my $typehash = xCAT::DBobjUtils->getnodetype(\@$noderange, "ppc"); + my $typehash = xCAT::DBobjUtils->getnodetype(\@$noderange) ; foreach ( @$noderange ) { my $nodetype = $$typehash{$_}; if ($nodetype and $nodetype =~ /$support_hcp_type/) {