mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
Add Heal Disk Metadata RPC API + tests (#2556)
This commit is contained in:
committed by
Harshavardhana
parent
7f92165c79
commit
0513b3ed07
@@ -22,6 +22,7 @@ import "io"
|
||||
type ObjectLayer interface {
|
||||
// Storage operations.
|
||||
Shutdown() error
|
||||
HealDiskMetadata() error
|
||||
StorageInfo() StorageInfo
|
||||
|
||||
// Bucket operations.
|
||||
|
||||
Reference in New Issue
Block a user