Project

General

Profile

Actions

Bug #2379

closed

Mon crash after start

Added by Maciej Galkiewicz almost 12 years ago. Updated almost 12 years ago.

Status:
Resolved
Priority:
High
Assignee:
-
Category:
Monitor
Target version:
-
% Done:

0%

Source:
Community (user)
Tags:
Backport:
dho
Regression:
Severity:
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

--- begin dump of recent events ---
    -3> 2012-05-02 17:58:13.741789 7fb5dcd97780  1 store(/srv/ceph/mon) mount
    -2> 2012-05-02 17:58:13.741972 7fb5dcd97780  0 ceph version 0.46 (commit:cb7f1c9c7520848b0899b26440ac34a8acea58d1), process ceph-mon, pid 16077
    -1> 2012-05-02 17:58:13.743663 7fb5dcd97780  1 mon.n8c1@0(probing) e7 init fsid b9d2c51b-83c1-4175-b168-d3a57fa4b9e5
     0> 2012-05-02 17:58:13.744765 7fb5dcd97780 -1 *** Caught signal (Aborted) **
 in thread 7fb5dcd97780

 ceph version 0.46 (commit:cb7f1c9c7520848b0899b26440ac34a8acea58d1)
 1: /usr/bin/ceph-mon() [0x615cf8]
 2: (()+0xf030) [0x7fb5dc97c030]
 3: (gsignal()+0x35) [0x7fb5db101475]
 4: (abort()+0x180) [0x7fb5db1046f0]
 5: (__assert_fail()+0xf1) [0x7fb5db0fa621]
 6: /usr/bin/ceph-mon() [0x499743]
 7: (Monitor::init()+0x3c2) [0x482832]
 8: (main()+0x1b2a) [0x47293a]
 9: (__libc_start_main()+0xfd) [0x7fb5db0edead]
 10: /usr/bin/ceph-mon() [0x474e59]
 NOTE: a copy of the executable, or `objdump -rdS <executable>` is needed to interpret this.

--- end dump of recent events ---

Ceph version on n8c1: 0.46-1~bpo70+1 (the same problem appeared with version 0.44.1-1~bpo70+1)
Ceph version on the rest nodes: 0.44.1-1~bpo70+1
Kernel version: 3.2.12-1

Ceph config:
[global]
auth supported = cephx
keyring = /srv/ceph/keyring.admin

[mon]
mon data = /srv/ceph/mon

[mon.n3c1]
host = n3c1
mon addr = 1.1.1.1:6789
[mon.n8c1]
host = n8c1
mon addr = 2.2.2.2:6789
[mon.n4c1]
host = n4c1
mon addr = 3.3.3.3:6789

[mds]
debug mds = 1
keyring = /srv/ceph/ceph-stage2/keyring.$name

[mds.n3c1]
host = n3c1
mds standby replay = true
mds standby for name = n4c1
[mds.n4c1]
host = n4c1

[osd]
osd data = /srv/ceph/$name
osd journal = /srv/ceph/$name.journal
osd journal size = 1000
filestore btrfs snap = 0
keyring = /srv/ceph/ceph-stage2/keyring.$name
debug osd = 1

[osd.1]
host = n3c1
[osd.0]
host = n4c1

Actions

Also available in: Atom PDF