jpetazzo / pipework

Software-Defined Networking tools for LXC (LinuX Containers)
Apache License 2.0
4.21k stars 727 forks source link

Fix lxc 3.1.0 #231

Closed ebobby closed 4 years ago

ebobby commented 5 years ago

LXC 3.1.0 mounts two entries in cgroups now instead of one. The code expected one entry to be returned at all times.

Added a simple check for this particular case.