On Tue, Aug 21, 2018 at 11:40:40PM +0200, PG wrote: > Hi, > > I am trying to get Proxmox plugin working with Lisntor+zfs. Linstor works > fine until it tried to create resources. It choked on drbdadm commands and > syntax. Any thoughts? > > Error #1 > drbdadm -vvv --max-peers 7 -- --force create-md r03/0 > drbdadm: unrecognized option '--max-peers' > Error #2 > /var/lib/drbd.d/r03.res:5: Parse error: 'protocol | on | disk | net | > syncer | startup | handlers | ignore-on | stacked-on-top-of' expected, > but got 'template-file' (TK 282) >
I'm pretty sure you loaded a DRBD8.4 module. You *need* to load a DRBD9 one (dkms in the proxmox repo, explained in blog posts and the user guide). cat /proc/drbd Regards, rck _______________________________________________ drbd-user mailing list [email protected] http://lists.linbit.com/mailman/listinfo/drbd-user
