-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68679/
-----------------------------------------------------------
(Updated Sept. 17, 2018, 4:30 p.m.)
Review request for mesos and Till Toenshoff.
Bugs: MESOS-9214
https://issues.apache.org/jira/browse/MESOS-9214
Repository: mesos
Description
-------
The `f_bsize` elemement denotes the preferred filesystem block
size, not the unit that `f_blocks` is counting in. We need to
use `f_frsize` for that.
Depending on the kernel version, `devtmpfs` might not report 0
usage, so switch to `devpts` since that always reports 0.
Diffs
-----
3rdparty/stout/tests/os/filesystem_tests.cpp
be15395fc38f7b106ddcd886ba426197f2e783d1
Diff: https://reviews.apache.org/r/68679/diff/3/
Testing (updated)
-------
Ran stout tests on macOS 10.13.2, Fedora 28, Centos 6.9 and Ubuntu 14.04.
Thanks,
James Peach