fixed bug 3342516, add some new lines into the octant configuration
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9974 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
bbc0bfddbc
commit
e7a471ecba
@ -735,9 +735,9 @@ sub enumerate {
|
||||
my $currentpumpMode = $value[1];
|
||||
my $octantcount = $value[2];
|
||||
my $j = 3;
|
||||
my $res = "PendingPumpMode=$pendingpumpmode,CurrentPumpMode=$currentpumpMode,OctantCount=$octantcount:";
|
||||
my $res = "PendingPumpMode=$pendingpumpmode,CurrentPumpMode=$currentpumpMode,OctantCount=$octantcount:\n";
|
||||
for(my $i=0; $i < $octantcount; $i++) {
|
||||
$res = $res."OctantID=".$value[$j++].",PendingOctCfg=".$value[$j++].",CurrentOctCfg=".$value[$j++].",PendingMemoryInterleaveMode=".$value[$j++].",CurrentMemoryInterleaveMode=".$value[$j++].";";
|
||||
$res = $res."OctantID=".$value[$j++].",PendingOctCfg=".$value[$j++].",CurrentOctCfg=".$value[$j++].",PendingMemoryInterleaveMode=".$value[$j++].",CurrentMemoryInterleaveMode=".$value[$j++].";\n";
|
||||
}
|
||||
$outhash{ $cec } = $res;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user