mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
feat(metanode): optimize quota infomation storage to reduce usage of memory
close:#22788628 Signed-off-by: leonrayang <chl696@sina.com>
This commit is contained in:
parent
dd3fd9616c
commit
45ff2bf46e
@ -1435,7 +1435,7 @@ func TestExtendSerialization(t *testing.T) {
|
||||
}
|
||||
|
||||
checkFunc()
|
||||
mv.multiSnap = &ExtendMultiSnap{}
|
||||
mv.multiSnap = &ExtendMultiSnap{verSeq: 101}
|
||||
mv.multiSnap.multiVers = []*Extend{
|
||||
{
|
||||
inode: 789,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user