Project

General

Profile

Bug #23098

Updated by Patrick Donnelly about 6 years ago

ceph-mds shows `starting * at -` for invalid MDS id. 

 <pre> 
 $ ./bin/ceph-mds -i 42 
 2018-02-22 20:23:25.624 7f11d628b080 -1 deprecation warning: MDS id 'mds.42' is invalid and will be forbidden in a future version.    MDS names may not start with a numeric digit. 
 starting mds.42 at - 

 # MDS id other than the default a,b,c 
 </pre> $ ./bin/ceph-mds -i otherid 
 starting mds.otherid at - 

 Obsolete this. $ ./bin/ceph-mds -i a 
 starting mds.a at - 
 2018-02-23 11:00:48.606 7f568eb08080 -1 open: failed to lock pidfile /home/jcollin/workspace/ceph/build/out/mds.a.pid because another process locked it. 

Back