mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-27 23:01:12 +00:00
Fix bug 3515039, xcatsetup define service node error
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12127 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -1207,9 +1207,7 @@ sub findSNsinBB {
|
||||
my $framebase = $$framename{'primary-start'};
|
||||
foreach my $p (@snpositions) {
|
||||
my $cecbase = 0;
|
||||
my $framehash = parsenoderange($STANZAS{'xcat-frames'});
|
||||
my $frame1 = $$framehash{'primary-start'};
|
||||
my $frame = $frame1;
|
||||
my $frame = $framebase;
|
||||
#my $frame = $framebase;
|
||||
while ($p > ($cecbase + ($NUMCECSINFRAME{$frame}||$cecsperframe))) {
|
||||
# p is not in this frame, go on to the next
|
||||
|
Reference in New Issue
Block a user