Bug 833655 - After suspending host, all VMs are pinned to CPU 0
Summary: After suspending host, all VMs are pinned to CPU 0
Keywords:
Status: CLOSED DUPLICATE of bug 714271
Alias: None
Product: Fedora
Classification: Fedora
Component: libvirt
Version: 17
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Libvirt Maintainers
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-20 04:12 UTC by Josh Adams
Modified: 2012-06-20 09:51 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-06-20 09:51:45 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Josh Adams 2012-06-20 04:12:23 UTC
Description of problem:
Using virt-manager to create and manage VMs (qemu-kvm), it seems that once the host has been suspended all VMs are pinned to CPU 0 upon resume.  Obviously, this causes some serious performance issues.  I am not necessarily sure if libvirt is at fault here, but I have not been able to find much by searching for this problem.

Version-Release number of selected component (if applicable):
virt-manager-0.9.1-4.fc17
libvirt-0.9.11.3-1.fc17
qemu-kvm-1.0-17.fc17

How reproducible:
Every time

Steps to Reproduce:
1. Create a VM in virt-manager
2. Suspend the host computer
3. Resume the host computer
4. Click on the "Show virtual hardware details" (lightbulb) button
5. Click on Processor
6. Click on "Pinning"
  
Actual results:
VCPU    On CPU    Pinning
0       0           0
1       0           0

Expected results:
VCPU    On CPU    Pinning
0       (any cpu)   0,1,2,3
1       (any cpu)   0,1,2,3

Additional info:
I don't remember this always having happened in the past, but it has been happening atleast since Fedora 16.

Comment 1 Daniel Berrangé 2012-06-20 09:51:45 UTC

*** This bug has been marked as a duplicate of bug 714271 ***


Note You need to log in before you can comment on or make changes to this bug.