From f0582473abd1dd6728db95b4304444a581d06aa2 Mon Sep 17 00:00:00 2001 From: nott Date: Thu, 16 Dec 2010 16:19:45 +0000 Subject: [PATCH] add support for AIX backup service nodes git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8441 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/xcat2nim.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/xcat2nim.pm b/xCAT-server/lib/xcat/plugins/xcat2nim.pm index 815ca2e9b..0d365e130 100644 --- a/xCAT-server/lib/xcat/plugins/xcat2nim.pm +++ b/xCAT-server/lib/xcat/plugins/xcat2nim.pm @@ -107,7 +107,7 @@ sub preprocess_request # - for the nodes that were provided # - to handle node and group objects my $sn; - $sn = xCAT::Utils->get_ServiceNode($mynodes, $service, "MN"); + $sn = xCAT::Utils->getSNformattedhash($mynodes, $service, "MN"); foreach my $snkey (keys %$sn) { my $reqcopy = {%$req}; $reqcopy->{node} = $sn->{$snkey};