Skip to content

Commit

Permalink
CA-379434: extend wait for multipath to 30 seconds
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Syms <[email protected]>
  • Loading branch information
MarkSymsCtx committed Jul 5, 2023
1 parent dab57d4 commit a82ff6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mpath_dmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def _refresh_DMP(sid, npaths):
['/usr/sbin/multipath', '-r', sid]),
maxretry=3,
period=4)
util.wait_for_path(path, 10)
util.wait_for_path(path, 30)
if not os.path.exists(path):
raise xs_errors.XenError('MultipathMapperPathMissing',
'Device mapper path {} not found'.format(
Expand Down

0 comments on commit a82ff6c

Please sign in to comment.