mirror of
https://github.com/minio/minio.git
synced 2026-05-20 01:09:05 -04:00
Previously checkDiskFree() checks for free available space. This patch enables checkDiskFree() also checks for free inodes in linux and free clusters in windows. Fixes #2075 |
||
|---|---|---|
| .. | ||
| disk.go | ||
| disk_test.go | ||
| stat_nix.go | ||
| stat_windows.go | ||
| type_darwin.go | ||
| type_linux.go | ||
| type_unix.go | ||
| type_windows.go | ||