Added in 688aa22bfa6efb1db0bd1fa6c4d5b6789eb1a911 Minimal info, a more detailed description should be nice.
Cc: Benjamin Marzinski <[email protected]> Cc: Christophe Varoqui <[email protected]> Cc: device-mapper development <[email protected]> Signed-off-by: Xose Vazquez Perez <[email protected]> --- multipath/multipath.conf.5 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5 index 709ab3c..76d80e3 100644 --- a/multipath/multipath.conf.5 +++ b/multipath/multipath.conf.5 @@ -673,6 +673,21 @@ those issues. Default value is: \fB1000\fR .RE .TP +.B retrigger_tries +Sets the number of times multipathd will try to retrigger a uevent to get the +WWID. +.RS +.TP +Default value is: \fB3\fR +.RE +.TP +.B retrigger_delay +Sets the amount of time, in seconds, to wait between retriggers. +.RS +.TP +Default value is: \fB10\fR +.RE +.TP .B missing_uev_wait_timeout Controls how many seconds multipathd will wait, after a new multipath device is created, to receive a change event from udev for the device, before -- 2.7.4 -- dm-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/dm-devel
