]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev: exclude DRBD from block device ownership event locking
authorRoland Kammerer <roland.kammerer@linbit.com>
Thu, 21 Jun 2018 09:32:32 +0000 (11:32 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 21 Jun 2018 12:46:27 +0000 (14:46 +0200)
commitfee854ee8ccde0cd28e0f925dea18cce35f3993d
tree0755d51ce27334a7e434dda6674777671506792e
parentbc3c5e161978a16c205e5043120169ec76b5d19c
udev: exclude DRBD from block device ownership event locking

It does not make sense for udev to even open DRBD block devices
(/dev/drbdX). It is on one hand not necessary as DRBD is controlled by
something else in the stack (e.g., pacemaker), and it even can get
cumbersome in various scenarios (e.g., DRBD9 auto-promote).

Closes: #9371
Signed-off-by: Roland Kammerer <roland.kammerer@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
src/udev/udevd.c