Project

General

Profile

Actions

Bug #15235

closed

MDS : erroneous error message about reading config file

Added by Florent B about 8 years ago. Updated about 8 years ago.

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

0%

Source:
Community (user)
Tags:
Backport:
Regression:
No
Severity:
2 - major
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
Labels (FS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Hi,

I have a bug on Infernalis with MDS.

When a MDS is failing and going to standby mode (ceph mds fail X), it crashes with :

global_init: error reading config file.

But it never tries to read config file ! Running with strace shows :

[...]
fcntl(13, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
write(10, "\0", 1) = 1
rt_sigaction(SIGINT, {0x561eb327c360, ~[RTMIN RT_1], SA_RESTORER|SA_RESETHAND, 0x7f68356c58d0}, {SIG_DFL, [], 0}, 8) = 0
pipe([15, 16]) = 0
fcntl(15, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
write(10, "\0", 1) = 1
rt_sigaction(SIGTERM, {0x561eb327c360, ~[RTMIN RT_1], SA_RESTORER|SA_RESETHAND, 0x7f68356c58d0}, {SIG_DFL, [], 0}, 8) = 0
futex(0x7f682f2f79d0, FUTEX_WAIT, 5913, NULLglobal_init: error reading config file.
<unfinished ...>
++ exited with 1 ++

No file is opened before error.

MDS is running with ceph user, who has rights to read /etc/ceph/ceph.conf :

  1. su - ceph -s /bin/bash -c "test -r /etc/ceph/ceph.conf && echo OK"
    OK

Related issues 1 (0 open1 closed)

Related to CephFS - Bug #14144: standy-replay MDS does not cleanup finished replay threadsResolved12/21/2015

Actions
Actions

Also available in: Atom PDF