Commit c3ddd882 authored by mdshuai's avatar mdshuai

correct imagefs inodes value in summary stats

parent 7a4d81ea
......@@ -134,7 +134,7 @@ func (sb *summaryBuilder) build() (*stats.Summary, error) {
CapacityBytes: &sb.imageFsInfo.Capacity,
UsedBytes: &sb.imageStats.TotalStorageBytes,
InodesFree: sb.imageFsInfo.InodesFree,
Inodes: sb.rootFsInfo.Inodes,
Inodes: sb.imageFsInfo.Inodes,
},
},
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment