Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
>>>>> On Mon, 03 Apr 2006 14:55:07 +0200, andreas.koenig.gmwojprw at franz.ak.mind.de (Andreas J. Koenig) said:
>>>>> On Mon, 3 Apr 2006 02:28:48 -0500, Maurice Volaski <mvolaski at aecom.yu.edu> said:
>> Any comments?
> I'm having a hard time setting 0.7.17 up with 2.6.16. Specifically,
> I'm seeing
> drbd0: [drbd0_receiver/25303] sock_sendmsg time expired, ko = 4294967295
> all over the place and I have applied the patch that Lars posted a few
> days ago on the list that I thought was addressing this issue and I
> have no web100.
> Unfortunately this is my first time to integrate heartbeat and DRBD,
> so it's quite possible that I made a pilot error. I'll switch to the
> SVN version now and start from scratch and will report what I find.
I took DRBD at SVN rev. 2129 and patched it into the stock linux
kernel 2.6.16.1 and with that kernel I could get rid of the problems I
saw with "sock_sendmsg time expired".
What made my experience so painful turns out as a bug in
http://linux-ha.org/DRBD/GettingStarted. Specifically the page states
node1 drbddisk::web Filesystem::/dev/drbd0::/mnt/ha 192.168.0.1 httpd
[...]
node1 drbddisk::web Filesystem::/dev/drbd0::/ha/web httpd
node2 drbddisk::db Filesystem::/dev/drbd1::/ha/mysql mysqld
These Filesystem examples are wrong, they are missing the fstype
argument and should read something like:
node1 drbddisk::web Filesystem::/dev/drbd0::/mnt/ha::ext2 192.168.0.1 httpd
[...]
node1 drbddisk::web Filesystem::/dev/drbd0::/ha/web::reiserfs httpd
node2 drbddisk::db Filesystem::/dev/drbd1::/ha/mysql::ext3 mysqld
Can somebody please fix the page?
Thanks,
--
andreas