When calling 'cli_resume()' we should be waiting for udev to
ensure the device really has been resumed.

Signed-off-by: Hannes Reinecke <h...@suse.com>
---
 multipathd/cli_handlers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multipathd/cli_handlers.c b/multipathd/cli_handlers.c
index 0397353..5112786 100644
--- a/multipathd/cli_handlers.c
+++ b/multipathd/cli_handlers.c
@@ -967,7 +967,7 @@ cli_resume(void * v, char ** reply, int * len, void * data)
                return 1;
        }
 
-       r = dm_simplecmd_noflush(DM_DEVICE_RESUME, param, 0, 0);
+       r = dm_simplecmd_noflush(DM_DEVICE_RESUME, param, 1, 0);
 
        condlog(2, "%s: resume (operator)", param);
 
-- 
2.6.6

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

Reply via email to