You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Gilbert Song <so...@gmail.com> on 2017/01/19 12:07:57 UTC

Review Request 55713: Added linux helper function fs::type() for filesystem id detection.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55713/
-----------------------------------------------------------

Review request for mesos, Avinash sridharan, Jie Yu, Timothy Chen, and Jiang Yan Xu.


Repository: mesos


Description
-------

Get filesystem type id by using statfs() from <sys/vfs.h>.


Diffs
-----

  src/linux/fs.hpp da49c9ebfa938d169152ed3b6e4df7378711b013 
  src/linux/fs.cpp 913e23317291db164fe6bdf77f3eca146dedec9b 
  src/tests/containerizer/fs_tests.cpp ccdd5967d01abfe4fa7746e3588ff93c6e0fe7e4 

Diff: https://reviews.apache.org/r/55713/diff/


Testing
-------

make check


Thanks,

Gilbert Song