mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
fix(shardnode): fix test founded problems
with #22357426 Signed-off-by: xiejian <xiejian3@oppo.com>
This commit is contained in:
parent
20176fe835
commit
b5b77a1c97
@ -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()),
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user