Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libcontainer: cgroups: Write freezer state after every state check
This commit ensures we write the expected freezer cgroup state after every state check, in case the state check does not give the expected result. This can happen when a new task is created and prevents the whole cgroup to be FROZEN, leaving the state into FREEZING instead. This patch prevents the case of an infinite loop to happen. Fixes #1609 Signed-off-by: Sebastien Boeuf <[email protected]>
- Loading branch information