Add 0104-RHBZ-737989-systemd-unit-fix.patch
* systemd will only start multipathd if /etc/multipath.conf exists
Add 0105-fix-oom-adj.patch
* first try setting oom_score_adj
Modify 0021-RHBZ-548874-add-find-multipaths.patch
Modify 0022-RHBZ-557845-RHEL5-style-partitions.patch
Add 0025-RHBZ-508827-update-multipathd-manpage.patch through
0101-RHBZ-631009-disable-udev-disk-rules-on-reload.patch
* sync with current state of RHEL6. Next release should include a updated
source tarball with most of these fixes rolled in.
Add 0102-RHBZ-690828-systemd-unit-file.patch
* Add Jóhann B. Guðmundsson's unit file for systemd.
* Add sub-package sysvinit for SysV init script.
Resolves: bz #690828
with 0012-RH-udev-sync-support.patch
Add udev sync support to kpartx and multipath. In kpartx it is disabled
unless you use the -s option. Refresh
0013-RH-add-weighted_prio-prioritizer.patch Refresh
0021-RHBZ-548874-add-find-multipaths.patch Modify
0022-RHBZ-557845-RHEL5-style-partitions.patch
kpartx now creates a 2 sector large device for dos extended partitions,
just like the kernel does on the regular block devices. Add
0023-RHBZ-557810-emc-invista-config.patch Add
0024-RHBZ-565933-checker-timeout.patch
Multipath has a new option checker_timeout. If this is not set, all path
checker functions with explicit timeouts use
/sys/block/sd<x>/device/timeout. If this is set, they use it instead.
0002-RH-path-checker.patch Modify
0010-RH-multipath-rules-udev-changes.patch
Fix udev rules to use DM_SBIN_PATH when calling kpartx
install udev rules to /lib/udev/rules.d instead of /etc/udev/rules.d Modify
0014-RH-add-hp_tur-checker.patch Add
0003-for-upstream-default-configs.patch Add
0016-RHBZ-554561-fix-init-error-msg.patch Add
0017-RHBZ-554592-man-page-note.patch Add
0018-RHBZ-554596-SUN-6540-config.patch Add
0019-RHBZ-554598-fix-multipath-locking.patch Add
0020-RHBZ-554605-fix-manual-failover.patch Add
0021-RHBZ-548874-add-find-multipaths.patch
Added find_multipaths multipath.conf option
Added /sbin/mpathconf for simple editting of multipath.conf Add
0022-RHBZ-557845-RHEL5-style-partitions.patch
Make kpartx deal with logical partitions like it did in RHEL5. Don't create
a dm-device for the extended partition itself. Create the logical
partitions on top of the dm-device for the whole disk.
statically link against it. Fixed an error with binding file and WWIDs
that include spaces. Cleaned up the messages from the directio checker
function. Fixed the udev rules. Fixed a regression in multipath.conf
parsing Fixed 457530, 457589