forked from pool/multipath-tools
Accepting request 516240 from Base:System
- Update to version 0.7.2+11+suse.448921a2: * multipath.conf.5: document no_partitions compat support * libmultipath: fixup compat support for 'features "1 no_partitions"' - Dropped 67-kpartx-compat.rules (SUSE legacy). * symlinks "/dev/mapper/${UUID}_part${X}" are not created any more, only "/dev/mapper/${UUID}-part${X}" (with "minus") - Dropped automatic kpartx invocation on dmraid devices (fate#323743) - Rebase to upstream multipath-tools 0.7.2: - Update to version 0.7.2+8+suse.95e8f43e: (forwarded request 516239 from mwilck) OBS-URL: https://build.opensuse.org/request/show/516240 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/multipath-tools?expand=0&rev=89
This commit is contained in:
commit
69fe741106
3
_service
3
_service
@ -5,7 +5,8 @@
|
||||
<param name="subdir"></param>
|
||||
<param name="filename">multipath-tools</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@+suse.%h</param>
|
||||
<param name="revision">sles12-sp3</param>
|
||||
<param name="revision">factory</param>
|
||||
<param name="match-tag">0.[0-9].[0-9]</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
||||
<param name="changesrevision">62a2c36e5565adb1b3637237b3866cfcacf3f31d</param></service></servicedata>
|
||||
<param name="changesrevision">448921a22a6ecba055562399b5ec3cf6ddade572</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ab01ed22c323a3abc5b4396a950da8c1cb0dc13a6c4fe08ff11c016f1299028
|
||||
size 255776
|
3
multipath-tools-0.7.2+11+suse.448921a2.tar.xz
Normal file
3
multipath-tools-0.7.2+11+suse.448921a2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da7fb19e15f72e15db7066cce2ba90da3a0ae77c6b3806b8de11396643ab4f5e
|
||||
size 257772
|
@ -1,3 +1,65 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 21:41:43 UTC 2017 - mwilck@suse.com
|
||||
|
||||
- Update to version 0.7.2+11+suse.448921a2:
|
||||
* multipath.conf.5: document no_partitions compat support
|
||||
* libmultipath: fixup compat support for 'features "1 no_partitions"'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 12:40:17 UTC 2017 - mwilck@suse.com
|
||||
|
||||
- Dropped 67-kpartx-compat.rules (SUSE legacy).
|
||||
* symlinks "/dev/mapper/${UUID}_part${X}" are not created any more,
|
||||
only "/dev/mapper/${UUID}-part${X}" (with "minus")
|
||||
- Dropped automatic kpartx invocation on dmraid devices (fate#323743)
|
||||
- Rebase to upstream multipath-tools 0.7.2:
|
||||
* libmultipath: retain_attached_hw_handler obsolete with 4.3+
|
||||
* multipath-tools: move up TEMPLATE in hwtable
|
||||
* multipath-tools: delete libdmmp/docs/man directory in make clean
|
||||
* libmultipath: fix unit to seconds in log message for checker timeout
|
||||
* multipath-tools: add HPE StoreVirtual 3200 family to hwtable
|
||||
* multipath-tools: add HPE MSA 2050/2052 to hwtable
|
||||
* multipath-tools: add/change fujitsu arrays
|
||||
* multipath-tools: check sysfs path state for NVMe/NVMf
|
||||
* multipath-tools: sync third-party headers with 3.13 upstream
|
||||
* multipath-tools: beautify path_latency.c code
|
||||
* multipath-tools: fix format in multipath.conf.5
|
||||
* libmultipath: update 3PARdata builtin config
|
||||
* Bump version to 0.7.2
|
||||
- Update to version 0.7.2+8+suse.95e8f43e:
|
||||
* libmultipath: don't try to set hwhandler if it is retained
|
||||
(bsc#1037533)
|
||||
* libmultipath: don't [un]set queue_if_no_path after domap
|
||||
* kpartx/devmapper.h: remove dm_no_partitions
|
||||
* libmultipath: compat support for 'features "1 no_partitions"'
|
||||
(fate#323406)
|
||||
* kpartx.rules: respect DM_UDEV_LOW_PRIORITY_FLAG
|
||||
(bsc#1047180)
|
||||
* kpartx.rules: Use DM_ACTIVATION as condition (fate#323406)
|
||||
* kpartx.rules: skip creating by-uuid and by-label links
|
||||
(fate#32340)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 20 08:01:22 UTC 2017 - mwilck@suse.com
|
||||
|
||||
- Update to version 0.7.1+69+suse.3bfa5af1:
|
||||
* Merge branch 'sles12-sp3-fixes' into sles12-sp3
|
||||
* libmultipath: get_udev_uid: make sure pp->wwid is 0-terminated
|
||||
(bsc#1048146)
|
||||
* libmultipath: drop uevent_can_discard_by_devpath (bsc#1048052)
|
||||
* libmultipath: only listen for uevents with DEVTYPE=disk
|
||||
(bsc#1048052)
|
||||
* libmultipath: fix over-long NVME WWIDs
|
||||
(bsc#1048146)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 27 18:28:05 UTC 2017 - mwilck@suse.com
|
||||
|
||||
- Update to version 0.7.1+64+suse.aabe8c87:
|
||||
* Updated "no_path_retry" patchset to v4 (minor change)
|
||||
* kpartx.rules: Fix syntax error in skip_kpartx code (bsc#1046092)
|
||||
- _service: use "match-tag" to refer only to offical tags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 21 20:41:18 UTC 2017 - mwilck@suse.com
|
||||
|
||||
|
@ -89,7 +89,7 @@
|
||||
|
||||
Name: multipath-tools
|
||||
Url: http://christophe.varoqui.free.fr/
|
||||
Version: 0.7.1+62+suse.62a2c36e
|
||||
Version: 0.7.2+11+suse.448921a2
|
||||
Release: 0
|
||||
Summary: Tools to Manage Multipathed Devices with the device-mapper
|
||||
License: GPL-2.0
|
||||
@ -227,7 +227,6 @@ exit 0
|
||||
%doc COPYING README
|
||||
%{_udevrulesdir}/11-dm-mpath.rules
|
||||
%{_udevrulesdir}/56-multipath.rules
|
||||
%{_udevrulesdir}/67-kpartx-compat.rules
|
||||
/%{_lib}/libmultipath.so.0
|
||||
/%{_lib}/libmpathcmd.so.0
|
||||
/%{_lib}/libmpathpersist.so.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user