Project

General

Profile

Actions

Bug #23213

open

Bug #23098: ceph-mds: prevent MDS names starting with a digit

mds: exits after 'starting mds.* at -'

Added by Jos Collin about 6 years ago. Updated about 6 years ago.

Status:
Need More Info
Priority:
Normal
Assignee:
-
Category:
Administration/Usability
Target version:
-
% Done:

0%

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

Description

For MDS id other than the default (a,b,c), ceph-mds displays 'starting mds.otherid at -', but the mds process actually shuts down (goto shutdown) without printing any informative message. This looks as if the new process is started and running, but actually it is not.

In addition, Is there a better way to deal with this situation? Like don't attempt the starting?

$ ./bin/ceph-mds -i otherid
starting mds.otherid at -

Actions #1

Updated by Patrick Donnelly about 6 years ago

  • Subject changed from ceph-mds displays 'starting mds.* at -' to mds: exits after 'starting mds.* at -'
  • Status changed from New to Need More Info

Jos Collin wrote:

For MDS id other than the default (a,b,c)

Where do you get "default"? MDS ids have no default names.

, ceph-mds displays 'starting mds.otherid at -', but the mds process actually shuts down (goto shutdown) without printing any informative message. This looks as if the new process is started and running, but actually it is not.

We need information on how the MDS shuts down. I assume you turned debugging all the way up?

Actions

Also available in: Atom PDF