HDFS-11497. Ozone: Fix Container test regression. Contributed by Anu Engineer.
This commit is contained in:
parent
72f0bed3dd
commit
5d0a206a63
@ -124,7 +124,7 @@ public StorageLocationReport[] getLocationReport() throws IOException {
|
||||
StorageLocationReport r = new StorageLocationReport(
|
||||
loc.getStorageUuId(), false, loc.getCapacity(),
|
||||
scmUsed, remaining);
|
||||
reports[idx++] = r;
|
||||
reports[idx] = r;
|
||||
}
|
||||
return reports;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user