fix for bug 3465128, if no service nodes used, do not do doSNcopy2.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11297 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sjing 2011-12-27 02:19:59 +00:00
parent 09fe391c8b
commit 3c4b000f9a

View File

@ -8629,6 +8629,11 @@ sub doSNcopy2
}
}
unless(scalar @SNlist)
{
return;
}
my $snlist=join(',',@SNlist);
# copy the /etc/hosts file all the SNs