[libvirt] virStorageFileGetMetadata bug?

2014-10-30 Thread Serge Hallyn
Hi, I'm looking into why virt-aa-helper isn't adding allow rules for backing stores nested deeper than 1. So if I do qemu-img create -f qcow2 l1.img 10G qemu-img create -f qcow2 -b l1.img l2.img and use l2.img in a domain, then virt-aa-helper will add allow rules for the domain to access both

Re: [libvirt] virStorageFileGetMetadata bug?

2014-10-30 Thread Eric Blake
On 10/30/2014 02:32 PM, Serge Hallyn wrote: Hi, I'm looking into why virt-aa-helper isn't adding allow rules for backing stores nested deeper than 1. So if I do qemu-img create -f qcow2 l1.img 10G qemu-img create -f qcow2 -b l1.img l2.img Oops, you forgot the backing format. Without

Re: [libvirt] virStorageFileGetMetadata bug?

2014-10-30 Thread Serge Hallyn
Quoting Eric Blake (ebl...@redhat.com): On 10/30/2014 02:32 PM, Serge Hallyn wrote: Hi, I'm looking into why virt-aa-helper isn't adding allow rules for backing stores nested deeper than 1. So if I do qemu-img create -f qcow2 l1.img 10G qemu-img create -f qcow2 -b l1.img l2.img