Skip to content

Commit

Permalink
Prepare drbd-9.1.14-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp-Reisner committed Mar 27, 2023
1 parent 01a337b commit b886a10
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 4 deletions.
16 changes: 16 additions & 0 deletions ChangeLog
Expand Up @@ -2,6 +2,22 @@ Latest:
------
For even more detail, use "git log" or visit https://github.com/LINBIT/drbd/commits/master.

9.1.14-rc.1 (api:genl2/proto:110-121/transport:17)
--------
* fix a race with concurrent promotion and demotion, which can
lead to an unexpected "split-brain" later on
* fix a specific case where promotion was allowed where it should not
* fix a race condition between auto-promote and a second two-phase
commit that can lead to a DRBD thread locking up in an endless loop
* fix several bugs with "resync-after":
- missing resync-resume when minor numbers run in opposite
direction as the resync-after dependencies
- a race that might lead to an OOPS in add_timer()
* fix an OOPS when reading from in_flight_summary in debugfs
* fix a race that might lead to an endless loop of printing
"postponing start_resync" while starting a resync
* fix diskless node with a diskfull with a 4KiB backend

9.1.13 (api:genl2/proto:110-121/transport:17)
--------
* when calculating if a partition has quorum, take into account if
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
drbd (9.1.14~rc.1-1) unstable; urgency=medium

* New upstream release

-- Philipp Reisner <philipp.reisner@linbit.com> Mon, 27 Mar 2023 14:30:01 +0200

drbd (9.1.13-1) unstable; urgency=medium

* New upstream release
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.rhel8
Expand Up @@ -8,7 +8,7 @@ RUN dnf install -y 'dnf-command(download)' && cd /pkgs && dnf download elfutils-
FROM registry.access.redhat.com/ubi8/ubi
MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>

ENV DRBD_VERSION 9.1.13
ENV DRBD_VERSION 9.1.14-rc.1

ARG release=1
LABEL name="DRBD Kernel module load container" \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.rhel9
Expand Up @@ -8,7 +8,7 @@ RUN dnf install -y 'dnf-command(download)' && cd /pkgs && dnf download elfutils-
FROM registry.access.redhat.com/ubi9/ubi
MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>

ENV DRBD_VERSION 9.1.13
ENV DRBD_VERSION 9.1.14-rc.1

ARG release=1
LABEL name="DRBD Kernel module load container" \
Expand Down
5 changes: 4 additions & 1 deletion drbd-kernel.spec
@@ -1,6 +1,6 @@
Name: drbd-kernel
Summary: Kernel driver for DRBD
Version: 9.1.13
Version: 9.1.14~rc.1
Release: 1

# always require a suitable userland
Expand Down Expand Up @@ -132,6 +132,9 @@ install -D misc/SECURE-BOOT-KEY-linbit.com.der $RPM_BUILD_ROOT/etc/pki/linbit/SE
rm -rf %{buildroot}

%changelog
* Mon Mar 27 2023 Philipp Reisner <phil@linbit.com> - 9.1.14~rc.1
- New upstream release.

* Mon Jan 30 2023 Philipp Reisner <phil@linbit.com> - 9.1.13
- New upstream release.

Expand Down
2 changes: 1 addition & 1 deletion drbd/linux/drbd_config.h
Expand Up @@ -9,7 +9,7 @@

extern const char *drbd_buildtag(void);

#define REL_VERSION "9.1.13"
#define REL_VERSION "9.1.14-rc.1"
#define PRO_VERSION_MIN 86
#define PRO_VERSION_MAX 121

Expand Down

0 comments on commit b886a10

Please sign in to comment.