mirror of
https://github.com/pgsty/minio.git
synced 2026-03-15 17:17:01 +01:00
Detect underlying disk mount/unmount (#8408)
This commit is contained in:
committed by
kannappanr
parent
8aaaa46be9
commit
980bf78b4d
@@ -29,6 +29,7 @@ type StorageAPI interface {
|
||||
IsOnline() bool // Returns true if disk is online.
|
||||
LastError() error
|
||||
Close() error
|
||||
SetDiskID(id string)
|
||||
|
||||
DiskInfo() (info DiskInfo, err error)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user