Append _path to reinstate/fail messages. --- diff/drivers/md/dm-mpath.c 2004-10-29 20:14:58.000000000 +0100 +++ source/drivers/md/dm-mpath.c 2004-10-29 20:15:17.000000000 +0100 @@ -939,9 +939,9 @@ return bypass_pg_num(m, argv[1], 1); else if (!strnicmp(argv[0], "enable_group", 13)) return bypass_pg_num(m, argv[1], 0); - else if (!strnicmp(argv[0], "reinstate", 10)) + else if (!strnicmp(argv[0], "reinstate_path", 10)) action = reinstate_path; - else if (!strnicmp(argv[0], "fail", 5)) + else if (!strnicmp(argv[0], "fail_path", 5)) action = fail_path; else goto error;