Bug 1012604 - ksmtuned can’t handle libvirt WITHOUT set_process_name=1
Summary: ksmtuned can’t handle libvirt WITHOUT set_process_name=1
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: qemu
Version: 19
Hardware: All
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Fedora Virtualization Maintainers
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-26 17:37 UTC by Stefan Paletta
Modified: 2013-11-15 20:30 UTC (History)
10 users (show)

Fixed In Version: qemu-1.4.2-13.fc19
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1027420 (view as bug list)
Environment:
Last Closed: 2013-11-15 20:30:32 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Stefan Paletta 2013-09-26 17:37:19 UTC
Description of problem:
This time around ksmtuned doesn’t find qemu processes when set_process_name in /etc/libvirt/qemu.conf is NOT changed from the default 0.

This is because qemu was recently changed to incorporate qemu-kvm, and the qemu-kvm program now just exec-s the respective qemu-system-* binary with the right arguments. The process list will therefore show only qemu-system-* processes as representing the VMs.

With ksmtuned looking for processes of either "qemu-kvm" or "qemu:something" (with "something" being the respective VM name, as it happens when set_process_name=1), these qemu-system-* processes will slip through.

Version of selected components:
ksm-1.4.2-9.fc19.x86_64
qemu-system-x86-1.4.2-9.fc19.x86_64

Additional info:
There doesn’t seem to exist a functional specification as to which qemu processes ksmtuned should take into account, i.e. only those started by libvirt or also those started by other means, and by what criteria is should apply to tell them apart.

However, to find qemu-system.* processes in addition to all those that were previously found, the regexp on line 74 of ksmtuned can simply be changed to read ^qemu(-(kvm|system-.+)|:.{1,11})$

Comment 1 Cole Robinson 2013-10-31 20:24:25 UTC
Thanks for the suggestion and bug report, moving to POST since there's a fix

Comment 2 Fedora Update System 2013-11-06 01:26:55 UTC
qemu-1.4.2-13.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/qemu-1.4.2-13.fc19

Comment 3 Fedora Update System 2013-11-07 03:39:14 UTC
Package qemu-1.4.2-13.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing qemu-1.4.2-13.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-20824/qemu-1.4.2-13.fc19
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2013-11-15 20:30:32 UTC
qemu-1.4.2-13.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.


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