From 8b1ddb6695bdd3e88e2b42123f9f47d36972117289888b18890ec707d2582c16 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 21 Dec 2011 08:59:54 +0000 Subject: [PATCH] Accepting request 96973 from Base:System - update to 8.3.11 (bnc#734432) (forwarded request 96823 from tserong) OBS-URL: https://build.opensuse.org/request/show/96973 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/drbd?expand=0&rev=37 --- drbd-8.3.10.tar.bz2 | 3 --- drbd-8.3.11.tar.bz2 | 3 +++ drbd.changes | 24 ++++++++++++++++++++++++ drbd.spec | 14 +++++++------- 4 files changed, 34 insertions(+), 10 deletions(-) delete mode 100644 drbd-8.3.10.tar.bz2 create mode 100644 drbd-8.3.11.tar.bz2 diff --git a/drbd-8.3.10.tar.bz2 b/drbd-8.3.10.tar.bz2 deleted file mode 100644 index 4546acd..0000000 --- a/drbd-8.3.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3aa503d15eabbd95f8054114d8a57bf1e2c40a84ca73940c0062d753e97b985e -size 418625 diff --git a/drbd-8.3.11.tar.bz2 b/drbd-8.3.11.tar.bz2 new file mode 100644 index 0000000..335545d --- /dev/null +++ b/drbd-8.3.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b4d466d1af070f3960eddf0c824d91002da7e006e9168c53d2640db22e3897 +size 420230 diff --git a/drbd.changes b/drbd.changes index 9f079a7..9178775 100644 --- a/drbd.changes +++ b/drbd.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Dec 16 03:45:16 UTC 2011 - tserong@suse.com + +- update to 8.3.11 + * Added missing spinlock in compressed bitmap receive (regression introduced + in 8.3.10, could lead to "negative" out-of-sync stats and non-terminating + resync when "use-rle" is enabled) + * Fixed handling of read errors during online verify runs + * Fixes for possible distributed deadlocks during online verify and + checksum based resync processes + * Fixed handling of IO errors with an on-io-error=pass-on policy; the + disk state goes to inconsistent + * Fixed the behavior in case ping-timeout and ping-int are set to the + same value + * Fix for connecting on high latency network links + * Fixed wrong connection drops ("PingAck did not arrive in time") with + asymmetrically congested networks + * Fixed state transitions if fence-peer handler returns after connection was + established again + * Fixes to drbdmeta and drbdsetup for the > 16TByte support + * Made negotiation of max_bio_size conservative instead of optimistic + * Network timeouts for mirrored write requests are now always enforced, + no longer only when the socket is congested + ------------------------------------------------------------------- Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de diff --git a/drbd.spec b/drbd.spec index 5449f90..aa0565c 100644 --- a/drbd.spec +++ b/drbd.spec @@ -15,17 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: drbd -BuildRequires: bison flex udev +BuildRequires: bison +BuildRequires: flex +BuildRequires: udev Summary: Distributed Replicated Block Device -Version: 8.3.10 -Release: 1 -Source: %{name}-%{version}.tar.bz2 -Patch1: init-script-fixes.diff License: GPL-2.0+ Group: Productivity/Clustering/HA +Version: 8.3.11 +Release: 0 +Source: %{name}-%{version}.tar.bz2 +Patch1: init-script-fixes.diff Provides: drbdsetup drbd-control Url: http://www.drbd.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build