mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
admin: ServerInfo returns info without object layer initialized (#11142)
This commit is contained in:
@@ -79,6 +79,8 @@ type ObjectLayer interface {
|
||||
// Storage operations.
|
||||
Shutdown(context.Context) error
|
||||
CrawlAndGetDataUsage(ctx context.Context, bf *bloomFilter, updates chan<- DataUsageInfo) error
|
||||
|
||||
BackendInfo() BackendInfo
|
||||
StorageInfo(ctx context.Context, local bool) (StorageInfo, []error) // local queries only local disks
|
||||
|
||||
// Bucket operations.
|
||||
|
||||
Reference in New Issue
Block a user