Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi!
I want make 2 drbd devices on each node, and after 'drbdadm up all' I have
(nodes are dhcp17-f0 and dhcp17-f2 ):
[root at dhcp17-f0 ~]# /etc/init.d/drbd status
drbd driver loaded OK; device status:
version: 0.7.20 (api:79/proto:74)
SVN Revision: 2260 build by phil at mescal, 2006-07-04 15:18:57
0: cs:WFConnection st:Secondary/Unknown ld:Consistent
ns:0 nr:0 dw:0 dr:0 al:0 bm:0 lo:0 pe:0 ua:0 ap:0
1: cs:WFConnection st:Secondary/Unknown ld:Consistent
ns:0 nr:0 dw:0 dr:0 al:0 bm:0 lo:0 pe:0 ua:0 ap:0
[root at dhcp17-f2 ~]# /etc/init.d/drbd status
drbd driver loaded OK; device status:
version: 0.7.20 (api:79/proto:74)
SVN Revision: 2260 build by phil at mescal, 2006-07-04 15:18:57
0: cs:WFConnection st:Secondary/Unknown ld:Inconsistent
ns:0 nr:0 dw:0 dr:0 al:0 bm:0 lo:0 pe:0 ua:0 ap:0
1: cs:WFConnection st:Secondary/Unknown ld:Inconsistent
ns:0 nr:0 dw:0 dr:0 al:0 bm:0 lo:0 pe:0 ua:0 ap:0
and in /var/log/message:
Sep 1 10:08:08 dhcp17-f2 kernel: drbd: initialised. Version: 0.7.20
(api:79/proto:74)
Sep 1 10:08:08 dhcp17-f2 kernel: drbd: SVN Revision: 2260 build by
phil at mescal, 2006-07-04 15:18:57
Sep 1 10:08:08 dhcp17-f2 kernel: drbd: registered as block device major 147
Sep 1 10:08:17 dhcp17-f2 kernel: drbd0: resync bitmap: bits=505401
words=15794
Sep 1 10:08:17 dhcp17-f2 kernel: drbd0: size = 1974 MB (2021604 KB)
Sep 1 10:08:17 dhcp17-f2 kernel: drbd0: 1974 MB marked out-of-sync by on disk
bit-map.
Sep 1 10:08:17 dhcp17-f2 kernel: drbd0: No usable activity log found.
Sep 1 10:08:17 dhcp17-f2 kernel: drbd0: drbdsetup [11126]: cstate
Unconfigured --> StandAlone
Sep 1 10:08:17 dhcp17-f2 kernel: drbd1: resync bitmap: bits=577694
words=18054
Sep 1 10:08:17 dhcp17-f2 kernel: drbd1: size = 2256 MB (2310776 KB)
Sep 1 10:08:17 dhcp17-f2 kernel: drbd1: 2256 MB marked out-of-sync by on disk
bit-map.
Sep 1 10:08:17 dhcp17-f2 kernel: drbd1: No usable activity log found.
Sep 1 10:08:17 dhcp17-f2 kernel: drbd1: drbdsetup [11128]: cstate
Unconfigured --> StandAlone
Sep 1 10:08:18 dhcp17-f2 kernel: drbd0: drbdsetup [11132]: cstate StandAlone
--> Unconnected
Sep 1 10:08:18 dhcp17-f2 kernel: drbd0: drbd0_receiver [11133]: cstate
Unconnected --> WFConnection
Sep 1 10:08:18 dhcp17-f2 kernel: drbd1: drbdsetup [11134]: cstate StandAlone
--> Unconnected
Sep 1 10:08:18 dhcp17-f2 kernel: drbd1: drbd1_receiver [11135]: cstate
Unconnected --> WFConnection
Does anybody know the reasons of no connectivity?
What embarrassed me, is 'No usable activity log found' - may be this is it?
Thanks for all help.