Re: [libvirt] [PATCH 1/2] storage: Fix issue finding LU's when block doesn't exist

2014-11-20 Thread John Ferlan
On 11/20/2014 09:12 AM, Michal Privoznik wrote: <...snip...> >> @@ -451,10 +451,10 @@ virStorageBackendSCSIFindLUs(virStoragePoolObjPtr pool, >> continue; >> } >> >> -found = true; >> -VIR_DEBUG("Found LU '%s'", lun_dirent->d_name); >> +VIR_DEBUG(

Re: [libvirt] [PATCH 1/2] storage: Fix issue finding LU's when block doesn't exist

2014-11-20 Thread Michal Privoznik
On 19.11.2014 21:52, John Ferlan wrote: Fix a problem in the getBlockDevice and processLU where retval initialized to zero causing some failures to erroneously continue through to the virStorageBackendSCSINewLun with an attempt to find a path for "/dev/(null)". This would fail approximately 10 se

[libvirt] [PATCH 1/2] storage: Fix issue finding LU's when block doesn't exist

2014-11-19 Thread John Ferlan
Fix a problem in the getBlockDevice and processLU where retval initialized to zero causing some failures to erroneously continue through to the virStorageBackendSCSINewLun with an attempt to find a path for "/dev/(null)". This would fail approximately 10 seconds later with debug message: virStorag