From 28209caf5bc40a54f4c9184634eb0a55e2abe7ec Mon Sep 17 00:00:00 2001 From: sjing Date: Mon, 6 Sep 2010 09:03:10 +0000 Subject: [PATCH] rmnimimage support SN noderange/nodegroup. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7361 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index e172d94a8..2bd9c30ed 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -4278,7 +4278,7 @@ sub prermnimimage } elsif ($::SERVERLIST) { - @servicenodes = split(',', $::SERVERLIST); + @servicenodes = xCAT::NodeRange::noderange($::SERVERLIST, 1); } else { @@ -4407,7 +4407,7 @@ sub rmnimimage # should not need the next two checks??? if ($::SERVERLIST) { - @servernodelist = xCAT::NodeRange::noderange($::SERVERLIST); + @servernodelist = xCAT::NodeRange::noderange($::SERVERLIST, 1); if (!grep(/^$Sname$/, @servernodelist)) {