Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: device-mapper-multipath-libs | Distribution: Fedora Project |
Version: 0.8.4 | Vendor: Fedora Project |
Release: 7.fc33 | Build date: Sun Sep 27 08:18:00 2020 |
Group: Unspecified | Build host: buildvm-x86-11.iad2.fedoraproject.org |
Size: 889422 | Source RPM: device-mapper-multipath-0.8.4-7.fc33.src.rpm |
Packager: Fedora Project | |
Url: http://christophe.varoqui.free.fr/ | |
Summary: The device-mapper-multipath modules and shared library |
The device-mapper-multipath-libs provides the path checker and prioritizer modules. It also contains the libmpathpersist and libmpathcmd shared libraries, as well as multipath's internal library, libmultipath.
GPLv2 and LGPLv2+
* Sun Sep 27 2020 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.4-7 - Add 0073-libmultipath-util-constify-function-arguments.patch - Add 0074-libmultipath-constify-file-argument-in-config-parser.patch - Add 0075-libmultipath-provide-defaults-for-get-put-_multipath.patch - Add 0076-libmpathpersist-allow-using-libmultipath-get-put-_mu.patch - Add 0077-multipath-use-get_put-_multipath_config-from-libmult.patch - Add 0078-mpathpersist-use-get-put-_multipath_config-from-libm.patch - Add 0079-libmultipath-add-udev-and-logsink-symbols.patch - Add 0080-multipath-remove-logsink-and-udev.patch - Add 0081-libmpathpersist-call-libmultipath_-init-exit.patch - Add 0082-mpathpersist-remove-logsink-and-udev.patch - Add 0083-multipathd-remove-logsink-and-udev.patch * Pull in upsteam library changes - Add 0084-libmpathvalid-use-default-_multipath_config-udev-and.patch - Add 0085-Revert-libmultipath-add-ignore_udev_uid-option.patch - Add 0086-libmultipath-change-log-level-for-null-uid_attribute.patch - Add 0087-libmultipath-orphan_paths-avoid-BUG-message.patch * update libmpathvalid to use upstream library changes. changes submitted upstream * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 21 2020 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.4-5 - Update CI tests to match RHEL * This commit also pulls in changes from Lin Li <lilin@redhat.com> and Bruno Goncalves <bgoncalv@redhat.com> * Tue Jul 21 2020 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.4-4 - Rebased on top of additional commits staged for upstream * Previous patches 0048-0060 are now patches 0053-0054 & 0059-0069 - Add 0048-libmultipath-add-device-to-hwtable.c.patch - Add 0049-master-libmultipath-fix-use-after-free-when-iscsi-lo.patch - Add 0050-libmultipath-warn-if-freeing-path-that-holds-mpp-hwe.patch - Add 0051-libmultipath-warn-about-NULL-value-of-mpp-hwe.patch - Add 0052-libmultipath-fix-mpp-hwe-handling-in-sync_paths.patch - Add 0055-libmultipath-remove-code-duplication-in-path-countin.patch - Add 0056-libmultipath-count-pending-paths-as-active-on-loads.patch - Add 0057-libmultipath-deal-with-flushing-no-maps.patch - Add 0058-multipath-deal-with-delegation-failures-correctly.patch - Add 0070-multipath-add-libmpathvalid-library.patch * adds the libmpathvalid.so library to determine if devices are valid multipath paths. - Add 0071-libmultipath-add-uid-failback-for-dasd-devices.patch - Add 0072-libmultipath-add-ignore_udev_uid-option.patch * Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 0.8.4-3 - Use make macros - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro * Wed Jul 08 2020 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.4-2 - Rebased on top of Martin Wilck's queue of ACKed upstream commits * https://github.com/openSUSE/multipath-tools/tree/upstream-queue * All previous patches have been reordered, with the exception of 0011-libdmmp-Add-support-for-upcoming-json-c-0.14.0.patch which has been replaced with 0029-fix-boolean-value-with-json-c-0.14.patch - Modify 0054-RH-add-mpathconf.patch * remove default enable_foreign and property blacklist_exceptions settings, and deal with the builtin default change from 0031-libmultipath-set-enable_foreign-to-NONE-by-default.patch. Fixes bz #1853668 - Add 0048-Makefile.inc-trim-extra-information-from-systemd-ver.patch - Add 0049-kpartx-fix-Wsign-compare-error.patch * The above two patches have been submitted upstream * Fri May 29 2020 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.4-1 - Update Source to upstream version 0.8.4 * Previoud patches 0001-0020 & 0031 are included in this commit - Rename files * Previous patches 0021-0032 are now patches 0012-0022 - Add 0001-libmultipath-assign-variable-to-make-gcc-happy.patch - Add 0002-libmutipath-don-t-close-fd-on-dm_lib_release.patch - Add 0003-libmultipath-allow-force-reload-with-no-active-paths.patch - Add 0004-libmpathpersist-depend-on-libmultipath.patch - Add 0005-multipath-tools-Makefile-more-dependency-fixes-for-p.patch - Add 0006-multipath-tools-Makefile.inc-set-Wno-error-clobbered.patch - Add 0007-libmultipath-discovery.c-use-z-qualifier-for-size_t.patch - Add 0008-libmultipath-eliminate-more-signed-unsigned-comparis.patch - Add 0009-libmultipath-set_uint-fix-parsing-for-32bit.patch - Add 0010-multipath-tools-Makefile-add-install-dependency.patch - Add 0012-libmultipath-fix-condlog-NULL-argument-in-uevent_get.patch - Add 0023-RH-work-around-gcc-10-format-truncation-issue.patch * The above 10 patches have been submitted upstream * Tue Apr 21 2020 Björn Esser <besser82@fedoraproject.org> - 0.8.2-6 - Rebuild (json-c) * Mon Apr 13 2020 Björn Esser <besser82@fedoraproject.org> - 0.8.2-5 - Add 0032-add-support-for-upcoming-json-c-0.14.0.patch * Mon Apr 13 2020 Björn Esser <besser82@fedoraproject.org> - 0.8.2-4 - Fix macro escaping in %changelog * Wed Feb 12 2020 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.2-3 - Add 0031-multipath-fix-issues-found-by-compiling-with-gcc-10.patch * Patch submitted upstream - Resolves bz #1799276 * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Sep 11 2019 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.2-1 - Update Source to upstream version 0.8.2 * Previoud patches 0001-0017 & 0027 are included in this commit - Rename files * Previous patches 0018-0026 & 0028 are not patches 0021-0030 - Add 0001-libmultipath-make-vector_foreach_slot_backwards-work.patch - Add 0002-libmultipath-add-marginal-paths-and-groups-infrastru.patch - Add 0003-tests-add-path-grouping-policy-unit-tests.patch - Add 0004-libmultipath-add-wrapper-function-around-pgpolicyfn.patch - Add 0005-tests-update-pgpolicy-tests-to-work-with-group_paths.patch - Add 0006-libmultipath-fix-double-free-in-pgpolicyfn-error-pat.patch - Add 0007-libmultipath-consolidate-group_by_-functions.patch - Add 0008-libmultipath-make-pgpolicyfn-take-a-paths-vector.patch - Add 0009-libmultipath-make-group_paths-handle-marginal-paths.patch - Add 0010-tests-add-tests-for-grouping-marginal-paths.patch - Add 0011-libmultipath-add-marginal_pathgroups-config-option.patch - Add 0012-libmutipath-deprecate-delay_-_checks.patch - Add 0013-multipathd-use-marginal_pathgroups.patch - Add 0014-multipath-update-man-pages.patch * The above 13 patches add the marinal_pathgroups option - Add 0015-multipath.conf-add-enable_foreign-parameter.patch - Add 0016-multipath.conf.5-document-foreign-library-support.patch * The above 2 patches add the enable_foreign option - Add 0017-mpathpersist-remove-broken-unused-code.patch - Add 0018-libmultipath-EMC-PowerMax-NVMe-device-config.patch - Add 0019-mpathpersist-fix-leaks.patch - Add 0020-libmultipath-fix-mpcontext-initialization.patch * The above 20 patches have been submitted upstream * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Apr 12 2019 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.0-2 - Add 0028-RH-attempt-to-get-ANA-info-via-sysfs-first.patch * try to get ANA state from sysfs first, with the ioctl as a fallback * Thu Apr 04 2019 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.0-1 - Update Source to upstream version 0.8.0 * Previous patches 0006 & 0007 are included in this commit - Rename files * Previous patches 0008-0016 & 0100 are now patches 0018-0027 - Add 0006-multipathd-Fix-miscounting-active-paths.patch - Add 0007-multipathd-ignore-failed-wwid-recheck.patch * multipathd will no longer disable paths if it is unable to get their wwid on a change event - Add 0008-libmutipath-continue-to-use-old-state-on-PATH_PENDIN.patch - Add 0009-multipathd-use-update_path_groups-instead-of-reload_.patch - Add 0010-multipath.conf-add-missing-options-to-man-page.patch - Add 0011-libmultipath-add-get_uid-fallback-code-for-NVMe-devi.patch - Add 0012-libmulitpath-cleanup-uid_fallback-code.patch - Add 0013-multipathd-handle-changed-wwids-by-removal-and-addit.patch * if a path device changes wwid, it will now be removed and re-added to the correct multipath device. - Add 0014-multipathd-remove-wwid_changed-path-attribute.patch - Add 0015-multipathd-ignore-disable_changed_wwids.patch - Add 0016-multipathd-Don-t-use-fallback-code-after-getting-wwi.patch - Add 0017-libmultipath-silence-dm_is_mpath-error-messages.patch * The above 12 patches have been submitted upstream * Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.9-6.git2df6110 - Rebuild for readline 8.0 * Thu Jan 31 2019 Benjamin Marzinski <bmarzins@redhat.com> - 0.7.9-5.git2df6110 - Rename files * Previous patch 0006-0014 are now patches 0008-0016 - Add 0006-multipathd-avoid-null-pointer-dereference-in-LOG_MSG.patch - Add 0007-multipath-blacklist-zram-devices.patch * The above 2 patches have been submitted upstream - Resolves: bz #1672761 * Thu Jan 31 2019 Benjamin Marzinski <bmarzins@redhat.com> - 0.7.9-4.git2df6110 - Update Source to latest upstream commit * previous patch 0001-libmultipath-dm_is_mpath-cleanup.patch is included in this commit - Rename files * Previous patches 0002-0009 are now patches 0006-0013 - Add 0001-BZ-1668693-disable-user_friendly_names-for-NetApp.patch - Add 0002-libmultipath-handle-existing-paths-in-marginal_path-.patch - Add 0003-multipathd-cleanup-marginal-paths-checking-timers.patch - Add 0004-libmultipath-fix-marginal-paths-queueing-errors.patch - Add 0005-libmultipath-fix-marginal_paths-nr_active-check.patch * The above 5 patches have been submitted upstream - Add 0014-RH-Fix-nvme-compilation-warning.patch * This change is only necessary because of Red Hat compilation differences. * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.9-3.git17a6101 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Jan 15 2019 Benjamin Marzinski <bmarzins@redhat.com> 0.7.9-2.git17a6101 - Update Source to latest upstream commit * Previous patches 0001-0003 are included in this version - Rename files * Previous patches 0004-0011 are now patches 0002-0009 - Add 0001-libmultipath-dm_is_mpath-cleanup.patch * This patch has been submitted upstream * Mon Dec 03 2018 Benjamin Marzinski <bmarzins@redhat.com> 0.7.9-1 - Update Source to upstream version 0.7.9 * Previous patches 0001-0006 are included in this version - Rename files * Previous patches 0007-0014 are now patches 0004-0011 - Add 0001-multipathd-fix-mpp-hwe-handling-when-paths-are-freed.patch - Add 0002-libmultipath-cleanup-pthread_cleanup_pop-call.patch - Add 0003-libmultipath-fix-false-removes-in-dmevents-polling-c.patch * The above 3 patches have been submitted upstream * Wed Oct 10 2018 Benjamin Marzinski <bmarzins@redhat.com> 0.7.8-1 - Update Source to upstream version 0.7.8 * Previous patches 0001-0020 are included in this version - Rename files * Previous patches 0021-0025 are now patches 0001-0005 * Previous patches 0026-0033 are now patches 0007-0014 - Add 0006-libmultipath-timeout-on-unresponsive-tur-thread.patch * has been submitted upstream * Tue Oct 09 2018 Benjamin Marzinski <bmarzins@redhat.com> 0.7.7-7.gitb80318b - Update Source to latest upstream commit - Rename files * Previous patches 0001-0020 are now patches 0002-0021 * Previous patches 0021-0028 are now patches 0026-0033 - Add 0001-kpartx-Use-absolute-paths-to-create-mappings.patch - Add 0022-multipathd-check-for-NULL-udevice-in-cli_add_path.patch - Add 0023-libmultipath-remove-max_fds-code-duplication.patch - Add 0024-multipathd-set-return-code-for-multipathd-commands.patch - Add 0025-mpathpersist-fix-registration-rollback-issue.patch * The above 5 patches have been submitted upstream
/usr/lib/.build-id /usr/lib/.build-id/22 /usr/lib/.build-id/22/70272f04f08a1998b230e11c97eeb0a93dc1c2 /usr/lib/.build-id/28 /usr/lib/.build-id/28/1369989b248978fc21cf7e5ab8d843ff598815 /usr/lib/.build-id/2e /usr/lib/.build-id/2e/a639bf05648cb35bc54bbc9a5d78a211ce1b3f /usr/lib/.build-id/2f /usr/lib/.build-id/2f/deef5527217caab84d41ed22f04d7f412e7467 /usr/lib/.build-id/3b /usr/lib/.build-id/3b/011e10a76932118c6a140de92902d1a2703607 /usr/lib/.build-id/3b/39e08e83a62c8e689580c3e5363ecb58212db0 /usr/lib/.build-id/3c /usr/lib/.build-id/3c/d37434d9ad963c3b55b934dd4211fa1b0f1cc2 /usr/lib/.build-id/41 /usr/lib/.build-id/41/2cce08ca3f1b400e59d1f27394fa7911c30260 /usr/lib/.build-id/53 /usr/lib/.build-id/53/c1750b7492a1e91da36f5f0c9145e81eb829b3 /usr/lib/.build-id/58 /usr/lib/.build-id/58/17379d424101f9caf0d183517c4e600f14b236 /usr/lib/.build-id/58/cb9e7804b037b739a823008cd2d92c4c65d5a4 /usr/lib/.build-id/61/961a097b03dc11d4c826058175c5306fa7a61b /usr/lib/.build-id/63 /usr/lib/.build-id/63/ec09fe931092c7c0867b04307f6c561281600c /usr/lib/.build-id/70 /usr/lib/.build-id/70/96591a3574c7a0f306b883a7500c3499e313af /usr/lib/.build-id/71 /usr/lib/.build-id/71/bea15614e68e315c0e7f0b90b84d662a42fa23 /usr/lib/.build-id/84 /usr/lib/.build-id/84/06b76c3f8e87c490d9a804738d44a42e09d740 /usr/lib/.build-id/85 /usr/lib/.build-id/85/2c0c404923430451e4cf3838f15cc4d3f8ec0e /usr/lib/.build-id/85/f7011fd9945c4f9029700e10c0634f95b8e818 /usr/lib/.build-id/92 /usr/lib/.build-id/92/8cd5d495298d8ee252f71abf6e7c6d8c05f424 /usr/lib/.build-id/97 /usr/lib/.build-id/97/d5fcea567d15391a93532a6ba7d5d7749f5f02 /usr/lib/.build-id/a7 /usr/lib/.build-id/a7/28e3281106d550254e836bfcdd3efc0e99af48 /usr/lib/.build-id/d6 /usr/lib/.build-id/d6/420b1f520ef8c2c719211e4b53d7b2d49a5f20 /usr/lib/.build-id/dc /usr/lib/.build-id/dc/ada8e500e5a320e26921b545fed503534e5a6e /usr/lib/.build-id/dd /usr/lib/.build-id/dd/21bda3239a9960352e2f25f8938ba72f5eb3f6 /usr/lib/.build-id/de /usr/lib/.build-id/de/bfb5c079f8becf60b5960fc347f5fd15eb9415 /usr/lib/.build-id/e1 /usr/lib/.build-id/e1/89eacd0c8a233d226d9ea24ff5db03c0a4a9d4 /usr/lib64/libmpathcmd.so.0 /usr/lib64/libmpathpersist.so.0 /usr/lib64/libmpathvalid.so.0 /usr/lib64/libmultipath.so /usr/lib64/libmultipath.so.0 /usr/lib64/multipath /usr/lib64/multipath/libcheckcciss_tur.so /usr/lib64/multipath/libcheckdirectio.so /usr/lib64/multipath/libcheckemc_clariion.so /usr/lib64/multipath/libcheckhp_sw.so /usr/lib64/multipath/libcheckrdac.so /usr/lib64/multipath/libcheckreadsector0.so /usr/lib64/multipath/libchecktur.so /usr/lib64/multipath/libforeign-nvme.so /usr/lib64/multipath/libprioalua.so /usr/lib64/multipath/libprioana.so /usr/lib64/multipath/libprioconst.so /usr/lib64/multipath/libpriodatacore.so /usr/lib64/multipath/libprioemc.so /usr/lib64/multipath/libpriohds.so /usr/lib64/multipath/libpriohp_sw.so /usr/lib64/multipath/libprioiet.so /usr/lib64/multipath/libprioontap.so /usr/lib64/multipath/libpriopath_latency.so /usr/lib64/multipath/libpriorandom.so /usr/lib64/multipath/libpriordac.so /usr/lib64/multipath/libpriosysfs.so /usr/lib64/multipath/libprioweightedpath.so /usr/share/doc/device-mapper-multipath-libs /usr/share/doc/device-mapper-multipath-libs/README /usr/share/licenses/device-mapper-multipath-libs /usr/share/licenses/device-mapper-multipath-libs/GPL-2.0 /usr/share/licenses/device-mapper-multipath-libs/LGPL-2.0
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 9 16:40:04 2022