elasticsearch/x-pack/plugin/ml
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
..
licenses [ML] Remove the undocumented "delimited" format for post_data (#74188) 2021-06-17 15:30:27 +01:00
qa [ML] adding new defer_definition_decompression parameter to put trained model API (#77189) 2021-09-03 09:07:54 -04:00
src Handle cgroups v2 in `OsProbe` (#77128) 2021-09-03 15:49:56 +01:00
build.gradle Resolve system properties in build scripts via provider factory (#76199) 2021-08-09 09:39:30 +02:00