fix(shardnode): fix test founded problems

with #22357426

Signed-off-by: xiejian <xiejian3@oppo.com>
This commit is contained in:
xiejian 2024-09-13 15:40:04 +08:00 committed by slasher
parent 20176fe835
commit b5b77a1c97

View File

@ -166,6 +166,7 @@ func (s *service) loop(ctx context.Context) {
DiskID: diskInfo.DiskID,
Used: diskInfo.Used,
Size: diskInfo.Size,
Free: diskInfo.Free,
UsedShardCnt: int32(disk.GetShardCnt()),
})
}