[dm-devel] [PATCH 10/10] set retrigger_tries to 0 for multipath

Benjamin Marzinski bmarzins at redhat.com
Sat Oct 29 02:55:26 UTC 2016


Multipathd uses retrigger_tries to give udev more chances to to fill in
the uid_attribute, so that the path device is correctly set up in the
udev database. However the multipath command can't do this, so it should
just immediately give up on udev, and try to get the wwid directly.

Signed-off-by: Benjamin Marzinski <bmarzins at redhat.com>
---
 multipath/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/multipath/main.c b/multipath/main.c
index ee00fdb..06add30 100644
--- a/multipath/main.c
+++ b/multipath/main.c
@@ -521,6 +521,7 @@ main (int argc, char *argv[])
 	if (!conf)
 		exit(1);
 	multipath_conf = conf;
+	conf->retrigger_tries = 0;
 	while ((arg = getopt(argc, argv, ":adchl::FfM:v:p:b:BritquwW")) != EOF ) {
 		switch(arg) {
 		case 1: printf("optarg : %s\n",optarg);
-- 
1.8.3.1




More information about the dm-devel mailing list