- Update to version 0.7.1+62+suse.7fd2387b:
* Revert "kpartx: use mapname if no uuid is present"
(bsc#1037533, bsc#1033541)
- "no_path_retry" patch series (bsc#1043027)
* libmultipath: load_config: skip setting unnecessary defaults
* libmultipath: add/remove_feature: use const char* for feature
* libmultipath: clarify option conflicts for "features"
* libmultipath: merge_hwe: fix queue_if_no_path logic
* libmultipath: assemble_map: fix queue_if_no_path logic
* multipath.conf.5: document no_path_retry vs. queue_if_no_path
* multipath.conf.5: Remove ??? and other minor fixes
* libmultipath: add deprecated warning for some features settings
- _service: Use "sles12-sp3" branch as revision, as factory
and SLE12-SP3 submissions are in sync. Will be changed when
factory forks off (latest at SLE12-SP3 GA).
OBS-URL: https://build.opensuse.org/request/show/505512
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=126
- Update to version 0.7.1+53+suse.07c2f6ac:
Merged upstream fixes:
* multipath: Merge the DELL MD3xxx device configs
* multipath: fix up position independent code
* libmultipath: fix partition detection
* kpartx: default to running in sync mode
* libmultipath: force udev reloads
* kpartx: only check for 'no_partitions' feature on dm devices
* kpartx: test-kpartx: new unit test program
* kpartx: remove is_loop_device
* kpartx: relax and improve UUID check in dm_compare_uuid
* kpartx: dm_remove_partmaps: support non-dm devices
* kpartx: dm_devn: return error for non-existent device
* kpartx: don't treat multi-linear mappings as partitions
* libmultipath: don't treat multi-linear mappings as partitions
* kpartx: use partition UUID for non-DM devices
* kpartx: use absolute path for regular files
* kpartx: find_loop_by_file: use sysfs
* kpartx: include sys/sysmacros.h
* libmultipath: print.c: make sure lines are 0-terminated
* multipath-tools: fix compilation with gcc < 4.9
* libmultipath: print alias with no_path_retry message
* multipathd: force reload device on all resizes
* libmultipath: refactor calls to get dm device info
* libmultipath: fix suspended devs from failed reloads
* kpartx: fix device checks
* mpath_persist: Don't join threads that don't exist
* multipath-tools: document uid_attribute for NVME devices
* Makefile: Remove assignments to unused variables
OBS-URL: https://build.opensuse.org/request/show/503640
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=122
---------------------------------------------------------------------
- spec file: Disable RADOS support for i586 on Leap 42.x (bsc#1036271)
- spec file: Move libdmmp to /usr/lib[64] (bsc#1036652)
- Update to version 0.7.1+7+suse.3edc5f7d:
* kpartx: use mapname if no uuid is present (bsc#1033541)
* kpartx: relax check when checking for a kpartx device (bsc#1033541)
* libmpathpersist: use extern struct udev (bsc#1027188)
* kpartx: include sys/sysmacros.h (fix compilation warning)
- Update to upstream version 0.7.1:
* multipath-tools: improve processing efficiency for addition and deletion of multipath devices
* uevent_can_discard: optimize devpath check
* multipathd: fix SIGUSR2 handling
* multipath-tools: clean up libdmmp/Makefile
* multipath-tools: libdmmp: Fix incorrect use of __attribute__
* multipath-tools: Remove trailing whitespaces
* multipath-tools: add missing "-l" flag for pthread in libdmmp/Makefile
* multipath-tools: build objects for libdmmp and libmpathpersist independently
* libdmmp: minor Makefile cleanup
* multipath-tools: remove incdir from Makefiles
* libdmmp: don't disconnect from multipathd twice
* multipathd: don't call strlen on NULL variables
* libdmmp: move libdmmp.pc install location
* multipathd: drop lock before calling uev_add_path
* multipathd: allow devices to switch from RW to RO
* libmultipath: don't set max_sectors_kb on reloads
* Remove a trailing tab
* multipath: fix segfault with disable_changed_wwids
* multipath-tools: amend text from multipath/multipath.conf.5
* Bump the version code and date
* multipath-tools: replace multipath configuration output
OBS-URL: https://build.opensuse.org/request/show/491762
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=120
- Update to version 0.6.4+103+suse.bcb5d0f4:
* changed to official github repo openSUSE/multipath-tools
(no changes code-wise)
- Spec file: Added dependency on sg3_utils (#boo1028857)
- spec file changes: optional librados and libdmmp support
* enabled by default on Factory and Leap
(disable with --without-rados, --without-libdmmp)
* disabled by default on SLES12
(enable with --with-rados, --with-libdmmp)
* libdmmp0_1_0 and libdmmp-devel as separate packages
* minor fixes for RPMLINT warnings
- Update to version 0.6.4+102.0119472d:
* rebased, code-wise identical to previous checkout
- Update to version 0.6.4+102.df7d367e:
* libmultipath/propsel: Do not select sysfs prioritizer for RDAC arrays
(bsc#1004858)
- Update to version 0.6.4+101.f01ef4da (SLES12 SP2 changes wrt upstream):
* Make libdmmp build optional
* multipath.rules: use -i flag to multipath
* kpartx: create symlinks for dmraid devices
* kpartx: Add udev compability rules for SUSE
* libmultipath/checkers: make RADOS checker optional
* multipathd: fixup check for new path states (bsc#1019798)
* tur: Add pthread_testcancel() (bsc#101979)
* kpartx: sanitize delete partitions (bsc#100869)
* libmultipath: coalesce_paths: trigger uevent if nothing done
OBS-URL: https://build.opensuse.org/request/show/478509
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=114
- Include fixes from upstream:
* memory leak in orphan_paths
* More hardware table cleanups
* Add 'serial' keyword to weightedpath prioritizer
- Set timeout for CLI commands correctly (bsc#990265)
- Start daemon after udev trigger (bsc#991742,bsc#986734,bsc#990538)
- multipathd.service: Fixup Wants= and Before= statements
(bsc#991742, bsc#986734)
- Include patches from upstream:
* Cleanup hardware tables by removing default entries
* More formatting fixes
* Order keywords in multipath.conf.5
* Change default pgpolicy from 'failover' to 'group_by_prio'
* kpartx: Fix check whether to detach a loop device
* Fix partly traversed loop in coalesce_paths()
* Fix memory leak in reconfigure()
* Cleanup include header files
* Bump version code to 0.6.2
- Fix multipath -l <devmap> without output (bsc#990480)
- Fix spelling in a log message
- Fix type of rcu_unregister()
- Do not perform POSIX mutex operations inside a signal handler
- Ensure that signals are delivered to the uxsock thread
- Fix memory leak in path group policies
- Update tarball to 0.6.2+suse20160728.d96f423
OBS-URL: https://build.opensuse.org/request/show/417043
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=102