summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* device-mapper-multipath-0.4.9-52Benjamin Marzinski2013-06-218-85/+863
| | | | | | | | | | | | | | | | | | | Add 0038-RHBZ-799860-netapp-config.patch Add 0039-RH-detect-prio-fix.patch * Don't autodetect ALUA prioritizer unless it actually can get a priority Add 0040-RH-bindings-fix.patch * Do a better job of trying to get the first free user_friendly_name Add 0041-RH-check-for-erofs.patch * Don't create/reload a device read-only unless doing it read/write fails with EROFS Remove 0017-RH-fix-sigusr1.patch * fix signal handling upstream way instead Add 0042-UP-fix-signal-handling.patch * uxlsnr now handles all the signals sent to multipathd. This makes its signal handling posix compliant, and harder to mess up. Add 0043-RH-signal-waiter.patch * ioctl isn't a pthread cancellation point. Send a signal to the waiter thread to break out of waiting in ioctl for a dm event.
* device-mapper-multipath-0.4.9-51Benjamin Marzinski2013-05-178-5/+291
| | | | | | | | | | | | | | | | | | | Add 0032-RHBZ-956464-mpathconf-defaults.patch * fix defaults listed in usage Add 0033-RHBZ-829963-e-series-conf.patch Add 0034-RHBZ-851416-mpathconf-display.patch * display whether or not multipathd is running in the status Add 0035-RHBZ-891921-list-mpp.patch * add a new path format wilcard to list the multipath device associated with a path Add 0036-RHBZ-949239-load-multipath-module.patch * load the dm-multipath kernel module when multipathd starts Add 0037-RHBZ-768873-fix-rename.patch * When deciding on a multipth devices name on reload, don't default to the existing name if there is no config file alias and user_friendly_names isn't set. Use the wwid. Modify multipath.conf Resolves: bz #768873, #950252
* device-mapper-multipath-0.4.9-50Benjamin Marzinski2013-04-302-1/+26
| | | | | | | Add 0031-RHBZ-957188-kpartx-use-dm-name.patch * use the basename of the devices that will be created to choose the delimiter instead of using the device name from the command line Resolves: bz #957188
* device-mapper-multipath-0.4.9-49Benjamin Marzinski2013-04-264-7/+246
| | | | | | | | | | | Modify 0020-RHBZ-907360-static-pthread-init.patch * Don't initialize uevent list twice Add 0029-RH-no-prio-put-msg.patch Add 0030-RHBZ-916528-override-queue-no-daemon.patch * Default to "queue_without_daemon no" * Add "forcequeueing daemon" and "restorequeueing daemon" cli commands Modify spec file to force queue_without_daemon when restarting multipathd on upgrades.
* device-mapper-multipath-0.4.9-48Benjamin Marzinski2013-04-044-1/+114
| | | | | | | | | | | | | Add 0026-fix-checker-time.patch * Once multipathd hit it max checker interval, it was reverting to to shortest checker interval Add 0027-RH-get-wwid.patch * Multipath wasn't correctly setting the multipath wwid when it read devices in from the kernel Add 0028-RHBZ-929078-refresh-udev-dev.patch * Make multipath try to get the UID of down devices. Also, on ev_add_path, make multipathd reinitialize existing devices that weren't fully initialized before.
* device-mapper-multipath-0.4.9-47Benjamin Marzinski2013-04-016-1/+504
| | | | | | | | | | | | | | | | Add 0021-RHBZ-919119-respect-kernel-cmdline.patch * keep the multipath.rules udev file from running and multipathd from starting if nompath is on the kernel command line Add 0022-RH-multipathd-check-wwids.patch * Whenever multipath runs configure, it will check the wwids, and add any missing ones to the wwids file Add 0023-RH-multipath-wipe-wwid.patch * multipath's -w command will remove a wwid from the wwids file Add 0024-RH-multipath-wipe-wwids.patch * multipath's -W command will set reset the wwids file to just the current devices Add 0025-UPBZ-916668_add_maj_min.patch Resolves: bz #919119
* device-mapper-multipath-0.4.9-46Benjamin Marzinski2013-03-282-1/+46
| | | | | Add 0020-RHBZ-907360-static-pthread-init.patch * statically initialize the uevent pthread structures
* device-mapper-multipath-0.4.9-45Benjamin Marzinski2013-03-0247-3021/+428
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated to latest upstrem 0.4.9 code: multipath-tools-130222 (git commit id: 67b82ad6fe280caa1770025a6bb8110b633fa136) Refresh 0001-RH-dont_start_with_no_config.patch Modify 0002-RH-multipath.rules.patch Modify 0003-RH-Make-build-system-RH-Fedora-friendly.patch Refresh 0004-RH-multipathd-blacklist-all-by-default.patch Refresh 0005-RH-add-mpathconf.patch Refresh 0006-RH-add-find-multipaths.patch Add 0008-RH-revert-partition-changes.patch Rename 0008-RH-RHEL5-style-partitions.patch to 0009-RH-RHEL5-style-partitions.patch Rename 0009-RH-dont-remove-map-on-enomem.patch to 0010-RH-dont-remove-map-on-enomem.patch Rename 0010-RH-deprecate-uid-gid-mode.patch to 0011-RH-deprecate-uid-gid-mode.patch Rename 0013-RH-kpartx-msg.patch to 0012-RH-kpartx-msg.patch Rename 0035-RHBZ-883981-cleanup-rpmdiff-issues.patch to 0013-RHBZ-883981-cleanup-rpmdiff-issues.patch Rename 0039-RH-handle-other-sector-sizes.patch to 0014-RH-handle-other-sector-sizes.patch Rename 0040-RH-fix-output-buffer.patch to 0015-RH-fix-output-buffer.patch Add 0016-RH-dont-print-ghost-messages.patch Add 0017-RH-fix-sigusr1.patch * Actually this fixes a number of issues related to signals Rename 0018-RH-remove-config-dups.patch to 0018-RH-fix-factorize.patch * just the part that isn't upstream Add 0019-RH-fix-sockets.patch * makes abstract multipathd a cli sockets use the correct name. Set find_multipaths in the default config
* device-mapper-multipath-0.4.9-44Benjamin Marzinski2013-02-206-1/+186
| | | | | | | | | | | | Add 0036-UP-fix-state-handling.patch * handle transport-offline and quiesce sysfs state Add 0037-UP-fix-params-size.patch Add 0038-RH-fix-multipath.rules.patch * make sure multipath's link priority gets increased Add 0039-RH-handle-other-sector-sizes.patch * allow gpt partitions on 4k sector size block devices. Add 0040-RH-fix-output-buffer.patch * fix multipath -ll for large configuration.
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_RebuildDennis Gilmore2013-02-131-1/+4
|
* device-mapper-multipath-0.4.9-42Benjamin Marzinski2012-12-213-5/+189
| | | | | | Add 0034-RHBZ-887737-check-for-null-key.patch Add 0035-RHBZ-883981-cleanup-rpmdiff-issues.patch * Compile multipathd with full RELRO and PIE and install to /usr
* device-mapper-multipath-0.4.9-41Benjamin Marzinski2012-12-172-1/+119
| | | | | | Add 0033-RH-dont-disable-libdm-failback-for-sync-case.patch * make kpartx -s and multipath use libdm failback device creation, so that they work in environments without udev
* device-mapper-multipath-0.4.9-40Benjamin Marzinski2012-12-122-1/+25
| | | | | | Add 0032-RH-make-path-fd-readonly.patch * revert change made when adding persistent reservations, so that path fds are again opened O_RDONLY
* device-mapper-multipath-0.4.9-39Benjamin Marzinski2012-11-302-1/+72
| | | | Add 0031-RHBZ-882060-fix-null-strncmp.patch
* device-mapper-multipath-0.4.9-38Benjamin Marzinski2012-11-306-1/+733
| | | | | | | | | | | | | Add 0026-RH-fix-mpathpersist-fns.patch Add 0027-RH-default-partition-delimiters.patch * Only use the -p delimiter when the device name ends in a number Add 0028-RH-storagetek-config.patch Add 0029-RH-kpartx-retry.patch * retry delete on busy loop devices Add 0030-RH-early-blacklist.patch * multipath will now blacklist devices by device type and wwid in store_pathinfo, so that it doesn't do a bunch of unnecessary work on paths that it would only be removing later on.
* Install multipathd.service for sysinit.target instead of multi-user.targetPeter Rajnoha2012-11-032-1/+29
|
* Use only Before=lvm2-activation-early.service in multipathd.service.Peter Rajnoha2012-11-021-1/+1
|
* Start multipathd.service systemd unit before LVM units.Peter Rajnoha2012-11-012-1/+17
|
* device-mapper-multipath-0.4.9-35Benjamin Marzinski2012-10-243-1/+176
| | | | | | | Add 0022-RHBZ-864368-disable-libdm-failback.patch * make kpartx and multiapthd disable libdm failback device creation Add 0023-RHBZ-866291-update-documentation.patch Resolves: bz #864368, #866291
* device-mapper-multipath-0.4.9-34Benjamin Marzinski2012-10-232-1/+28
| | | | | Add 0021-RH-fix-oom-adj.patch * don't use OOM_ADJUST_MIN unless you're sure it's defined
* device-mapper-multipath-0.4.9-33Benjamin Marzinski2012-10-235-60/+495
| | | | | | | | | | | | | Modify 0016-RH-retain_hwhandler.patch * Check the dm-multipath module version, and don't enable retain_attached_hw_handler if the kernel doesn't support it Add 0019-RH-detect-prio.patch * add detect_prio option, to make multipath check if the device supports the ALUA prio, before defaulting to the configured prio Remove 0017-RH-netapp_config.patch Add 0020-RH-netapp-config.patch * new netapp config that uses retain_attached_hw_handler and detect_prio to autoconfigure ALUA and non-ALUA devices.
* device-mapper-multipath-0.4.9-32Benjamin Marzinski2012-10-022-9/+36
| | | | | | Modified 0018-RH-remove-config-dups.patch * Made modified config remove original only if the vendor/product exactly match
* device-mapper-multipath-0.4.9-31Benjamin Marzinski2012-09-276-1/+597
| | | | | | | | | | | | | Add 0014-RH-dm_reassign.patch * Fix reassign_maps option Add 0015-RH-selector_change.patch * devices default to using service-time selector Add 0016-RH-retain_hwhandler.patch * add retain_attached_hw_handler option, to let multipath keep an already attached scsi device handler Add 0017-RH-netapp_config.patch Add 0018-RH-remove-config-dups.patch * Clean up duplicates in the devices and blacklist sections
* device-mapper-multipath-0.4.9-30Benjamin Marzinski2012-09-051-12/+7
| | | | Scriptlets replaced with new systemd macros (#850088)
* device-mapper-multipath-0.4.9-29Benjamin Marzinski2012-08-2120-1391/+122
| | | | | | | | | | - Updated to latest upstrem 0.4.9 code: multipath-tools-120821.tgz (git commit id: 050b24b33d3c60e29f7820d2fb75e84a9edde528) * includes 0001-RH-remove_callout.patch, 0002-RH-add-wwids-file.patch, 0003-RH-add-followover.patch, 0004-RH-fix-cciss-names.patch - Add 0013-RH-kpartx-msg.patch - Modify 0002-RH-multipath.rules.patch * removed socket call from rules file
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_RebuildDennis Gilmore2012-07-181-1/+4
|
* Updated to latest upstream 0.4.9 code : multipath-tools-120613.tgzBenjamin Marzinski2012-06-2832-1890/+1533
| | | | | | | | | | | | | | | (git commit id: cb0f7127ba90ab5e8e71fc534a0a16cdbe96a88f) Add 0001-RH-remove_callout.patch * multipath no longer uses the getuid callout. It now gets the wwid from the udev database or the environment variables Add 0004-RH-fix-cciss-names.patch * convert cciss device names from cciss/cXdY to sysfs style cciss!cXdY Split 0009-RH-add-find-multipaths.patch into 0002-RH-add-wwids-file.patch and 0010-RH-add-find-multipaths.patch Add 0016-RH-change-configs.patch * default fast_io_fail to 5 and don't set the path selector in the builtin configs. Resolves: bz #831978
* Merge branch 'f17'Benjamin Marzinski2012-06-053-3/+257
|\
| * device-mapper-multipath-0.4.9-26Benjamin Marzinski2012-05-172-1/+24
| | | | | | | | | | Add 0025-RHBZ-822714-update-nodes.patch Resolves: bz #822714
| * device-mapper-multipath-0.4.9-25Benjamin Marzinski2012-04-302-4/+21
| | | | | | | | | | Modify 0024-RH-libudev-monitor.patch Resolves: bz #805493
| * device-mapper-multipath-0.4.9-24Benjamin Marzinski2012-04-301-3/+7
| | | | | | | | | | Add requirements on libudev to spec file Resolves: bz #805493
| * device-mapper-multipath-0.4.9-23Benjamin Marzinski2012-04-302-1/+211
| | | | | | | | | | Add 0024-RH-libudev-monitor.patch Resolves: BZ #805493
| * Add back missing patchesBenjamin Marzinski2012-02-1013-1/+1169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0012-RH-update-on-show-topology.patch 0013-RH-manpage-update.patch 0014-RH-RHEL5-style-partitions.patch 0015-RH-add-followover.patch 0016-RH-dont-remove-map-on-enomem.patch 0017-RH-fix-shutdown-crash.patch 0018-RH-warn-on-bad-dev-loss-tmo.patch 0019-RH-deprecate-uid-gid-mode.patch 0020-RH-dont-remove-map-twice.patch 0021-RH-validate-guid-partitions.patch 0022-RH-adjust-messages.patch 0023-RH-manpage-update.patch
* | Add back missing patchesBenjamin Marzinski2012-02-1013-1/+1169
|/ | | | | | | | | | | | | | | Add 0012-RH-update-on-show-topology.patch Add 0013-RH-manpage-update.patch Add 0014-RH-RHEL5-style-partitions.patch Add 0015-RH-add-followover.patch Add 0016-RH-dont-remove-map-on-enomem.patch Add 0017-RH-fix-shutdown-crash.patch Add 0018-RH-warn-on-bad-dev-loss-tmo.patch Add 0019-RH-deprecate-uid-gid-mode.patch Add 0020-RH-dont-remove-map-twice.patch Add 0021-RH-validate-guid-partitions.patch Add 0022-RH-adjust-messages.patch Add 0023-RH-manpage-update.patch
* Updated to latest upstream 0.4.9 code : multipath-tools-120123.tgzBenjamin Marzinski2012-01-24114-10768/+1334
| | | | | | | | | | | | | | | (git commit id: 63704387009443bdb37d9deaaafa9ab121d45bfb) Add 0001-RH-fix-async-tur.patch Add 0002-RH-dont_start_with_no_config.patch Add 0003-RH-multipath.rules.patch Add 0004-RH-update-init-script.patch Add 0005-RH-cciss_id.patch Add 0006-RH-Make-build-system-RH-Fedora-friendly.patch Add 0007-RH-multipathd-blacklist-all-by-default.patch Add 0008-RH-add-mpathconf.patch Add 0009-RH-add-find-multipaths.patch Add 0010-RH-check-if-multipath-owns-path.patch Add 0011-RH-add-hp_tur-checker.patch
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_RebuildDennis Gilmore2012-01-121-1/+4
|
* Modify 0103-add-disable-sync-option.patchBenjamin Marzinski2011-09-214-3/+115
| | | | | | | 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
* Rebuilt for rpm bug #728707Kalev Lember2011-08-151-1/+4
|
* Add 0103-add-disable-sync-option.patchBenjamin Marzinski2011-07-192-1/+34
| | | | | * add a -n (nosync) option to multipath. This disables synchronous file creation with udev.
* Modify 0012-RH-udev-sync-support.patchBenjamin Marzinski2011-07-1581-61/+6741
| | | | | | | | | | | | | 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
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_RebuildDennis Gilmore2011-02-081-1/+4
|
* dist-git conversionFedora Release Engineering2010-07-283-22/+0
|
* Modify 0021-RHBZ-548874-add-find-multipaths.patchdevice-mapper-multipath-0_4_9-14_fc14device-mapper-multipath-0_4_9-14_fc13F-13-startF-13-splitBenjamin Marzinski2010-02-162-10/+31
| | | | | fix bug where mpathconf wouldn't create a multpath.conf file unless one already existed.
* Replace 0012-RH-explicitly-disable-dm-udev-sync-support-in-kpartx.patchdevice-mapper-multipath-0_4_9-13_fc13Benjamin Marzinski2010-02-168-68/+914
| | | | | | | | | | | | | | | | 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.
* Refresh 0001-RH-queue-without-daemon.patch Refreshdevice-mapper-multipath-0_4_9-12_fc13Benjamin Marzinski2010-01-2313-77/+1862
| | | | | | | | | | | | | | | | | | | | | 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.
* Fix typo that causes a failure to update the common directory. (relengBill Nottingham2009-11-251-2/+2
| | | | #2781)
* - Add 0002-for-upstream-add-tmo-config-options.patchdevice-mapper-multipath-0_4_9-11_fc13Benjamin Marzinski2009-11-176-10/+1421
| | | | | | | | | Add fail_io_fail_tmo and dev_loss_tmo multipath.conf options - Add 0013-RH-add-weighted_prio-prioritizer.patch - Add 0014-RH-add-hp_tur-checker.patch - Add 0015-RH-add-multipathd-count-paths-cmd.patch - rename multipath.conf.redhat to multipath.conf, and remove the default blacklist
* Revamp package a bitdevice-mapper-multipath-0_4_9-10_fc13Fabio M. Di Nitto2009-10-2732-945/+917
|
* Fixed problem where maps were being added and then removed. Changed thedevice-mapper-multipath-0_4_9-5_fc12F-12-startF-12-splitBenjamin Marzinski2009-08-203-1/+92
| | | | udev rules to fix some issues.
* Fixed build issue on i686 machines.device-mapper-multipath-0_4_9-4_fc12Benjamin Marzinski2009-07-303-33/+40
|