You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It iterates over system disks, but in docker every attached volume has different mount point but same device id, thus the same disk added multiple times. We should invert iteration logic (our disks first) and find a better way of mapping (probably, check path as well)
Looks like we should use
frsize
instead ofbsize
here: https://github.com/qoollo/bob/blob/master/bob/src/hw_metrics_collector.rs#L169. But this should be tested.Statvfs struct declaration: https://man7.org/linux/man-pages/man3/statvfs.3.html
Here is the issue for MacOs: docker/for-mac#2136
The text was updated successfully, but these errors were encountered: