Re: [libvirt] [PATCH v2] storage: Fix volStorageBackendRBDRefreshVolInfo

2019-12-20 Thread Cole Robinson
On 10/29/19 12:12 AM, Yi Li wrote: > Fix the return value status comparison checking for call to > volStorageBackendRBDRefreshVolInfo introduced by commit id f46d137e. > > we only should fail when the return is < 0. -ENOENT, -ETIMEDOUT will > ignore according commit id f46d137e. > >

[libvirt] [PATCH v2] storage: Fix volStorageBackendRBDRefreshVolInfo

2019-11-02 Thread Yi Li
Fix the return value status comparison checking for call to volStorageBackendRBDRefreshVolInfo introduced by commit id f46d137e. we only should fail when the return is < 0. -ENOENT, -ETIMEDOUT will ignore according commit id f46d137e. Signed-off-by: Yi Li --- src/storage/storage_backend_rbd.c