drbd-9.2.14-rc.1 and drbd-9.3.0-rc.1

Hello DRBD users,

I am pleased to announce the release of two new candidates. This time,
we are beginning the 9.3 series. The first new feature is called "resync
without replication". It is beneficial when DRBD resyncs a volume that
is busy handling application I/O requests, especially a write-intensive
workload. With the new behavior, the resync time will be significantly
shorter and result in fewer writes to the resync target.
Among the bug fixes included in these releases, the most critical one
addresses a race condition between very short resyncs (empty resyncs)
and application write requests. The window is small, so it is unlikely
to hit, but the consequence is a write missing on the resync target
node.

This is a release candidate.
The final release will come in a week if everything goes as planned.

9.2.14-rc.1 (api:genl2/proto:86-101,118-122/transport:19)
--------
* Fix a race condition between write requests and very short resyncs
   that might cause DRBD to fail to resync that racing write.
* Fix the suspend-IO command so that it waits until all pending
   writes are completed before it returns. From now on, it can be used
   to create consistent snapshots of the primary and the secondary.
* Improve DRBD's pooling of buffer pages. The old implementation
   stopped freeing any of those buffer pages if the kernel would leak
   a single page reference.
* Fix corner case CM leaks in the RDMA transport.
* Fix a warning on recent kernels (RHEL10) regarding DRBD failing to
   set queue parameters for zoned block devices.
* Dockerfile for RHEL10
* Compatibility with Linux 6.14 and 6.15

9.3.0-rc.1 (api:genl2/proto:86-101,118-123/transport:19)
--------
* was forked off between 9.2.12 and 9.2.13
* Implemented resync without replication and made it the default; the
   previous (drbd-9.2 and earlier) behavior is still available via a
   config option. With that, the resync operation begins with
   mirroring of application writes disabled, and it performs multiple
   resync passes, clearing bits in the bitmap. It enables application
   write mirroring when the resync is nearly complete. That reduces
   the I/O load during resync, and in most cases, it reduces resync
   time.
* Dropped support for RHEL7 and support for kernels older than 3.10.

https://pkg.linbit.com//downloads/drbd/9/drbd-9.2.14-rc.1.tar.gz

https://pkg.linbit.com//downloads/drbd/9/drbd-9.3.0-rc.1.tar.gz

cheers,
Philipp