[libvirt] [PATCH] storage: Fix any VolLookupByPath if we have an empty logical pool

2012-01-25 Thread Cole Robinson
On F16 at least, empty volume groups don't have a directory under /dev. The directory only appears once a logical volume is created. This tickles some behavior in BackendStablePath which ends with libvirt sleeping for 5 seconds while waiting for the directory to appear. This causes all sorts of

Re: [libvirt] [PATCH] storage: Fix any VolLookupByPath if we have an empty logical pool

2012-01-25 Thread Eric Blake
On 01/25/2012 11:15 AM, Cole Robinson wrote: On F16 at least, empty volume groups don't have a directory under /dev. The directory only appears once a logical volume is created. This tickles some behavior in BackendStablePath which ends with libvirt sleeping for 5 seconds while waiting for

Re: [libvirt] [PATCH] storage: Fix any VolLookupByPath if we have an empty logical pool

2012-01-25 Thread Cole Robinson
On 01/25/2012 01:23 PM, Eric Blake wrote: On 01/25/2012 11:15 AM, Cole Robinson wrote: On F16 at least, empty volume groups don't have a directory under /dev. The directory only appears once a logical volume is created. This tickles some behavior in BackendStablePath which ends with libvirt