Comment 3 for bug 943304

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

Reviewed: https://review.openstack.org/5389
Committed: http://github.com/openstack/nova/commit/51b3510387cafec87e39c2a52e8578a66f3488d4
Submitter: Jenkins
Branch: master

commit 51b3510387cafec87e39c2a52e8578a66f3488d4
Author: Thierry Carrez <email address hidden>
Date: Thu Mar 15 10:58:57 2012 +0100

    Fix LXC volume attach issue

    Fix erroneous use of echo to set permissions on LXC volume access.
    Fixes bug 943304.

    Note that based on input from the duplicate bug (948193), we set:
    b x:x rwm
    to /sys/fs/cgroup/devices/libvirt/lxc/x/devices.allow

    instead of:
    c x:x rwm
    to /sys/fs/cgroup/devices/sysdefault/libvirt/lxc/x/devices.allow

    Change-Id: Ia048d3f46799839b4b85c781bb50488e09ba9b5e