This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Neutron: Use the pids subsystem to look up container id
Currently we rely on cgroup name to detect id of sidecar containers but the name is not managed by podman and it is not guaranteed that it is consistent with container id. This changes switches the base record to the pid subsystem which is actively managed by podman and more likely to be consistent with container ids. Closes-Bug: #1933918 Change-Id: Id57f86e62409e257f5619dc8b360cee3f922c805 (cherry picked from commit b1e992a) (cherry picked from commit 8c2862d) (cherry picked from commit 46ad1e6)
- Loading branch information