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:
parent
09fe391c8b
commit
3c4b000f9a
@ -8629,6 +8629,11 @@ sub doSNcopy2
|
||||
}
|
||||
}
|
||||
|
||||
unless(scalar @SNlist)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
my $snlist=join(',',@SNlist);
|
||||
|
||||
# copy the /etc/hosts file all the SNs
|
||||
|
Loading…
Reference in New Issue
Block a user