mirror of
https://github.com/minio/minio.git
synced 2024-04-21 12:41:46 +00: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