mirror of
https://github.com/minio/minio.git
synced 2025-02-05 10:48:07 -05:00
1ad5fb8f76
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