Accepting request 51252 from Base:System
Accepted submit request 51252 from user elvigia OBS-URL: https://build.opensuse.org/request/show/51252 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/drbd?expand=0&rev=29
This commit is contained in:
parent
1e0191cb11
commit
f4cdf5fa08
@ -1,10 +0,0 @@
|
|||||||
--- user/drbdadm_parser.c
|
|
||||||
+++ user/drbdadm_parser.c
|
|
||||||
@@ -28,6 +28,7 @@
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
+#include <unistd.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <glob.h>
|
|
||||||
#include <search.h>
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:234d89c74d7ab43f2003d3bab8b564b046acc6a3d351978d9716d35147820551
|
|
||||||
size 365182
|
|
3
drbd-8.3.8.1.tar.bz2
Normal file
3
drbd-8.3.8.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:da58a613cf6563588951260c0890038fe6841e92485cbaf7d151a2aa91c9d1fb
|
||||||
|
size 381139
|
49
drbd.changes
49
drbd.changes
@ -1,3 +1,52 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 22 00:40:04 CEST 2010 - ro@suse.de
|
||||||
|
|
||||||
|
- update to 8.3.8.1
|
||||||
|
* Revert delay probes, they could potentially lead to stalled resync.
|
||||||
|
Feature is being re-implemented differently
|
||||||
|
* DRBD ocf resource agent now treats hostnames case insensitive
|
||||||
|
|
||||||
|
- update to 8.3.8
|
||||||
|
* Do not expose failed local READs to upper layers, regression introduced
|
||||||
|
in 8.3.3
|
||||||
|
* Fixed support for devices with 4k hard sector size (again)
|
||||||
|
* Fixed a potential Oops in the disconnect code
|
||||||
|
* Fixed a race condition that could cause DRBD to consider the peers disk
|
||||||
|
as Inconstent after resync instead of UpToDate (Bugz 271)
|
||||||
|
* Fixed a reace condition that could cause DRBD to consider the peers disk
|
||||||
|
as Outdated instead of Inconsistent during resync (Bugz 277)
|
||||||
|
* Disallow to start a resync with invalidate / invalidate-remote when the
|
||||||
|
source disk is not UpToDate
|
||||||
|
* Forcing primary works now also for Consistent, not only for Outdated and
|
||||||
|
Inconsistent (Bugz 266)
|
||||||
|
* Improved robustness against corrupt or malicous sector addresses when
|
||||||
|
receiving data
|
||||||
|
* Added the initial-split-brain, it gets called also if the split-brain gets
|
||||||
|
automatically resolved
|
||||||
|
* Added the --assume-clean option for the resize command, it causes drbd to
|
||||||
|
not resync the new storage after an online grow operation
|
||||||
|
* drbdadm: Do not segfault if stacked-on-top-of refers to an undefined res
|
||||||
|
* drbdadm: Do not consider configs with invalid after statements as invalid
|
||||||
|
* drbdadm: Do not segfault if the peer's proxy section is missing
|
||||||
|
* drbdadm: Allow nullglob in include statement
|
||||||
|
* drbdadm: Fixed the use of waitpid
|
||||||
|
* init script: fix insserv headers (Debian 576901)
|
||||||
|
* Gave the receiving code the ability to use multiple BIOs for writing a
|
||||||
|
single data packet; now DRBD works with BIOs up to 32kByte also on LVM
|
||||||
|
devices; from now on the use_bmbv config option does nothing
|
||||||
|
* New command check-resize, that allows DRBD to detect offline resizing
|
||||||
|
and to move internal meta-data accordingly
|
||||||
|
* Added a control loop, that allows DRBD to find auto tune the resync
|
||||||
|
speed, on connections with large queues (drbd-proxy)
|
||||||
|
* --dry-run option for connect; disconnects after sync handshake
|
||||||
|
* --overwrite-data-of-peer got an alias named --force
|
||||||
|
* Improvements to crm-fence-peer
|
||||||
|
* Fixed option parsing and stacking in snapshot-resync-target-lvm.sh
|
||||||
|
* Compiles on 2.6.33 and 2.6.34
|
||||||
|
|
||||||
|
- removed patches:
|
||||||
|
64bit-fixes.diff (upstream/obsolete)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 25 05:39:10 UTC 2010 - tserong@novell.com
|
Fri Jun 25 05:39:10 UTC 2010 - tserong@novell.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package drbd (Version 8.3.7)
|
# spec file for package drbd (Version 8.3.8.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,11 +20,10 @@
|
|||||||
Name: drbd
|
Name: drbd
|
||||||
BuildRequires: bison flex udev
|
BuildRequires: bison flex udev
|
||||||
Summary: Distributed Replicated Block Device
|
Summary: Distributed Replicated Block Device
|
||||||
Version: 8.3.7
|
Version: 8.3.8.1
|
||||||
Release: 2
|
Release: 2
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch1: init-script-fixes.diff
|
Patch1: init-script-fixes.diff
|
||||||
Patch2: 64bit-fixes.diff
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Productivity/Clustering/HA
|
Group: Productivity/Clustering/HA
|
||||||
Provides: drbdsetup drbd-control
|
Provides: drbdsetup drbd-control
|
||||||
@ -49,7 +48,6 @@ Authors:
|
|||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
%patch1
|
%patch1
|
||||||
%patch2
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
PATH=/sbin:$PATH %configure \
|
PATH=/sbin:$PATH %configure \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- scripts/drbd
|
--- scripts/drbd
|
||||||
+++ scripts/drbd
|
+++ scripts/drbd
|
||||||
@@ -8,12 +8,11 @@
|
@@ -9,8 +9,8 @@
|
||||||
#
|
#
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: drbd
|
# Provides: drbd
|
||||||
@ -10,9 +10,4 @@
|
|||||||
+# Required-Stop: $remote_fs $network $syslog
|
+# Required-Stop: $remote_fs $network $syslog
|
||||||
# Should-Start: sshd multipathd
|
# Should-Start: sshd multipathd
|
||||||
# Should-Stop: sshd multipathd
|
# Should-Stop: sshd multipathd
|
||||||
-# Default-Start:
|
# Default-Start: 2 3 4 5
|
||||||
-# Default-Stop:
|
|
||||||
+# Default-Start: 3 5
|
|
||||||
# Short-Description: Control drbd resources.
|
|
||||||
### END INIT INFO
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user