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:
parent
e8c17fdd80
commit
378134bf87
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user