Re: Need help using libvirt with qcow2 delta and base images

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Apr 20, 2010 at 11:01 AM, Wang David <David_Wang@xxxxxxx> wrote:
Apr 19 17:27:36 virtualserver3 kernel: [14202.411373] type=1503 audit(1271723256.513:75): operation="open" pid=3147 parent=1 profile="" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/data/virtual/var/lib/libvirt/images/ubuntu910server64.qcow2"
Apr 19 17:27:36 virtualserver3 libvirtd: 17:27:36.718: error : qemudWaitForMonitor:1103 : internal error unable to start guest: qemu: could not open disk image /var/lib/libvirt/images/ubuntu910server64_delta.qcow2#012
 
These indicate that AppArmor is denying access to the backing store, thus, your delta image will not work.

You're going to need add a rule into /etc/apparmor.d/abstractions/libvirt-qemu so that the backing store can be read. Something like:

  /data/virtual/var/lib/libvirt/images/ubuntu910server64.qcow2 r,

or 

  /data/virtual/var/lib/libvirt/images/* r,

.:. jeremy


[Index of Archives]     [Virt Tools]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux