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;