1
0
mirror of https://github.com/minio/minio.git synced 2025-03-26 15:30:57 -04:00
Anis Elleuch 1f92fc3fc0
Always check for root disks unless MINIO_CI_CD is set ()
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.
2022-02-13 15:42:07 -08:00
..