1
0

- Update to version 0.9.8+88+suse.d504d83:

* Revert "libmultipath: fix max_sectors_kb on adding path"
  (bsc#1222458)

OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=340
This commit is contained in:
Martin Wilck 2024-06-26 11:09:09 +00:00 committed by Git OBS Bridge
parent ffcabc7377
commit 03a4be1058
3 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:03d88f7c26f6375662fc7a25c5532794294fe5cc5b94c5b4c4834851bcac5cf6 oid sha256:8578cded0e897bbbe619b674cacae62dddb706636470af1fbfff3dd77ef863b4
size 2893836 size 2893836

View File

@ -11,8 +11,6 @@ Tue Jun 25 13:19:58 UTC 2024 - Martin Wilck <mwilck@suse.com>
can now be configured in multipathd.service using "LimitRTPRIO=" can now be configured in multipathd.service using "LimitRTPRIO="
* Set max_sectors_kb only on map creation, or when a new path * Set max_sectors_kb only on map creation, or when a new path
is added, to avoid IO errors is added, to avoid IO errors
* Revert "libmultipath: fix max_sectors_kb on adding path"
(bsc#1222458)
* The configuration option "flush_on_last_del" now takes the * The configuration option "flush_on_last_del" now takes the
values "always" (="yes"), "unused" (="no"), and "never". "yes" values "always" (="yes"), "unused" (="no"), and "never". "yes"
and "no" are still supported and "no" are still supported
@ -24,6 +22,13 @@ Tue Jun 25 13:19:58 UTC 2024 - Martin Wilck <mwilck@suse.com>
not function anyway. not function anyway.
* Fix map failure count for no_path_retry > 0 * Fix map failure count for no_path_retry > 0
-------------------------------------------------------------------
Thu Apr 11 15:22:02 UTC 2024 - Martin Wilck <mwilck@suse.com>
- Update to version 0.9.8+88+suse.d504d83:
* Revert "libmultipath: fix max_sectors_kb on adding path"
(bsc#1222458)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 5 20:19:12 UTC 2024 - Martin Wilck <mwilck@suse.com> Tue Mar 5 20:19:12 UTC 2024 - Martin Wilck <mwilck@suse.com>

View File

@ -169,11 +169,9 @@ cp %{SOURCE4} .
%{make_build} OPTFLAGS="%{mp_optflags}" %{dirflags} %{makeflags} V=1 %{make_build} OPTFLAGS="%{mp_optflags}" %{dirflags} %{makeflags} V=1
%if 0%{?with_check} == 1 %if 0%{?with_check} == 1
%ifnarch armv7l
%check %check
%{make_build} OPTFLAGS="%{mp_optflags}" %{dirflags} %{makeflags} V=1 test %{make_build} OPTFLAGS="%{mp_optflags}" %{dirflags} %{makeflags} V=1 test
%endif %endif
%endif
%install %install
%make_install %{dirflags} %{makeflags} V=1 %make_install %{dirflags} %{makeflags} V=1