HDDS-1263. SCM CLI does not list container with id 1.

(cherry picked from commit af2dfc9f3d)
This commit is contained in:
Vivek Ratnavel Subramanian 2019-03-15 15:39:30 -07:00 committed by Bharat Viswanadham
parent 0d35cfc006
commit 328bfcc0b6
No known key found for this signature in database
GPG Key ID: 6A6F3FB121D2F77C
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ public class SCMContainerManager implements ContainerManager {
Collections.sort(containersIds);
return containersIds.stream()
.filter(id -> id.getId() > startId)
.filter(id -> id.getId() >= startId)
.limit(count)
.map(id -> {
try {