[DRBD-user] syntax error on simple setup

Jason Joines joines at bus.okstate.edu
Thu Oct 21 18:56:16 CEST 2004

Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.


	I'm trying to get DRBD running between two SuSE linux 9.1 boxes.  I 
have kernel 2.6.5, drbd 0.7-pre8 (api:74/proto:72), drbdsetup 0.7-pre5 
(api:72) and drbdadm 0.7-pre5 (api:72).  All installed from SuSE RPMS.

	I have this /etc/drbd.conf:
resource drbd0
{
         protocol C;
         incon-degr-cmd "halt -f";

         on heartbeata
         {
                 device    /dev/nb0;
                 disk      /dev/hda3;
                 address   172.17.0.1:7789;
         }

         on heartbeatb
         {
                 device    /dev/nb0;
                 disk      /dev/hda3;
                 address   172.17.0.2:7789;
         }
}


	When I run "drbdadm -d up all" I get:
"/etc/drbd.conf:3: syntax error".

	If I comment out line 3, I still get the same error.  Any ideas?

Jason Joines
=================================




More information about the drbd-user mailing list