Change in vdsm[master]: Add rescan to formatStorageDomain to solve multipath race

ykaplan at redhat.com ykaplan at redhat.com
Tue Oct 30 09:35:01 UTC 2012


Yeela Kaplan has uploaded a new change for review.

Change subject: Add rescan to formatStorageDomain to solve multipath race
......................................................................

Add rescan to formatStorageDomain to solve multipath race

Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=844180
Change-Id: I9525ce57d8d13b62cf56a3364e6eda9ec9c1a41d
Signed-off-by: Yeela Kaplan <ykaplan at redhat.com>
---
M vdsm/storage/hsm.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/21/8921/1

diff --git a/vdsm/storage/hsm.py b/vdsm/storage/hsm.py
index 47913ec..d35458e 100644
--- a/vdsm/storage/hsm.py
+++ b/vdsm/storage/hsm.py
@@ -2270,6 +2270,7 @@
 
         :returns: Nothing
         """
+        multipath.rescan()
         vars.task.setDefaultException(se.StorageDomainActionError("sdUUID=%s" % sdUUID))
         #getSharedLock(connectionsResource...)
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9525ce57d8d13b62cf56a3364e6eda9ec9c1a41d
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yeela Kaplan <ykaplan at redhat.com>


More information about the vdsm-patches mailing list