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@xxxxxxxxxx> --- 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 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel