This commit is contained in:
parent
1db16c94d5
commit
2071e3b20c
3
drbd-8.2.7.tar.bz2
Normal file
3
drbd-8.2.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:588ab2a66b659e434f4ae5fb4d0db59f868bdb21f39915b548794a005f7b474f
|
||||||
|
size 279020
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c8466d6c3102b053d92c50caa05e34456910824dcd5927770c47f5dcecf163a6
|
|
||||||
size 277962
|
|
14
drbd.changes
14
drbd.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 21 14:00:00 CET 2008 - lmb@suse.de
|
||||||
|
|
||||||
|
- Update from 8.2.7-rc1 to 8.2.7 proper.
|
||||||
|
- Endianness fixes.
|
||||||
|
- Handle out-of-sequence barrier acks.
|
||||||
|
- Allow DRBD to user other cn_idx values in case our default value is
|
||||||
|
already taken.
|
||||||
|
- Although Primary/Diskless/StandAlone is invalid it is not unconfigured
|
||||||
|
- become UpToDate on both after detach-attach on a connected secondary
|
||||||
|
device pair
|
||||||
|
- 2.6.28 compatibility (needed for SLE11 kernel)
|
||||||
|
- Bugfixes to write barrier handling.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 27 14:00:00 CET 2008 - lmb@suse.de
|
Mon Oct 27 14:00:00 CET 2008 - lmb@suse.de
|
||||||
|
|
||||||
|
25
drbd.spec
25
drbd.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package drbd (Version 8.2.6)
|
# spec file for package drbd (Version 8.2.7)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -23,9 +23,9 @@ BuildRequires: bison flex glib-devel kernel-source kernel-syms module-init-tool
|
|||||||
BuildRequires: xen-tools
|
BuildRequires: xen-tools
|
||||||
%endif
|
%endif
|
||||||
Summary: Distributed Replicated Block Device
|
Summary: Distributed Replicated Block Device
|
||||||
Version: 8.2.6
|
Version: 8.2.7
|
||||||
Release: 12
|
Release: 1
|
||||||
Source: %{name}-8.2.7~rc1.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch0: drbd-optflags.patch
|
Patch0: drbd-optflags.patch
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Clustering/HA
|
Group: Productivity/Clustering/HA
|
||||||
@ -65,7 +65,7 @@ Authors:
|
|||||||
Lars Ellenberg <lars.ellenberg@linbit.com>
|
Lars Ellenberg <lars.ellenberg@linbit.com>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n drbd-8.2.7~rc1
|
%setup -n %{name}-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
mkdir source
|
mkdir source
|
||||||
cp -a drbd/. source/. || :
|
cp -a drbd/. source/. || :
|
||||||
@ -159,6 +159,17 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%doc scripts/drbd.conf
|
%doc scripts/drbd.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 21 2008 lmb@suse.de
|
||||||
|
- Update from 8.2.7-rc1 to 8.2.7 proper.
|
||||||
|
- Endianness fixes.
|
||||||
|
- Handle out-of-sequence barrier acks.
|
||||||
|
- Allow DRBD to user other cn_idx values in case our default value is
|
||||||
|
already taken.
|
||||||
|
- Although Primary/Diskless/StandAlone is invalid it is not unconfigured
|
||||||
|
- become UpToDate on both after detach-attach on a connected secondary
|
||||||
|
device pair
|
||||||
|
- 2.6.28 compatibility (needed for SLE11 kernel)
|
||||||
|
- Bugfixes to write barrier handling.
|
||||||
* Mon Oct 27 2008 lmb@suse.de
|
* Mon Oct 27 2008 lmb@suse.de
|
||||||
- Include fixes from upstream
|
- Include fixes from upstream
|
||||||
(0e87a13b63e2ef87af6cfcc0d875721c53f37ed9).
|
(0e87a13b63e2ef87af6cfcc0d875721c53f37ed9).
|
||||||
@ -218,7 +229,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- added bison to buildreq
|
- added bison to buildreq
|
||||||
* Mon Jan 15 2007 lmb@suse.de
|
* Mon Jan 15 2007 lmb@suse.de
|
||||||
- Update to 0.7.23 for Linux kernels >2.6.19.
|
- Update to 0.7.23 for Linux kernels >2.6.19.
|
||||||
* Tue Oct 31 2006 lmb@suse.de
|
* Mon Oct 30 2006 lmb@suse.de
|
||||||
- Update to the officially released 0.7.22 version.
|
- Update to the officially released 0.7.22 version.
|
||||||
- Implement "freeze_io" feature.
|
- Implement "freeze_io" feature.
|
||||||
- convert-MODULE_PARM.diff: drop unneeded patch.
|
- convert-MODULE_PARM.diff: drop unneeded patch.
|
||||||
@ -378,7 +389,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- Safe default: Always force a full-resync on initial setup.
|
- Safe default: Always force a full-resync on initial setup.
|
||||||
- Ensuring that we never sync/read from an inconsistent peer.
|
- Ensuring that we never sync/read from an inconsistent peer.
|
||||||
- Various other fixes.
|
- Various other fixes.
|
||||||
* Wed Jun 09 2004 lmb@suse.de
|
* Tue Jun 08 2004 lmb@suse.de
|
||||||
- fix ioctls on s390x
|
- fix ioctls on s390x
|
||||||
- Fix failure in local disk handling.
|
- Fix failure in local disk handling.
|
||||||
* Wed Jun 02 2004 lmb@suse.de
|
* Wed Jun 02 2004 lmb@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user