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

From wikieduonline
Jump to navigation Jump to search
(Redirected page to Multipath)
Tag: New redirect
 
(Removed redirect to Multipath)
Tag: Removed redirect
Line 1: Line 1:
#redirect [[multipath]]
+
== Default multipath.conf configuration ==
 +
<pre>
 +
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
 +
    }
 +
}
 +
 
 +
</pre>
 +
 
 +
 
 +
== See also ==
 +
* [[multipath]]

Revision as of 14:21, 9 December 2019

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: