SHA256
1
0
forked from pool/drbd

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:
Stephan Kulow
2011-12-21 08:59:54 +00:00
committed by Git OBS Bridge
parent 4bb004e99c
commit 8b1ddb6695
4 changed files with 34 additions and 10 deletions

View File

@@ -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