Mailing List Archive

drbd-utils v9.22.0-rc.1
Dear DRBD users,

This is drbd-utils version 9.22.0-rc.1. I assume this will get a
slightly longer RC phase to give users time to test the changes and give
feedback.

We deprecated named connections. This was a feature I assume not too
many users were aware of anyways, but it was possible to name
connections and if no name was given, the name of the peer was used as
default. This was for example then presented as "conn-name" in events2.
We have by now ways too many projects that assume that they can get the
peer's name from "conn-name" and would break if that is an arbitrary
name. Quite frankly, some of my tools/projects have that assumption as
well. If you have a custom name set for a connection it is now ignored,
an error gets printed, but the parser does not fail hard. In future
release I might change that to failing hard, so please get rid of named
connections now!

The second bigger change is that the rpm part now generates a
drbd-selinux sub package containing an updated SELinux policy. Depending
on the host distribution, that package might even become a runtime
dependency for the drbd-utils sub package. Users/downstream building
packages should add "checkpolicy", and "selinux-policy-devel" to their
build systems. The Debian (alike) world is not affected by that change,
as SELinux isn't that widely used (by default) there.

Please test!

TGZ: https://pkg.linbit.com//downloads/drbd/utils/drbd-utils-9.22.0-rc.1.tar.gz
GIT: https://github.com/LINBIT/drbd-utils/commit/04f894198b3c18dd5fc2759a24e9246eee0f7379
PPA: https://launchpad.net/~linbit/+archive/ubuntu/linbit-drbd9-stack/

Regards, rck

Changes since 9.21.0:

9.22.0-rc.1
-----------
* parser,v9: deprecate named connections
* drbd-selinux: add sub package, minor packaging/spec changes
* drbdadm: allow files from expanded glob to vanish

9.21.4
-----------
* drbdadm,v9: fix potential segfault in postparse
* drbdadm,v9: fix sh-ip when set on connection/path

9.21.3
-----------
* drbdmeta: fix apply-al for bitmap sizes > 4GiB

9.21.2
-----------
* drbd-service-shim.sh: add secondary --force

9.21.1
-----------
* ocf: fix for dropped --peer option