mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
8e96a96ff5
In case hugetlb is not supported, GetStats() should not error out, and yet it does. Assume that if GetHugePageSize return an error, hugetlb is not supported (this is what cgroup v1 manager do). Fixes:89a87adbSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commit916c6a1539) Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>