mirror of
https://github.com/pgsty/minio.git
synced 2026-03-29 13:24:58 +02: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