mirror of https://github.com/minio/minio.git
18ec933085
root-disk implemented currently had issues where root disk partitions getting modified might race and provide incorrect results, to avoid this lets rely again back on DeviceID and match it instead. In-case of containers `/data` is one such extra entity that needs to be verified for root disk, due to how 'overlay' filesystem works and the 'overlay' presents a completely different 'device' id - using `/data` as another entity for fallback helps because our containers describe 'VOLUME' parameter that allows containers to automatically have a virtual `/data` that points to the container root path this can either be at `/` or `/var/lib/` (on different partition) |
||
---|---|---|
.. | ||
directio_darwin.go | ||
directio_unix.go | ||
directio_unsupported.go | ||
disk.go | ||
disk_test.go | ||
disk_unix.go | ||
disk_windows.go | ||
fdatasync_linux.go | ||
fdatasync_unix.go | ||
fdatasync_unsupported.go | ||
health.go | ||
root_disk.go | ||
stat_bsd.go | ||
stat_linux.go | ||
stat_linux_32bit.go | ||
stat_linux_s390x.go | ||
stat_netbsd.go | ||
stat_openbsd.go | ||
stat_solaris.go | ||
stat_windows.go | ||
type_bsd.go | ||
type_linux.go | ||
type_windows.go |