Mailing List Archive

Bug ? in config file parser
Hello to all !
Sorry if this is not a right place for bug reporting and my bug isn't
new one.
Bug description:
from /etc/sysconfig/drbd/drbd0
MASTER_PARTITION="/dev/md0"
SIZE=123456789 or SIZE="123456789"

DRBD started in disconnected mode.

mount -t etx2 /dev/nb0 /export
produce the following error messages in /var/log/messages

kernel: attempt to access beyond end of device
[snip]
kernel: EXT2-fs : unable to read superblock

Workaround:
Place size of partition to the OPTION field
OPTION="-r 5000 -p -d 123456789"