forked from TrueCloudLab/frostfs-node
[#745] gc: Stop GC work on Shard
's Close
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
6527f9157c
commit
3d981320c6
3 changed files with 23 additions and 7 deletions
|
@ -18,6 +18,8 @@ import (
|
|||
type Shard struct {
|
||||
*cfg
|
||||
|
||||
gc *gc
|
||||
|
||||
mode *atomic.Uint32
|
||||
|
||||
writeCache writecache.Cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue