- Update to upstream 0.10.0 (see also NEWS.md) * The `multipathd show daemon` command now shows `(reconfigure pending)` if a reconfiguration has been triggered but not finished yet. * Refactored the path checker loop. Paths are now checked for each multipath map in turn * Renamed public functions, variables, and macros to comply with the glibc policy for reserved names (gh#opensvc/multipath-tools#91) * Fixed bug that caused queueing to be always disabled if flushing a map failed (bug introduced in 0.9.8). (bsc#1229898) * Fixed failure to remove maps even with `deferred_remove` (bug introduced in 0.9.9). (bsc#1229898) * Fixed old mpathpersist bug leading to the error message "configured reservation key doesn't match: 0x0" when `reservation_key` was configured in the multipaths section of `multipath.conf`. (bsc#1228926, gh#opensvc/multipath-tools#92) * Fixed output of `multipath -t` and `multipath -T` for the options `force_sync` and `retrigger_tries`. (bsc#1229898, gh#opensvc/multipath-tools#88) * Fixed adding maps by WWID in CLI (command `add map $WWID`). (bsc#1229898) (bug introduced in 0.9.8). (bsc#1229898) (bug introduced in 0.9.9). (bsc#1229898) OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=344
11 lines
545 B
Plaintext
11 lines
545 B
Plaintext
# Make sure scsi device handlers are loaded before any SCSI host adapter
|
|
# drivers. This requires loading sd_mod before host adapters, which
|
|
# is ensured by the scsi_mod softdep below.
|
|
softdep sd_mod pre: scsi_dh_alua scsi_dh_rdac scsi_dh_emc
|
|
|
|
# Note that there can be only one softdep per module, and earlier
|
|
# directives take precedence. 10-scsi.conf is shipped by suse-module-tools
|
|
# in some SUSE releases; it will override the scsi_mod softdep below.
|
|
# (but it will also make sure that sd_mod is loaded early).
|
|
softdep scsi_mod post: sd_mod
|