On Thu, Feb 28, 2019 at 15:44:46 +0100, Michal Privoznik wrote:
When fetching LUNs from iscsi server the
virISCSIDirectReportLuns() is called. This function does some
libiscsi calls and then calls virISCSIDirectRefreshVol() over
each LUN found. It's unfortunate that the latter calls
virStoragePoolObjClearVols() as we lose all LUNs processed
in previous iterations.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/storage/storage_backend_iscsi_direct.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Jiri Denemark <jdenemar(a)redhat.com>