• guoshzhao's avatar
    Monitor - Fix the cgroup version checking logic. (#502) · 26373edb
    guoshzhao authored
    **Description**
    Looks `grep cgroup /proc/filesystems` doesn't work for NDv4 whose cgroup
    version is v1, but the result of this command got v2 for NDv4. Instead,
    checking the file existence to judge the cgroup version.
    26373edb
monitor.py 10.8 KB