Martin Wilck 2021-05-19 19:42:39 +00:00 committed by Git OBS Bridge
parent a8a3fc0b93
commit 47dce1a26c
2 changed files with 3 additions and 2 deletions

View File

@ -357,6 +357,7 @@ Tue Apr 30 14:48:40 UTC 2019 - mwilck@suse.com
(bsc##1110060, bsc#1110439)
* Improve handling of changed WWIDs and temporary failure
to obtain WWID. Option "disable_changed_wwids" is now ignored.
(bsc#1184260)
* Fixes for PATH_PENDING state handling (bsc#1125043)
* libmultipath: hwtable: add Lenovo DE series (bsc#1125507)

View File

@ -15,8 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
# The test for libmpathvalid fails with -flto=auto. Just disabling
# it for the %check section is not sufficient, unfortunately.
%global _lto_cflags %{nil}
# Whether to build libdmmp
@ -92,6 +91,7 @@ monitors path devices for failure, removal, or addition, and applies
the necessary changes to the multipath maps to ensure continuous
availability of the map devices.
# Currently, it makes no sense to split out libmpathpersist and libmpathcmd
# separately. libmultipath has no stable API at all, and it depends
# on libmpathcmd (to be fixed). libmpathpersist depends on libmultipath