mirror of
https://github.com/minio/minio.git
synced 2025-11-13 15:21:36 -05:00
Expose total and available disk space (#7453)
This commit is contained in:
committed by
Nitish Tiwari
parent
979309148e
commit
0188009c7e
@@ -51,6 +51,10 @@ type DriveInfo HealDriveInfo
|
||||
type StorageInfo struct {
|
||||
Used uint64 // Total used spaced per tenant.
|
||||
|
||||
Available uint64 // Total available space.
|
||||
|
||||
Total uint64 // Total disk space.
|
||||
|
||||
// Backend type.
|
||||
Backend struct {
|
||||
// Represents various backend types, currently on FS and Erasure.
|
||||
|
||||
Reference in New Issue
Block a user