-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64170/
-----------------------------------------------------------
Review request for mesos and Jie Yu.
Bugs: MESOS-8272
https://issues.apache.org/jira/browse/MESOS-8272
Repository: mesos
Description
-------
When importing device nodes into a chroot, the `mknod` can fail
due to devices cgroup or user namespace restrictions. In this
case, we can fall back to bind mounting device nodes into the
new chroot.
Diffs
-----
src/linux/fs.cpp c69e7c2e00cd129d3ddbb70517852d280a7f593a
Diff: https://reviews.apache.org/r/64170/diff/1/
Testing
-------
sudo make check (Fedora 27)
Thanks,
James Peach