-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scheduler: Postpone cgroup blacklist check and double-check after fail
It may happen that a process gets moved into a blacklisted cgroup when TuneD is already applying a profile. Postpone the filtering of processes according to the blacklist to the last possible moment to minimize the race window. When setting process affinity fails, re-check whether the process belongs to a blacklisted cgroup once again and do not report an error if that's the case. Resolves: RHEL-72981
- Loading branch information
Showing
1 changed file
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters