From 6a6948338c63175896bfcc445a3775d1a30ff1eb Mon Sep 17 00:00:00 2001 From: Mark Syms Date: Wed, 5 Jul 2023 09:41:19 +0100 Subject: [PATCH] CA-379434: extend wait for multipath to 30 seconds Signed-off-by: Mark Syms --- drivers/mpath_dmp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mpath_dmp.py b/drivers/mpath_dmp.py index 6bb997d10..3b8224d53 100755 --- a/drivers/mpath_dmp.py +++ b/drivers/mpath_dmp.py @@ -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(