mirror of
https://github.com/pgsty/minio.git
synced 2026-03-12 06:06:45 +01:00
The current code considers a pool with all root disks to be as part of a testing environment even if there are other pools with mounted disks. This will result to illegitimate writing in root disks. Fix this by simplifing the logic: require MINIO_CI_CD in order to skip root disk check.