forked from pool/multipath-tools
- Update to version 0.9.7+76+suse.5f857af: * Update to upstream 0.9.7 (jsc#PED-6464) * added max_retries config option to limit SCSI retries * added auto_resize config option to enable resizing multipath maps automatically * fixed memory and error handling for code using aio (marginal path code, directio path checker) * dropped modules-load.d/multipath.conf; replaced by a dependency on modprobe@dm-multipath.service (systemd >= 245: SLE15-SP3 and later only) and a softdep on sd_mod for the SCSI device handlers (bsc#1217377) * On SLE/Leap suse-module-tools doesn't ship a scsi_mod->sd_mod softdep yet. Add it here, too. It will be overridden by s-m-t when it's added there. * drop usr_prefix= setting in SLE build recipes (set to /usr by upstream automatically) OBS-URL: https://build.opensuse.org/request/show/1128106 OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=322
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
|