Comment 3 for bug 1490326

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/218683
Committed: https://git.openstack.org/cgit/stackforge/kolla/commit/?id=e2d35ad054be6cfa395b04616c543e48d98e7e57
Submitter: Jenkins
Branch: master

commit e2d35ad054be6cfa395b04616c543e48d98e7e57
Author: Steven Dake <email address hidden>
Date: Sun Aug 30 12:46:30 2015 -0700

    nova-libvirt requires a /sys/fs/cgroup bindmount

    Nova-compute is curerntly generating a backtrace when trying to nova
    boot a VM. The backtrace is described in the bug log. Bind-mounting
    /sys/fs/cgroup:/sys/fs/cgroup in the libvirt container resolves the
    problem.

    Change-Id: I5a56b61fd260728fb76e19bcbdf403b80a4ec5a6
    Closes-Bug: #1490326