SHA256
1
0
forked from pool/drbd
OBS User unknown 2008-09-04 22:35:51 +00:00 committed by Git OBS Bridge
parent e81599df6b
commit 26278b6a17
3 changed files with 30 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4179667c33653c273060636deadf872ef1ea65ccccb1019973752cbae730c7d9
size 265158
oid sha256:ed9ca6310532bc208e02f9f6787fc0f40fdb177d923d6c283c96140d39b890f6
size 278298

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Sep 4 12:13:27 CEST 2008 - lmb@suse.de
- Imported some changes from upstream, including:
- Made it to compile on Linux-2.6.26
- Fixed online resizing if there is application IO on the fly when the
resize is triggered.
- Fixed online resizing if it is triggered from the secondary node.
- Fixed a possible deadlock in case "become-primary-on-both" is used, and
a resync starts
- Fixed the invocation of the pri-on-incon-degr handler
- Fixed the exit codes of drbdsetup
- sock_create_lite() to avoid a socket->sk leak
- Auto-tune socket buffers if sndbuf-size is set to zero
-------------------------------------------------------------------
Mon Aug 18 18:07:48 CEST 2008 - mrueckert@suse.de

View File

@ -24,7 +24,7 @@ BuildRequires: xen-tools
%endif
Summary: Distributed Replicated Block Device
Version: 8.2.6
Release: 3
Release: 4
Source: %{name}-%{version}.tar.bz2
Patch0: drbd-optflags.patch
License: GPL v2 or later
@ -159,6 +159,18 @@ rm -rf "$RPM_BUILD_ROOT"
%doc scripts/drbd.conf
%changelog
* Thu Sep 04 2008 lmb@suse.de
- Imported some changes from upstream, including:
- Made it to compile on Linux-2.6.26
- Fixed online resizing if there is application IO on the fly when the
resize is triggered.
- Fixed online resizing if it is triggered from the secondary node.
- Fixed a possible deadlock in case "become-primary-on-both" is used, and
a resync starts
- Fixed the invocation of the pri-on-incon-degr handler
- Fixed the exit codes of drbdsetup
- sock_create_lite() to avoid a socket->sk leak
- Auto-tune socket buffers if sndbuf-size is set to zero
* Mon Aug 18 2008 mrueckert@suse.de
- remove outdated options in the fillup_and_insserv call
* Mon Aug 18 2008 schwab@suse.de