mirror of
https://github.com/minio/minio.git
synced 2026-02-11 13:20:16 -05:00
Remove minimum inodes reqd check (#4747)
This commit is contained in:
@@ -34,9 +34,9 @@ const (
|
||||
// StorageInfo - represents total capacity of underlying storage.
|
||||
type StorageInfo struct {
|
||||
// Total disk space.
|
||||
Total int64
|
||||
Total uint64
|
||||
// Free available disk space.
|
||||
Free int64
|
||||
Free uint64
|
||||
// Backend type.
|
||||
Backend struct {
|
||||
// Represents various backend types, currently on FS and Erasure.
|
||||
|
||||
Reference in New Issue
Block a user