Accepting request 63750 from Base:System
Accepted submit request 63750 from user coolo OBS-URL: https://build.opensuse.org/request/show/63750 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/drbd?expand=0&rev=32
This commit is contained in:
parent
b090ba1522
commit
4d5f3d6227
3
drbd-8.3.10.tar.bz2
Normal file
3
drbd-8.3.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3aa503d15eabbd95f8054114d8a57bf1e2c40a84ca73940c0062d753e97b985e
|
||||
size 418625
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da58a613cf6563588951260c0890038fe6841e92485cbaf7d151a2aa91c9d1fb
|
||||
size 381139
|
50
drbd.changes
50
drbd.changes
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 14:10:49 UTC 2011 - ro@novell.com
|
||||
|
||||
- update to 8.3.10
|
||||
* Fixed a subtle performance degradation that might affected synchronous
|
||||
work loads (databases) (introduced in 8.3.9)
|
||||
* Fixed a locking regression (introduced in 8.3.9)
|
||||
* Fixed on-no-data-accessible for Primary, SyncTarget nodes (Bugz 332)
|
||||
* Progress bar for online verify
|
||||
* Optionally use the resync speed control loop code for the online verify
|
||||
process as well
|
||||
* Added code to detect false positives when using data-integrity-alg
|
||||
* New config option on-congestion and new connection states ahead and behind
|
||||
* Reduced IO latencies during resync, bitmap exchange and temporal states
|
||||
* Only build a single kernel module package on distributions that provide
|
||||
the infrastructure to have kernel version independent modules
|
||||
* On 64bit architectures allow device sizes up to one petabyte
|
||||
|
||||
- update to 8.3.9
|
||||
* Fix for possible deadlock on IO error during resync
|
||||
* Fixed a race condition between adding and removing network configuration.
|
||||
Lead to a BUG_ON() when triggered.
|
||||
* Fixed spurious full syncs that could happen after an empty resync and
|
||||
concurrent connection loss.
|
||||
* Fixed spurious full syncs that happened when connection got lost while
|
||||
one node was in WFSyncUUID state (Bugz 318)
|
||||
* Fixed a race in the meta-data update code path, that could lead to forgotten
|
||||
updates to the meta-data. That in fact could lead to unexpected behavior
|
||||
at the next connect
|
||||
* Fixed potential deadlock on detach
|
||||
* Fixed potential data divergence after multiple failures
|
||||
* Implicitly create unconfigured devices which are referenced in sync-after
|
||||
dependencies.
|
||||
* OCF RA now also works with pacemaker 1.1
|
||||
* Allow BIO sizes of up to 128kByte. Note: In case drbd-proxy is used, at least
|
||||
version 1.0.16 of drbd-proxy is required.
|
||||
* New configuration keyword on-no-data-accessible. Possible values
|
||||
io-error, and suspend-io. The default is "io-error", which matches the
|
||||
previous behavior.
|
||||
* If the fencing policy is set to resource-and-stonith, the primary node
|
||||
will creates the new current UUID _after_ the fencing handler
|
||||
returned. (Before it did immediately)
|
||||
* Rewrote the resync speed control loop code. New configuration parameters
|
||||
c-plan-ahead, c-fill-target, c-delay-target, c-max-rate, c-min-rate.
|
||||
* Disable activity log updates when all blocks of an unconnected device is
|
||||
are out of sync. That can be activated by using "invalidate-remote" on an
|
||||
unconnected primary.
|
||||
* Improved IPv6 support: link local addresses
|
||||
* Improved resync speed display in /proc/drbd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 22 00:40:04 CEST 2010 - ro@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package drbd (Version 8.3.8.1)
|
||||
# spec file for package drbd
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
Name: drbd
|
||||
BuildRequires: bison flex udev
|
||||
Summary: Distributed Replicated Block Device
|
||||
Version: 8.3.8.1
|
||||
Version: 8.3.10
|
||||
Release: 1
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch1: init-script-fixes.diff
|
||||
|
Loading…
Reference in New Issue
Block a user