elasticsearch/docs/changelog
Rory Hunter d23837499d
Handle cgroups v2 in `OsProbe` (#77128)
Closes #76812. Closes #77126.

OsProbe was only capable of handle cgroup data in the v1 format.
However, Debian 11 uses cgroups v2 by default, and Elasticsearch isn't
capable of reporting any cgroup information. Therefore, add support for
the v2 layout.

Note that we have to open access to all of /sys/fs/cgroup because with
cgroups v2, the files we need are in an unpredictably location.
2021-09-03 15:49:56 +01:00
..
70635.yaml Drop version field from changelog YAML (#76985) 2021-09-01 07:25:29 +01:00
75981.yaml Drop version field from changelog YAML (#76985) 2021-09-01 07:25:29 +01:00
76192.yaml Drop version field from changelog YAML (#76985) 2021-09-01 07:25:29 +01:00
77128.yaml Handle cgroups v2 in `OsProbe` (#77128) 2021-09-03 15:49:56 +01:00