Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 703095

Summary: Failed to start VM on rhevh since vdsm stopped cgroup without restarting libvirtd.
Product: Red Hat Enterprise Linux 6 Reporter: Guohua Ouyang <gouyang>
Component: vdsmAssignee: Dan Kenigsberg <danken>
Status: CLOSED ERRATA QA Contact: Pavel Stehlik <pstehlik>
Severity: high Docs Contact:
Priority: high    
Version: 6.1CC: abaron, acathrow, ajia, apevec, bazulay, berrange, danken, iheim, leiwang, mburns, moli, mzhan, ovirt-maint, rwu, syeghiay, veillard, weizhan, ycui, ykaul
Target Milestone: rcKeywords: Reopened
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: vdsm-4.9-107 Doc Type: Bug Fix
Doc Text:
due to a kernel bug 742414, vdsm has to turn cgroups off when it first starts (service cgroup stop && chconfig cgroup off). If a users turns cgroups on, and restart libvirtd, vdsm would stop cgroups on its startup, and render libvirt unable to start VMs. Users should avoid enabling cgroups in rhev-3.0 beta 3.
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-12-06 07:17:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
error displayed in rhevm
none
vdsm.log
none
rhevm.log
none
vdsm.log-20111009 none

Description Guohua Ouyang 2011-05-09 09:35:34 UTC
Description of problem:
When create a VM on rhevh host in rhevm IC116, it failed to start.

Version-Release number of selected component (if applicable):
rhev-hypervisor-6.1-20110427.0.el6
libvirt-0.8.7-18.el6.x86_64
RHEVM_428.exe

How reproducible:
Always.

Steps to Reproduce:
1. Register rhevh to rhevm
2. Attach a storage to Data center
3. Create a VM on rhevh host
4. Start the VM.

Actual results:
VM cannot start because "unable to create cgroup for vm: no such device or address".

Expect Results:
VM can run normally.

Comment 1 Guohua Ouyang 2011-05-09 09:36:57 UTC
Created attachment 497745 [details]
error displayed in rhevm

Comment 2 Guohua Ouyang 2011-05-09 09:37:29 UTC
Created attachment 497746 [details]
vdsm.log

Comment 3 Guohua Ouyang 2011-05-09 09:37:56 UTC
Created attachment 497747 [details]
rhevm.log

Comment 5 Mike Burns 2011-05-09 13:06:00 UTC
Can this be reproduced with vdsm on RHEL?  Or is it only on rhevh?

Comment 6 Guohua Ouyang 2011-05-10 00:50:00 UTC
it should be vdsm component, if not pls correct it for me, thanks!
VDSM version: vdsm-4.9-62.el6.x86_64

Also doubt it related to bug 688616, if so, it should be fixed in vdsm-4.9-63.
(will retest in vdsm-4.9-63.)

Comment 7 Guohua Ouyang 2011-05-10 01:54:53 UTC
retested on rhev-hypervisor-6.1-20110506 which vdsm version is vdsm-4.9-63,
the vm can run normally.

Hence the bug is fixed in vdsm-4.9-63.

Comment 8 Alan Pevec 2011-05-10 09:24:05 UTC

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

Comment 9 Guohua Ouyang 2011-10-08 07:31:11 UTC
the bug is re-happened on ic144 + rhevh-6.2-20111006, read last comment of bug 688616, is it due to cgroup back to beta3? 
run below command on rhevh-6.2-20111006:
# lscgroup 
cgroups can't be listed: Cgroup is not mounted

# cat /proc/mounts | grep cgroup
none /cgroup tmpfs rw,rootcontext=system_u:object_r:var_lib_t:s0,seclabel,relatime 0 0

Comment 10 Guohua Ouyang 2011-10-08 07:32:26 UTC
vdsm-4.9-106.el6.x86_64
libcgroup-0.37-3.el6.x86_64
kernel-2.6.32-206.el6.x86_64

Comment 11 Dan Kenigsberg 2011-10-08 18:12:41 UTC
Right, we still do not enabled cgropus in vdsm-4.9-106. But Vdsm should start VMs nontheless. Would you provide modern vdsm.log so we can tell why the VM did not start?

Comment 12 Guohua Ouyang 2011-10-09 02:55:58 UTC
Created attachment 527060 [details]
vdsm.log-20111009

Comment 13 Dan Kenigsberg 2011-10-09 09:23:12 UTC
The log has

libvirtError: Unable to create cgroup for www: No such device or address

This is not what I am getting when cgroup is off. Would you provide libvirtd.log and libvirt version, too? Would it help to kill libvirtd after vdsmd has started?

Comment 14 Dan Kenigsberg 2011-10-09 12:36:11 UTC
In any case, libvirt should be able to start VMs even with cgroups off.

Comment 18 Daniel Veillard 2011-10-10 08:17:29 UTC
Please provide libvirt related log informations and
a reproducer for libvirt. I can reproduce this but only
if I remove cgroup support while libvirtd is running. If I
restart libvirtd while cgoups are off things are just fine:

[root@test ~]# cat /proc/mounts | grep cgroup
cgroup /cgroup/cpuset cgroup rw,relatime,cpuset 0 0
cgroup /cgroup/cpu cgroup rw,relatime,cpu 0 0
cgroup /cgroup/cpuacct cgroup rw,relatime,cpuacct 0 0
cgroup /cgroup/memory cgroup rw,relatime,memory 0 0
cgroup /cgroup/devices cgroup rw,relatime,devices 0 0
cgroup /cgroup/freezer cgroup rw,relatime,freezer 0 0
cgroup /cgroup/net_cls cgroup rw,relatime,net_cls 0 0
cgroup /cgroup/blkio cgroup rw,relatime,blkio 0 0
[root@test ~]# umount /cgroup/blkio /cgroup/net_cls /cgroup/freezer /cgroup/devices /cgroup/memory /cgroup/cpuacct /cgroup/cpu /cgroup/cpuset
[root@test ~]# lscgroup 
cgroups can't be listed: Cgroup is not mounted
[root@test ~]# virsh list
 Id Name                 State
----------------------------------

[root@test ~]# virsh start test6.1
error: Failed to start domain test6.1
error: Unable to create cgroup for test6.1: No such device or address

[root@test ~]# /etc/init.d/libvirtd restart
Stopping libvirtd daemon:                                  [  OK  ]
Starting libvirtd daemon:                                  [  OK  ]
[root@test ~]# lscgroup 
cgroups can't be listed: Cgroup is not mounted
[root@test ~]# virsh start test6.1
Domain test6.1 started

[root@test ~]# virsh list
 Id Name                 State
----------------------------------
  1 test6.1              running

[root@test ~]# 

  Libvirt uses cgroups if available but it won't dynamically
chase if they are available or not.

  What is happening in a rhevm environment, is vdsm turning
cgroup off without restarting the libvirt daemon ?

Daniel

Comment 19 Daniel Berrangé 2011-10-10 08:22:36 UTC
If you make any change to the cgroups mount point configuration, while libvirtd is running, it is *required* that you restart libvirtd, so it can re-initialize its cgroups structure.

Comment 21 Dan Kenigsberg 2011-10-10 10:58:11 UTC
Thanks for your help, folks. vdsm -107 (for beta 4) no longer turns cgroups off, so the issue is moot.

Comment 22 Alan Pevec 2011-10-10 12:29:32 UTC
(In reply to comment #21)
> vdsm -107 (for beta 4) no longer turns cgroups off
> so the issue is moot.

we still need workaround for beta3, please add relnote

Comment 24 Dan Kenigsberg 2011-10-10 15:19:12 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
due to a kernel bug 742414, vdsm has to turn cgroups off when it first starts (service cgroup stop && chconfig cgroup off).
If a users turns cgroups on, and restart libvirtd, vdsm would stop cgroups on its startup, and render libvirt unable to start VMs.
Users should avoid enabling cgroups in rhev-3.0 beta 3.

Comment 26 Dan Kenigsberg 2011-10-10 15:45:30 UTC
if libvirtd starts when cgroups service is on, and then cgroups service is turned off, libvirtd won't run new VMs.

RHEV-H should keep cgroups service off from boot time, until vdsm stops stopping cgroups on its startup.

Comment 29 errata-xmlrpc 2011-12-06 07:17:50 UTC
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.

http://rhn.redhat.com/errata/RHEA-2011-1782.html