Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the cpu pinning parsing logic to parse the format appropriately and exclude cpu from pinning list #409

Merged
merged 1 commit into from
Mar 20, 2024

Commits on Mar 19, 2024

  1. 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]>
    shubhaOracle committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    aa3bb2d View commit details
    Browse the repository at this point in the history