-
Wed Mar 12 2014 Benjamin Marzinski <bmarzins@redhat.com> 0.4.9-66
- Add 0080-RHBZ-1075796-cmdline-wwid.patch
* add multipath option "-A" to add wwids specified by the kernel
command line mapth.wwid options.
- Resolves: bz #1075796
-
Mon Mar 03 2014 Benjamin Marzinski <bmarzins@redhat.com> 0.4.9-65
- Add 0078-RHBZ-1054044-fix-mpathconf-manpage.patch
* Fix typo
- Add 0079-RHBZ-1070581-add-wwid-option.patch
* add multipath option "-a". To add a device's wwid to the wwids file
- Resolves: bz #1054044, #1070581
-
Thu Jan 30 2014 Benjamin Marzinski <bmarzins@redhat.com> 0.4.9-64
- Modify 0076-RHBZ-1056686-add-hw_str_match.patch
* Fix memory leak
- Resolves: bz #1056686
-
Wed Jan 29 2014 Benjamin Marzinski <bmarzins@redhat.com> 0.4.9-63
- Modify 0072-RHBZ-1039199-check-loop-control.patch
* only call close on the /dev/loop-control fd the open succeeds
- Add 0073-RH-update-build-flags.patch
* fix print call to work with -Werror=format-security compile flag, and
change compilation flags for non-rpmbuild compiles
- Add 0074-RHBZ-1056976-dm-mpath-rules.patch
* Add rules to keep from doing work in udev if there are no
active paths, or if the event was for a multipath device
reloading its table due to a path change.
- Add 0075-RHBZ-1056976-reload-flag.patch
* multipath code to identify reloads that the new rules can
ignore
- Add 0076-RHBZ-1056686-add-hw_str_match.patch
* add a new default config paramter, "hw_str_match", to make user
device configs only overwrite builtin device configs if the
identifier strings match exactly, like the default in RHEL6.
- Add 0077-RHBZ-1054806-mpathconf-always-reload.patch
* Make mpathconf always reconfgure multipathd when you run it with
a reconfigure option and --with-multipathd=y, even if the
configuration doesn't change.
- Update Requires and BuildRequires for device-mapper to 1.02.82-2
- Install new udev rules file /usr/lib/udev/rules.d/11-dm-mpath.rules
- Related: bz #1039199
- Resolves: bz #1054806, #1056686, #1056976
-
Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.4.9-62
- Mass rebuild 2014-01-24
-
Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.4.9-61
- Mass rebuild 2013-12-27
-
Wed Dec 11 2013 Benjamin Marzinski <bmarzins@redhat.com> 0.4.9-60
- Add 0072-RHBZ-1039199-check-loop-control.patch
* Make kpartx use LOOP_CTL_GET_FREE and loop-control to find a free
loop device. This will autoload the loop module.
- Resolves: bz #1039199
-
Mon Dec 09 2013 Benjamin Marzinski <bmarzins@redhat.com> 0.4.9-59
- Add 0067-RHBZ-1022899-fix-udev-partition-handling.patch
* Make sure to wipe partition devices on change event if they weren't
wiped on the device add event
- Add 0068-RHBZ-1034578-label-partition-devices.patch
* Make sure that partition devices are labeled like the whole device
- Add 0069-UPBZ-1033791-improve-rdac-checker.patch
* Use RTPG data in RDAC checker
- Add 0070-RHBZ-1036503-blacklist-td-devs.patch
- Add 0071-RHBZ-1031546-strip-dev.patch
* make multipathd interactive commands able to handle /dev/<devnode>
instead of just <devnode>
- Resolves: bz #1022899, #1031546, #1033791, #1034578, #1036503
-
Thu Oct 24 2013 Benjamin Marzinski <bmarzins@redhat.com> 0.4.9-58
- 0066-UP-dos-4k-partition-fix.patch
* Make kpartx correctly handle 4K sector size devices with dos partitions.
- Resolves: bz #1018439
-
Fri Sep 27 2013 Benjamin Marzinski <bmarzins@redhat.com> 0.4.9-57
- Add 0065-UPBZ-995538-fail-rdac-on-unavailable.patch
* make rdac checker always mark paths with asymmetric access state of
unavailable as down
- Resolves: bz #995538