No subject


Wed Jun 29 12:32:52 CEST 2022


the data encryption/decryption with kTLS, an additional daemon in
userspace performs the TLS handshakes.

Last but not least, we got a completely new, additional TCP
implementation named 'lb-tcp'. It enables establishing DRBD connections
over multiple paths in parallel and distributing the load between
them. It is important to note that 'lb-tcp' is not "wire protocol"
compatible with the traditional TCP transport.

With all these big changes, we have some unfinished edges. TLS is
available for the TCP transport, and we also need to bring it to LB-TCP.

LB-TCP will get a configuration option for enabling the
load-balancing. When that is disabled, it will be wire-compatible with
the traditional TCP transport again. That will allow us to remove the
old TCP transport in the future.

For now (rc.1 phase), one has to select the lb-tcp module explicitly
using the "transport" keyword in the configuration.

On the drbd-9.1 side, things are as they should be. Fixes for exotic
corner cases.

Please help test the release candidates.


9.2.6-rc.1 (api:genl2/proto:86-122/transport:19)
--------
 * a series of fixes to the RDMA transport, making it compatible with
   more recent Mellanox cards and fixes in general to the RDMA code
 * optional TLS encryption for the TCP transport, based on kTLS with
   TLS handshakes in userspace
 * a new load-balancing TCP transport "lb-tcp" that establishes all
   configured paths in parallel and distributes the packet load over
   them
 * changes merged from drbd-9.1.17
  - fix a potential crash when configuring drbd to bind to a
    non-existent local IP address (this is a regression of drbd-9.1.8)
  - Cure a very seldom triggering race condition bug during
    establishing connections; when you triggered it, you got an OOPS
    hinting to list corruption
  - Fix handling of unexpected (on a resource in secondary role) write
    requests
  - Fix a corner case that can cause a process to hang when closing the
    DRBD device, while a connection gets re-established
  - Correctly block signal delivery during auto-demote
  - Improve the reliability of establishing connections
  - Do not clear the transport with `net-options --set-defaults`. This
    fix avoids unexpected disconnect/connect cycles upon an `adjust`
    when using the 'lb-tcp' or 'rdma' transports in drbd-9.2.
  - New netlink packet to report path status to drbdsetup
  - Improvements to the content and rate-limiting of many log messages
  - Update compatibility code and follow Linux upstream development
    until Linux 6.5

https://pkg.linbit.com/downloads/drbd/9/drbd-9.2.6-rc.1.tar.gz
https://github.com/LINBIT/drbd/commit/0ea8cf3cec494f9388ad75b7d433fb6d9097a03d

https://pkg.linbit.com/downloads/drbd/9/drbd-9.1.17-rc.1.tar.gz
https://github.com/LINBIT/drbd/commit/b9caee7779dfd43ef1fbfd686d8fbb273d7b5cb4

cheers,
 Phil


More information about the drbd-user mailing list