Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On Tue, Feb 26, 2013 at 09:00:19AM +0000, James Harper wrote:
> When I try and start drbd I get:
>
> Reloading DRBD configuration:drbd.d/vm.res:7: Parse error: '[' expected, but got ';' (TK 59)
>
> The line it's breaking on is:
>
> meta-disk /dev/vg00/drbd-meta;
>
> and I suspect it thinks it wants an index even though that is supposed to be optional.
Uhm, no.
fixed size indexed external meta data != flexible, non-indexed external meta data
flexible-meta-disk takes no index,
and potentially uses the full device provided.
With 8.4 we taught the parser to also accept "meta-disk /dev/X"
in place of "flexible-meta-disk /dev/X",
but the 8.3 parser really wants an index with meta-disk,
and "flexible-" with the non-indexed variant.
Cheers,
Lars
> drbd is from Debian and the Debian package version is 2:8.3.13-2. Full resource config at the end of the email.
>
> Any suggestions?
>
> Thanks
>
> James
>
> resource vm {
> protocol A;
> device /dev/drbd0;
> on xxxvs1 {
> address a.b.c.254:7789;
> meta-disk /dev/vg00/drbd-meta;
> disk /dev/vg00/virt-smtp1-root;
> }
> on xxxvs7 {
> address a.b.c.253:7789;
> meta-disk /dev/vg1/drbd-meta;
> disk /dev/vg1/virt-smtp1-root;
> }
> }
> _______________________________________________
> drbd-user mailing list
> drbd-user at lists.linbit.com
> http://lists.linbit.com/mailman/listinfo/drbd-user
--
: Lars Ellenberg
: LINBIT | Your Way to High Availability
: DRBD/HA support and consulting http://www.linbit.com
DRBD® and LINBIT® are registered trademarks of LINBIT, Austria.
__
please don't Cc me, but send to list -- I'm subscribed