-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64226/
-----------------------------------------------------------
Review request for mesos and Jie Yu.
Bugs: MESOS-8284
https://issues.apache.org/jira/browse/MESOS-8284
Repository: mesos
Description
-------
Added a `ns::supported` convenience API which directly expresses the
intent to probe whether a specific Linux namespace is supported on
the running kernel and takes care of kernel versioning special cases.
Diffs
-----
3rdparty/stout/include/stout/internal/windows/longpath.hpp
499eef30a3d16ac1f6c2e3334ef773e91e987a45
3rdparty/stout/include/stout/internal/windows/reparsepoint.hpp
158f44550327c63fb416052ad9978b55e4efe36b
3rdparty/stout/include/stout/internal/windows/symlink.hpp
def5515656a5a454655d6a484c7e52ea12be8a55
3rdparty/stout/include/stout/os/windows/exists.hpp
50bb92a1e4100a89a346d6bafc6d4133e6e40589
3rdparty/stout/include/stout/os/windows/realpath.hpp
c6bad5063c8d8255b29a3a6cb9ea51e13c42275c
3rdparty/stout/include/stout/os/windows/rm.hpp
1c66e3e6fa20116866842378077e10052c147289
3rdparty/stout/include/stout/os/windows/rmdir.hpp
a2926dab2c8e219cf5938c4df27f83488198dd6b
3rdparty/stout/include/stout/os/windows/shell.hpp
542039c31f94eda1af121335b12edf9b83725ae5
3rdparty/stout/include/stout/os/windows/stat.hpp
2ba6969a78eb6ed7007a3d404d5179b143790480
3rdparty/stout/include/stout/windows/fs.hpp
bc7cf025c9228a65f2ae0fab9ba27b386d189b46
3rdparty/stout/include/stout/windows/os.hpp
09469e9380e1eb64df34897f8becffda0a898e9d
3rdparty/stout/tests/os/rmdir_tests.cpp
2fd24a825068019423674f74fb71cc61d3c504b5
3rdparty/stout/tests/os_tests.cpp 26514f3604fcc81effbfcb6845116a62021272ca
include/mesos/allocator/allocator.hpp
acb9e4f6a843e64c915c43c218d8a533ca63333b
src/checks/tcp_connect.cpp f5df732415b1e3ac02e9624909d822febe60fe8c
src/linux/ns.hpp e24d79a41eefcade343b2825b5a758d7d30a5f91
src/linux/ns.cpp 5e2df1ed56432c6c1bfa04a31dba7f9f547d6139
src/master/allocator/mesos/allocator.hpp
48254b6e0974bdc16ffda04d3d271538048d3206
src/master/allocator/mesos/hierarchical.hpp
3c87dc797cf70f3aa48b1ed9f86d673d4ea2fe76
src/master/allocator/mesos/hierarchical.cpp
ab2abf868f9252154d934243521622c5cb107182
src/master/master.hpp 1425080a8907a827838a75c0bf6c9e8cb27d8437
src/master/master.cpp eadc008fbdc53a95ab80584ffcd9b76a4a67a3c2
src/slave/constants.hpp 2d07bce299e63b8492a5ecb08b29508a671bc14c
src/slave/containerizer/docker.cpp d837442ca073d6872c94a9332599423c005a8874
src/slave/containerizer/mesos/isolators/namespaces/ipc.cpp
2d89d598d24e3bcf01d652ce3f586c9e3ccfc20b
src/slave/containerizer/mesos/isolators/namespaces/pid.cpp
4f8253b58018581e022eb1832b9b07703cbd318d
src/slave/containerizer/mesos/isolators/network/port_mapping.cpp
d60052e9e1ccdfaaac6c0db6acfdae325cea6a9e
src/slave/containerizer/mesos/launch.cpp
b1065be0d12934e9b10feadb7d1b82af8ad7cebc
src/slave/slave.cpp a9aa987ade67542b85aeb51356d00a4c14c6be9d
src/tests/allocator.hpp fc5d9efc8dab3bd971fa8938e3f82e8291c4ab9d
src/tests/cluster.cpp b530133fa77572f00ef8a945d3466a27eb95ceab
src/tests/containerizer/ns_tests.cpp 61adf8525b1df1a70d7fd9c747d2106630a7627d
src/tests/flags.hpp df4d4588f405ea884bb89021264e70218e054fae
src/tests/hierarchical_allocator_tests.cpp
0309074bab180be122c9b0074981e6f69c97feee
src/tests/mesos.hpp c871878fb1e2ea2716da6232ea0ed766399068b6
src/tests/slave_tests.cpp 1344e0a5376137b5b933edc9ea4a83be58542654
Diff: https://reviews.apache.org/r/64226/diff/1/
Testing
-------
make check (Fedora 27)
Thanks,
James Peach