Hi,
I'm trying to set up a 2 node DRBD following this guide:
https://pve.proxmox.com/wiki/DRBD
DRBD configuration is mostly the same as the guide, just IP values have been changed. When I try to start DRBD I got an error:
Looking at the log:
content of global_common.conf:
Using nosubscription repositories.
A bug or I'm missing something?
Thanks,
I'm trying to set up a 2 node DRBD following this guide:
https://pve.proxmox.com/wiki/DRBD
DRBD configuration is mostly the same as the guide, just IP values have been changed. When I try to start DRBD I got an error:
Code:
SRV04:/etc/drbd.d# /etc/init.d/drbd start
[....] Starting drbd (via systemctl): drbd.serviceJob for drbd.service failed. See 'systemctl status drbd.service' and 'journalctl -xn' for details.
failed!
Looking at the log:
Code:
SRV04:/etc/drbd.d# journalctl -xn
[...]
Oct 08 14:54:51 SRV04 systemd[1]: Starting DRBD -- please disable. Unless you are NOT using a cluster manager....
-- Subject: Unit drbd.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit drbd.service has begun starting up.
Oct 08 14:54:51 SRV04 drbd[3210]: Starting DRBD resources:
Oct 08 14:54:51 SRV04 drbd[3210]: drbd.d/global_common.conf:4: Parse error: 'a syncer option keyword' expected,
Oct 08 14:54:51 SRV04 drbd[3210]: but got 'rate'
Oct 08 14:54:51 SRV04 drbd[3210]: failed!
Oct 08 14:54:51 SRV04 systemd[1]: drbd.service: main process exited, code=exited, status=6/NOTCONFIGURED
Oct 08 14:54:51 SRV04 systemd[1]: Failed to start DRBD -- please disable. Unless you are NOT using a cluster manager..
-- Subject: Unit drbd.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit drbd.service has failed.
--
-- The result is failed.
Oct 08 14:54:51 SRV04 systemd[1]: Unit drbd.service entered failed state.
content of global_common.conf:
Code:
global { usage-count no; }
common {
handlers { out-of-sync "/usr/lib/drbd/notify-out-of-sync.sh root"; }
syncer { rate 30M; verify-alg md5; }
}
Using nosubscription repositories.
Code:
SRV04:/etc/drbd.d# apt-cache policy drbd8-utils
drbd8-utils:
Installed: 2:8.9.8-1
Candidate: 2:8.9.8-1
Version table:
*** 2:8.9.8-1 0
500 http://download.proxmox.com/debian/ jessie/pve-no-subscription amd64 Packages
100 /var/lib/dpkg/status
2:8.9.7-1 0
500 http://download.proxmox.com/debian/ jessie/pve-no-subscription amd64 Packages
2:8.9.6-1 0
500 http://download.proxmox.com/debian/ jessie/pve-no-subscription amd64 Packages
2:8.9.4-1 0
500 http://download.proxmox.com/debian/ jessie/pve-no-subscription amd64 Packages
2:8.9.2~rc1-2+deb8u1 0
500 http://ftp.es.debian.org/debian/ jessie/main amd64 Packages
A bug or I'm missing something?
Thanks,