1
0
mirror of https://github.com/minio/minio.git synced 2025-04-03 19:30:29 -04:00

1 Commits

Author SHA1 Message Date
Harshavardhana
d8c1f93de6
reject mixed drive situations with drives on root disks ()
till now we used to match the inode number of the root
drive and the drive path minio would use, if they match
we knew that its a root disk.

this may not be true in all situations such as running
inside a container environment where the container might
be mounted from a different partition altogether, root
disk detection might fail.
2020-12-09 00:27:02 -08:00