Hello, a user brought to my attention "multipathd show config | grep usock_timeout" does not agree with the default value stated in the manpage : 4000 instead of 1000.
And indeed, ./libmpathcmd/mpath_cmd.h:#define DEFAULT_REPLY_TIMEOUT 4000 Can you confirm this change is valid ? diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5 index d2101ed6..7242d39b 100644 --- a/multipath/multipath.conf.5 +++ b/multipath/multipath.conf.5 @@ -1153,7 +1153,7 @@ In these cases it is recommended to increase the CLI timeout to avoid those issues. .RS .TP -The default is: \fB1000\fR +The default is: \fB4000\fR .RE . . Best Regards, Christophe
-- dm-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/dm-devel
