From 8016f64591ed03b29d27be08fcc0453d603aedd6 Mon Sep 17 00:00:00 2001 From: nott Date: Fri, 13 Jul 2012 17:47:24 +0000 Subject: [PATCH] use correct hash for target servicenodes git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13293 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 3c38aaf40..b5ca6be8c 100644 --- a/xCAT-server/lib/xcat/plugins/snmove.pm +++ b/xCAT-server/lib/xcat/plugins/snmove.pm @@ -2085,7 +2085,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;