Project

General

Profile

Actions

Bug #665

closed

mds(uo:replay),clent can not mount,return error 5 input/output

Added by longguang yue over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

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

Description

mount.ceph mon:/ /mnt
return error 5 input/output
-------------
[root@tcmaster ~]# ceph -s
2010-12-21 05:17:54.054791 pg v263507: 532 pgs: 277 active+clean, 14 crashed+peering, 241 crashed+down+peering; 1278 GB data, 1359 GB used, 1761 GB / 3121 GB avail
2010-12-21 05:17:54.055750 mds e90: 1/1/1 up {0=up:replay}
2010-12-21 05:17:54.055775 osd e302: 3 osds: 2 up, 2 in
2010-12-21 05:17:54.055818 log 2010-12-21 04:32:34.001882 mon0 192.168.1.102:6789/0 7 : [INF] mds? 192.168.1.99:6800/14800 up:boot
2010-12-21 05:17:54.055875 mon e2: 3 mons at {0=192.168.1.102:6789/0,1=192.168.1.104:6789/0,2=192.168.1.103:6789/0}


Files

mds.0.log (10.1 KB) mds.0.log mds log longguang yue, 12/20/2010 09:20 PM
Actions #1

Updated by Sage Weil over 13 years ago

You can't mount until mds replay completes. Probably it is blocked on osd io? Can uou repeat with 'debug ms = 1' in ceph.conf?

Actions #2

Updated by longguang yue over 13 years ago

how to locate error in logs?
mds.log is attached.
Sage Weil wrote:

You can't mount until mds replay completes. Probably it is blocked on osd io? Can uou repeat with 'debug ms = 1' in ceph.conf?

Actions #3

Updated by Sage Weil over 13 years ago

  • Status changed from New to Closed

To diagnose this sort of problem we need to see 'ceph -s' (to know if osds are up, etc.). If they are, then the mds log (/var/log/ceph/mds*) with 'debug ms = 1' debug level enabled so we can see what IO requests are blocking during replay.

Actions

Also available in: Atom PDF