----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5211/ -----------------------------------------------------------
Review request for mesos and Benjamin Hindman. Summary ------- This patch contains the following work: 1) Adding interfaces to control linux cgroups directly (see src/linux/cgroups.h|cpp) 2) Adding interfaces to mount/unmount file systems on linux (see src/linux/mount.h|cpp) 3) Adding more interfaces in src/linux/proc to examine cgroups info and mount table. Diffs ----- src/Makefile.am d6eff8a src/linux/cgroups.hpp PRE-CREATION src/linux/cgroups.cpp PRE-CREATION src/linux/mount.hpp PRE-CREATION src/linux/mount.cpp PRE-CREATION src/linux/proc.hpp 2f5c02a src/linux/proc.cpp ed1beff src/tests/cgroups_tests.cpp PRE-CREATION src/tests/mount_tests.cpp PRE-CREATION src/tests/proc_tests.cpp b9dcb91 Diff: https://reviews.apache.org/r/5211/diff Testing ------- Manual tests are done for those operations that need root permission. Proc related tests are done in google test framework (ProcTest). On linux machines, make check. Thanks, Jie
