----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74872/ -----------------------------------------------------------
(Updated Feb. 27, 2024, 7:16 p.m.) Review request for mesos and Benjamin Mahler. Repository: mesos Description (updated) ------- Introduces: - `cgroups2::mount()`: Mount the cgroup2 hierarchy. - `cgroups2::mounted()`: Check if the cgroup2 hierarchy is mounted. - `cgroups2::mounted_at_root()`: Check if the cgroup2 hierarchy is mounted at /sys/fs/cgroup. - `cgroups2::unmount()`: Unmount the cgroup2 hierarchy from /sys/fs/cgroup. The root mount point for the cgroup2 file system is hard-coded to be /sys/fs/cgroup, which is the default mount point on most systems. Diffs (updated) ----- src/linux/cgroups2.hpp 833960d301335541f0bb7ad5c0e05e7222d7bc06 src/linux/cgroups2.cpp baa13557e31234281da9a40526b45df0444061d4 Diff: https://reviews.apache.org/r/74872/diff/3/ Changes: https://reviews.apache.org/r/74872/diff/2-3/ Testing ------- Thanks, Devin Leamy
