forked from TrueCloudLab/frostfs-node
[#1806] writecache: Allow to ignore read errors during flush
Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
parent
f2045c10d7
commit
0a411908ee
5 changed files with 204 additions and 84 deletions
|
@ -28,7 +28,7 @@ type Cache interface {
|
|||
SetMode(mode.Mode) error
|
||||
SetLogger(*zap.Logger)
|
||||
DumpInfo() Info
|
||||
Flush() error
|
||||
Flush(bool) error
|
||||
|
||||
Init() error
|
||||
Open(readOnly bool) error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue