Difference between revisions of "/etc/multipath.conf"

From wikieduonline
Jump to navigation Jump to search
Line 24: Line 24:
  
 
== Options ==
 
== Options ==
: no_path_retry  
+
: <code>no_path_retry</code>
:: Specify the number of retries until disable queueing, or fail for immediate failure (no queueing), queue for never stop queueing. If unset no queueing is attempted. Default is unset.
+
:: Specify the number of retries until disable queueing, or <code>fail</code> for immediate failure (no queueing), <code>queue</code> for never stop queueing. If unset no queueing is attempted. Default is unset.
  
 
== See also ==
 
== See also ==

Revision as of 14:26, 9 December 2019

Default /etc/multipath.conf[1] configuration:

RHEL
cat /etc/multipath.conf | grep -v "#" | grep .
defaults {
    polling_interval            5
    no_path_retry               4
    user_friendly_names         no
    flush_on_last_del           yes
    fast_io_fail_tmo            5
    dev_loss_tmo                30
    max_fds                     4096
}
blacklist {
        protocol "(scsi:adt|scsi:sbp)"
}
devices {
    device {
        all_devs                yes
        no_path_retry           4
    }
}

Options

no_path_retry
Specify the number of retries until disable queueing, or fail for immediate failure (no queueing), queue for never stop queueing. If unset no queueing is attempted. Default is unset.

See also

  • http://manpages.org/multipathconf/5
  • Advertising: