HDDS-1263. SCM CLI does not list container with id 1.
This commit is contained in:
parent
03f3c8aed2
commit
af2dfc9f3d
@ -190,7 +190,7 @@ public class SCMContainerManager implements ContainerManager {
|
|||||||
Collections.sort(containersIds);
|
Collections.sort(containersIds);
|
||||||
|
|
||||||
return containersIds.stream()
|
return containersIds.stream()
|
||||||
.filter(id -> id.getId() > startId)
|
.filter(id -> id.getId() >= startId)
|
||||||
.limit(count)
|
.limit(count)
|
||||||
.map(id -> {
|
.map(id -> {
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user