-bash-3.00# /etc/init.d/drbd start Starting DRBD resources: Parse error 'protocol | on | disk | net | syncer | s tartup | handler' expected, at line 7 -bash-3.00# global { minor-count 32; # dialog-refresh 5; } #global resource test{ protocol C; incon-degr-cmd "echo '!DRBD! pri on incon-degr' | wall ; sleep 60 ; halt -f"; # error occur on the line above. # Is this option still supported? # If we add HANDLER option,our line 28 or 27(on-disconnect reconnect;) will had an error. # startup { wfc-timeout 0; degr-wfc-timeout 120; } disk { on-io-error detach; } net { sndbuf-size 512k; timeout 60; connect-int 10; ping-int 10; max-buffers 2048; max-epoch-size 2048; ko-count 4; on-disconnect reconnect; } syncer { rate 30M; group 1; al-extents 257; } on LapuLapu{ device /dev/drbd0; disk /dev/VG01200601191841proNASVG/a; address 172.16.0.150:7788; meta-disk /dev/VG01200601191841proNASVG/drbd_meta_device[0]; } on MagellaN { device /dev/drbd0; disk /dev/VG01200601191841proNASVG/a; address 172.16.0.160:7788; meta-disk /dev/VG01200601191841proNASVG/drbd_meta_device[0]; } } #test