From 17fba594b165618f36d27ce88397f4f40a2218db Mon Sep 17 00:00:00 2001 From: yinle Date: Tue, 10 Apr 2012 13:28:24 +0000 Subject: [PATCH] Fix bug 3512371:hcp in HMC node definition git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12182 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/) {