Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi all,
after restart "node1" the drbd will not start. DRBD's startup script
waits for the peer node(s) to appear. But nothing heapend.
Ping OK, no firewall
please help, thanks
node2 log (/var/log/messages):
Aug 9 09:45:59 hpedi2 kernel: md: ... autorun DONE.
Aug 9 09:45:59 hpedi2 kernel: md: Autodetecting RAID arrays.
Aug 9 09:45:59 hpedi2 kernel: md: autorun ...
Aug 9 09:45:59 hpedi2 kernel: md: ... autorun DONE.
Aug 9 09:59:01 hpedi2 /USR/SBIN/CRON[1111]: (root) CMD ( rm -f
/var/spool/cron/lastrun/cron.hourly)
Aug 9 10:28:28 hpedi2 -- MARK --
Aug 9 10:48:28 hpedi2 -- MARK --
Aug 9 10:59:01 hpedi2 /USR/SBIN/CRON[1853]: (root) CMD ( rm -f
/var/spool/cron/lastrun/cron.hourly)
Aug 9 11:28:28 hpedi2 -- MARK --
Aug 9 11:48:28 hpedi2 -- MARK --
node1 log (/var/log/messages):
Aug 9 11:50:53 hpedi1 kernel: drbd: initialised. Version: 0.7.14
(api:77/proto:74)
Aug 9 11:50:53 hpedi1 kernel: drbd: SVN Revision: 1990 build by
root at descartes, 2006-01-21 01:50:56
Aug 9 11:50:53 hpedi1 kernel: drbd: hijacking NBD device major!
Aug 9 11:50:53 hpedi1 kernel: drbd: registered as block device major 43
Aug 9 11:50:53 hpedi1 kernel: drbd0: resync bitmap: bits=14595072
words=456096
Aug 9 11:50:53 hpedi1 kernel: drbd0: size = 55 GB (58380288 KB)
Aug 9 11:50:53 hpedi1 kernel: klogd 1.4.1, ---------- state change
----------
Aug 9 11:50:53 hpedi1 /etc/hotplug/block.agent[7440]: try 1 while
waiting for /block/drbd0's bus_id
Aug 9 11:50:54 hpedi1 /etc/hotplug/block.agent[7440]: try 2 while
waiting for /block/drbd0's bus_id
Aug 9 11:50:55 hpedi1 /etc/hotplug/block.agent[7440]: try 3 while
waiting for /block/drbd0's bus_id
Aug 9 11:50:56 hpedi1 /etc/hotplug/block.agent[7440]: try 4 while
waiting for /block/drbd0's bus_id
Aug 9 11:50:57 hpedi1 /etc/hotplug/block.agent[7440]: try 5 while
waiting for /block/drbd0's bus_id
Aug 9 11:50:58 hpedi1 /etc/hotplug/block.agent[7440]: new block device
/block/drbd0
Aug 9 11:51:05 hpedi1 kernel: drbd0: 1094 MB marked out-of-sync by on
disk bit-map.
Aug 9 11:51:05 hpedi1 kernel: drbd0: Found 6 transactions (324 active
extents) in activity log.
Aug 9 11:51:05 hpedi1 kernel: drbd0: drbdsetup [7456]: cstate
Unconfigured --> StandAlone
Aug 9 11:51:06 hpedi1 kernel: drbd0: drbdsetup [7488]: cstate
StandAlone --> Unconnected
Aug 9 11:51:06 hpedi1 kernel: drbd0: drbd0_receiver [7489]: cstate
Unconnected --> WFConnection
drbd.conf:
on hpedi1 {
device /dev/nb0;
disk /dev/vg00/lv_edi;
address 192.168.1.1:7788;
meta-disk internal;
}
on hpedi2 {
device /dev/nb0;
disk /dev/vg00/lv_edi;
address 192.168.1.2:7788;
meta-disk internal;
}