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
This commit is contained in:
parent
4bb004e99c
commit
8b1ddb6695
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3aa503d15eabbd95f8054114d8a57bf1e2c40a84ca73940c0062d753e97b985e
|
||||
size 418625
|
3
drbd-8.3.11.tar.bz2
Normal file
3
drbd-8.3.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19b4d466d1af070f3960eddf0c824d91002da7e006e9168c53d2640db22e3897
|
||||
size 420230
|
24
drbd.changes
24
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
|
||||
|
||||
|
14
drbd.spec
14
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
|
||||
|
Loading…
Reference in New Issue
Block a user