Skip to content

Commit a82ff6c

Browse files
committed
CA-379434: extend wait for multipath to 30 seconds
Signed-off-by: Mark Syms <mark.syms@citrix.com>
1 parent dab57d4 commit a82ff6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mpath_dmp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def _refresh_DMP(sid, npaths):
170170
['/usr/sbin/multipath', '-r', sid]),
171171
maxretry=3,
172172
period=4)
173-
util.wait_for_path(path, 10)
173+
util.wait_for_path(path, 30)
174174
if not os.path.exists(path):
175175
raise xs_errors.XenError('MultipathMapperPathMissing',
176176
'Device mapper path {} not found'.format(

0 commit comments

Comments
 (0)