drbd8-utils doesn't create /dev/drbd/ after updating to 8.4.3
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
drbd8 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Hi there,
I've found the following issue with drbd8-utils. This is my environment:
- Two Cluster Nodes with Ubuntu 12.04.2:
$ lsb_release -rd
Description: Ubuntu 12.04.2 LTS
Release: 12.04
- installed package:
$ dpkg -l drbd8-utils
[...]
ii drbd8-utils 2:8.3.11-0ubuntu1 RAID 1 over tcp/ip for Linux utilities
With this configuration, everything works fine. After I updated drbd8-utils 8.3.11 to the latest release in precise-updates (drbd8-utils 8.4.3) I missed the following directory structure:
- /dev/drbd/*
Especially I missed my DRBD devices I accessed via /dev/drbd/
I found out, that the udev-rules "65-drbd.rules" were moved out from /etc/udev/rules.d/ to /lib/udev/rules.d/
My sources.list:
$ cat /etc/apt/
deb http://
deb http://
deb http://
My DRBD configuration:
$ cat /etc/drbd.
global {
usage-count no;
}
common {
protocol C;
disk {
on-io-error detach;
}
syncer {
rate 80M;
al-extents 513;
}
net {
}
handlers {
split-brain "/usr/lib/
}
}
My DRBD resources:
$ cat /etc/drbd.d/*res
resource mysql {
on node1 {
device /dev/drbd2;
disk /dev/sdc1;
address 172.16.
meta-disk internal;
}
on node2 {
device /dev/drbd2;
disk /dev/sdc1;
address 172.16.
meta-disk internal;
}
}
resource www {
on node1 {
device /dev/drbd1;
disk /dev/sdb1;
address 172.16.
meta-disk internal;
}
on node2 {
device /dev/drbd1;
disk /dev/sdb1;
address 172.16.
meta-disk internal;
}
}
description: | updated |
description: | updated |
information type: | Public → Public Security |
information type: | Public Security → Public |
information type: | Public → Public Security |
information type: | Public Security → Public |
Status changed to 'Confirmed' because the bug affects multiple users.