Saggi Mizrahi has uploaded a new change for review.

Change subject: Refresh storage in getDevicesVisibility using 
multipath.rescan() instead of forceIScsiRescan()
......................................................................

Refresh storage in getDevicesVisibility using multipath.rescan() instead of 
forceIScsiRescan()

Change-Id: Ifc33149aa84cad7b13fe4e18e054cf1cb43471ed
Signed-off-by: Saggi Mizrahi <[email protected]>
---
M vdsm/storage/hsm.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/04/8304/1

diff --git a/vdsm/storage/hsm.py b/vdsm/storage/hsm.py
index 50d6ce1..dbf4a8e 100644
--- a/vdsm/storage/hsm.py
+++ b/vdsm/storage/hsm.py
@@ -1662,7 +1662,7 @@
         for guid in guids:
             visible = _isVisible(guid)
             if not scanned and not visible:
-                iscsi.forceIScsiScan()
+                multipath.rescan()
                 scanned = True
                 visible = _isVisible(guid)
             visibility[guid] = visible


--
To view, visit http://gerrit.ovirt.org/8304
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifc33149aa84cad7b13fe4e18e054cf1cb43471ed
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to