<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi all,<br>just a small note to notify that I tested (from a self-compiled drbd-8.9.0-1.el6.src.rpm package created from unmodified official sources) drbd-udev 8.9.0 on CentOS 6.5 fully updated with drbd-km 8.4.5 and found that the udev rules are not working as intended (no /dev/drbd/by-res dir nor any other per-resource subdir and links inside)<br><br>After a bit of udev debugging, I applied the following modifications:<br><br>in /etc/udev/rules.d/65-drb.rules the original content:<br><br>SUBSYSTEM=="block", KERNEL=="drbd*", IMPORT{program}="/usr/sbin/drbdadm sh-udev minor-%m", NAME="$env{DEVICE}", SYMLINK="$env{SYMLINK}"<br><br>replaced with:<br><br>SUBSYSTEM=="block", KERNEL=="drbd*", IMPORT{program}="/usr/sbin/drbdadm sh-udev minor-%m", NAME="$env{DEVICE}", SYMLINK="drbd/by-res/$env{RESOURCE}"<br><br>the actual utility binary drbdadm-84 does not get found/executed by udev, so I performed a simple:<br><br>ln -s /lib/drbd/drbdadm-84 /usr/sbin/<br><br>With the aforementioned actions performed it all works as expected.<br><br>Many thanks for your attention.<br><br>Kind regards,<br>Giuseppe Ragusa<br><br>                                               </div></body>
</html>