forked from oVirt/vdsm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
virt: Add support for excluding CPUs in CPU list parsing
Issue: The CPU pinning tool tip says that to exclude a cpu from pinning, it needs to provided in the following format. 0#10-13_1#25-27,^26 With this format CPU 26 will be excluded from pinning. However, vdsm code fails to parse the above string resulting in VM start failure. Fix: Fix the cpu pinning parsing logic to parse the format appropriately and exclude cpu from pinning list. Signed-off-by: ShubhaOracle <[email protected]>
- Loading branch information
1 parent
5d82b9e
commit c641c1f
Showing
2 changed files
with
7 additions
and
2 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
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