Comment 23 for bug 271254

Revision history for this message
Heiko (heiko-barg) wrote : Re: drbd doesn't start: "No response from the DRBD driver! Is the module loaded?" but module is loaded

Ok, that seems to look good:

With Kernel 2.6.27-5-server and your drbd8-utils_8.2.6-2_amd64 package I get in /proc/drbd:

version: 8.2.6 (api:88/proto:86-88)
GIT-hash: 3e69822d3bb4920a8c1bfdf7d647169eba7d2eb4 build by phil@fat-tyre, 2008-05-30 12:59:17
 0: cs:WFConnection st:Secondary/Unknown ds:Inconsistent/DUnknown C r---
    ns:0 nr:0 dw:0 dr:0 al:0 bm:0 lo:0 pe:0 ua:0 ap:0 oos:15728124

And in /var/log/messages:
Oct 4 13:19:28 corvus kernel: [ 1537.034552] drbd: initialised. Version: 8.2.6 (api:88/proto:86-88)
Oct 4 13:19:28 corvus kernel: [ 1537.034564] drbd: GIT-hash: 3e69822d3bb4920a8c1bfdf7d647169eba7d2eb4 build by phil@fat-ty
re, 2008-05-30 12:59:17
Oct 4 13:19:28 corvus kernel: [ 1537.034566] drbd: registered as block device major 147
Oct 4 13:19:28 corvus kernel: [ 1537.034567] drbd: minor_table @ 0xffff880423486600
Oct 4 13:19:28 corvus kernel: [ 1537.043390] drbd0: disk( Diskless -> Attaching )
Oct 4 13:19:28 corvus kernel: [ 1537.043406] drbd0: Starting worker thread (from cqueue [325])
Oct 4 13:19:28 corvus kernel: [ 1537.045234] drbd0: No usable activity log found.
Oct 4 13:19:28 corvus kernel: [ 1537.045244] drbd0: Backing device's merge_bvec_fn() = ffffffffa0059c80
Oct 4 13:19:28 corvus kernel: [ 1537.045246] drbd0: max_segment_size ( = BIO size ) = 4096
Oct 4 13:19:28 corvus kernel: [ 1537.045253] drbd0: drbd_bm_resize called with capacity == 31456248
Oct 4 13:19:28 corvus kernel: [ 1537.045464] drbd0: resync bitmap: bits=3932031 words=61438
Oct 4 13:19:28 corvus kernel: [ 1537.045470] drbd0: size = 15 GB (15728124 KB)
Oct 4 13:19:28 corvus kernel: [ 1537.045475] drbd0: Writing the whole bitmap, size changed
Oct 4 13:19:28 corvus kernel: [ 1537.046340] drbd0: writing of bitmap took 0 jiffies
Oct 4 13:19:28 corvus kernel: [ 1537.046347] drbd0: 15 GB (3932031 bits) marked out-of-sync by on disk bit-map.
Oct 4 13:19:28 corvus kernel: [ 1537.047134] drbd0: reading of bitmap took 0 jiffies
Oct 4 13:19:28 corvus kernel: [ 1537.047522] drbd0: recounting of set bits took
 additional 0 jiffies
Oct 4 13:19:28 corvus kernel: [ 1537.047525] drbd0: 15 GB (3932031 bits) marked out-of-sync by on disk bit-map.
Oct 4 13:19:28 corvus kernel: [ 1537.047531] drbd0: disk( Attaching -> Inconsistent )
Oct 4 13:19:28 corvus kernel: [ 1537.047543] drbd0: Writing meta data super block now.
Oct 4 13:19:28 corvus kernel: [ 1537.047548] drbd0: Barriers not supported on meta data device - disabling
Oct 4 13:19:28 corvus kernel: [ 1537.050432] drbd0: conn( StandAlone -> Unconnected )
Oct 4 13:19:28 corvus kernel: [ 1537.050458] drbd0: Starting receiver thread (from drbd0_worker [8676])
Oct 4 13:19:28 corvus kernel: [ 1537.050488] drbd0: receiver (re)started
Oct 4 13:19:28 corvus kernel: [ 1537.050499] drbd0: conn( Unconnected -> WFConnection )

This looks as it should.

At the moment I've no time to do further tests. I have first to reinstall the second drbd-machine.
I think for the moment that the issue is solved with this packages.

Thanks @all