Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi, I'm trying to setup drbd on two Centos 7 systems and while the manual init of drbd went fine once I try to start drbd using pacemaker I get an error in the logs: Aug 3 04:08:48 nfs1 kernel: drbd: initialized. Version: 8.4.6 (api:1/proto:86-101) Aug 3 04:08:48 nfs1 kernel: drbd: GIT-hash: 833d830e0152d1e457fa7856e71e11248ccf3f70 build by phil at Build64R7, 2015-04-10 05:13:52 Aug 3 04:08:48 nfs1 kernel: drbd: registered as block device major 147 Aug 3 04:08:48 nfs1 drbd(drbd)[1828]: ERROR: r0: Called drbdadm -c /etc/drbd.conf syncer r0 Aug 3 04:08:48 nfs1 drbd(drbd)[1828]: ERROR: r0: Exit code 1 Aug 3 04:08:48 nfs1 drbd(drbd)[1828]: ERROR: r0: Command output: Aug 3 04:08:48 nfs1 lrmd[6083]: notice: operation_finished: drbd_start_0:1828:stderr [ This command will ignore resource names! ] Aug 3 04:08:48 nfs1 lrmd[6083]: notice: operation_finished: drbd_start_0:1828:stderr [ drbdadm: Unknown command 'syncer' ] The r0 resource has two volumes. I found one reference to syncer in the linbit OCF script even though drbdadm has no such command? But even then according to the code this should only be called if $DRBD_HAS_MULTI_VOLUME is false. Any ideas what is going on here? Regards, Dennis