Difference between revisions of "Multipath"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
* <code>multipath -l</code>
 
* <code>multipath -l</code>
 +
* <code>multipath -t</code>
 +
:-t Display the currently used multipathd configuration
 
* <code>multipathd show config</code>
 
* <code>multipathd show config</code>
  

Revision as of 08:37, 9 December 2019

  • multipath -l
  • multipath -t
-t Display the currently used multipathd configuration
  • multipathd show config
  • Ubuntu: multipath-tools package
    • Binaries: multipath multipathd mpathpersist
  • RHEL: device-mapper-multipath package

Config files:

Default multipath.conf 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
    }
}

See also

Advertising: