From d2dc5944342e791df78695753cc4eae88d4e45dc Mon Sep 17 00:00:00 2001 From: nott Date: Fri, 13 Jul 2012 17:49:31 +0000 Subject: [PATCH] use correct hash for target servicenodes git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13294 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/snmove.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/snmove.pm b/xCAT-server/lib/xcat/plugins/snmove.pm index 811aa4333..ef4fbb4bd 100644 --- a/xCAT-server/lib/xcat/plugins/snmove.pm +++ b/xCAT-server/lib/xcat/plugins/snmove.pm @@ -2083,7 +2083,7 @@ sub sfsSLconfig push (@{$osinodes{$nhash{$n}{'provmethod'}}}, $n); - my ($sn, $snbak) = split(/,/, $nhash{$n}{servicenode}); + my ($sn, $snbak) = split(/,/, $sn_hash{$n}{servicenode}); if (!$targetsn) { if (!xCAT::InstUtils->is_me($sn) ) { $targetsn=$sn;