mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05:00
fix: startup load time by reusing storageDisks (#9210)
This commit is contained in:
@@ -30,6 +30,7 @@ type StorageAPI interface {
|
||||
IsOnline() bool // Returns true if disk is online.
|
||||
Hostname() string // Returns host name if remote host.
|
||||
Close() error
|
||||
GetDiskID() (string, error)
|
||||
SetDiskID(id string)
|
||||
|
||||
DiskInfo() (info DiskInfo, err error)
|
||||
|
||||
Reference in New Issue
Block a user