Bug 1097028
Summary: | Don't fail starting domain without cpu, cpuset and cpuacct cgroups controllers | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Shanzhi Yu <shyu> |
Component: | libvirt | Assignee: | Martin Kletzander <mkletzan> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 7.0 | CC: | dyuan, jmiao, mkletzan, mzhan, rbalakri |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libvirt-1.2.7-1.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-03-05 07:35:18 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Shanzhi Yu
2014-05-13 03:07:25 UTC
Fixed upstream with v1.2.6-115-g0c04906: commit 0c04906fa8872e4f7cdb19f59cbcb26b9bd02b0e Author: Martin Kletzander <mkletzan> Date: Wed Jul 9 09:55:29 2014 +0200 qemu: don't error out when cgroups don't exist Martin, According your patch, guest will boot up even without cgroup controller cpu or cpuset, so verify steps should be 1)umount cgroup controller cpu, cpuset,2) boot up guest without any error. And bug description should be also change to something like "Guest should be boot up even without cgroup controller cpu or cpuset". Is that right? Yes, you should be able to boot normally unless there are some settings which require some missing cgroups. Verify this bug with libvirt-1.2.8-7.el7.x86_64 Steps: 1. umount all sub cgroup # lscgroup cgroups can't be listed: Cgroup is not mounted 2. try to start guest # virsh start rh7 Domain rh7 started 3. check guest status # virsh domstate rh7 running Guest can boot up without cpu, cpuset and cpuacct cgroups so change to verified status Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-0323.html |