----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75081/ -----------------------------------------------------------
(Updated July 11, 2024, 7:07 p.m.) Review request for mesos and Benjamin Mahler. Repository: mesos Description ------- Currently, cgroups2::path assumes the path in the argument is relative. We want the function to be able to distinguish between absolute and relative paths, where we only prepend the mounting point on the relative path. Diffs (updated) ----- src/linux/cgroups2.cpp d1fc2638cdf9a07199f90952e04998072021011c src/tests/containerizer/cgroups2_tests.cpp cb1e229f7f40aa71f57417c33fccb2cfb313a1f5 Diff: https://reviews.apache.org/r/75081/diff/3/ Changes: https://reviews.apache.org/r/75081/diff/2-3/ Testing ------- Test case for absolute path argument added in CGROUPS2_Path test and passes Thanks, Jason Zhou
