Project

General

Profile

Bug #47921

Updated by Sebastian Wagner over 3 years ago

mds created by "ceph orch apply mds 1" get auth caps of 

 <pre> 
 > mds.test_fs.******.gpqtol 
 >  	 key: ***********************== 
 >  	 caps: [mds] allow 
 >  	 caps: [mon] profile mds 
 >  	 caps: [osd] allow rw tag cephfs *=* 
 </pre> 

 This auth caps will leads to 

 <pre> 
 > [ERR] MDS_DAMAGE: 1 mds daemon damaged 
 > fs test_fs mds.0 is damaged 
 </pre> 

 During any mds failure when the fs is mounted and in operations 

 The working mds should have caps of 

 <pre> 
 > mds.FlexCephAF1b 
 >  	 key: AQCCW29e1ZY1NRAAwjSB6zG6DMzM9wusyRPgQA== 
 >  	 caps: [mds] allow * 
 *>  	 caps: [mgr] profile mds* 
 >  	 caps: [mon] profile mds 
 >  	 caps: [osd] allow * 
 </pre>

Back