From 7cf3cfdf7de4d9d8c633129875bae783ea8f46b3bce5558d85a34c610bfb6477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 19 May 2014 21:42:34 +0000 Subject: [PATCH 1/2] Accepting request 234329 from home:hreinecke:branches:Base:System - Fix segfault when fast_io_fail_tmo is empty in config file - Crafted ordering of child paths for round robin path selector (bnc#870465) - multipath: enable sync support (bnc#872297) - Whitelist devices in multipath.rules (bnc#877281) OBS-URL: https://build.opensuse.org/request/show/234329 OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=62 --- multipath-tools-0.5.0-sles12.diff.bz2 | 4 ++-- multipath-tools.changes | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/multipath-tools-0.5.0-sles12.diff.bz2 b/multipath-tools-0.5.0-sles12.diff.bz2 index c6108d1..f414ce7 100644 --- a/multipath-tools-0.5.0-sles12.diff.bz2 +++ b/multipath-tools-0.5.0-sles12.diff.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ce8681e4124a3ffe20e043d268e357370cb369365c5fb79bf8054db2a0f722f -size 24756 +oid sha256:39f5bccd13825b120d2e16f4e9a390e37cff31f484a925d757a76b01298b8a6d +size 27554 diff --git a/multipath-tools.changes b/multipath-tools.changes index 9dc22a8..8ddf701 100644 --- a/multipath-tools.changes +++ b/multipath-tools.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri May 16 10:26:03 CEST 2014 - hare@suse.de + +- Fix segfault when fast_io_fail_tmo is empty in config file +- Crafted ordering of child paths for round robin path selector + (bnc#870465) +- multipath: enable sync support (bnc#872297) +- Whitelist devices in multipath.rules (bnc#877281) + ------------------------------------------------------------------- Fri Apr 11 12:23:29 CEST 2014 - hare@suse.de From 02cd93cb5e6f2302582bfad1c3960e1b8112be6b641717895dcfd42aff5785d6 Mon Sep 17 00:00:00 2001 From: Robert Milasan Date: Wed, 21 May 2014 09:21:37 +0000 Subject: [PATCH 2/2] Accepting request 234822 from home:hreinecke:branches:Base:System - Fix race condition with systemd (bnc#878809) OBS-URL: https://build.opensuse.org/request/show/234822 OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=63 --- multipath-tools-0.5.0-sles12.diff.bz2 | 4 ++-- multipath-tools.changes | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/multipath-tools-0.5.0-sles12.diff.bz2 b/multipath-tools-0.5.0-sles12.diff.bz2 index f414ce7..b0b5438 100644 --- a/multipath-tools-0.5.0-sles12.diff.bz2 +++ b/multipath-tools-0.5.0-sles12.diff.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39f5bccd13825b120d2e16f4e9a390e37cff31f484a925d757a76b01298b8a6d -size 27554 +oid sha256:38438e26840c972ca96b35794d61c82f384294e1bbc828b6bc118d2c2dcc15c2 +size 27610 diff --git a/multipath-tools.changes b/multipath-tools.changes index 8ddf701..0ad5e95 100644 --- a/multipath-tools.changes +++ b/multipath-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 20 12:36:57 CEST 2014 - hare@suse.de + +- Fix race condition with systemd (bnc#878809) + ------------------------------------------------------------------- Fri May 16 10:26:03 CEST 2014 - hare@suse.de