Project

General

Profile

Documentation #46052

Updated by Sebastian Wagner almost 4 years ago

ceph version 15.2.3 
 using Cephadm 

 <pre> 
 ceph orch host ls 
 HOST          ADDR             LABELS             STATUS 
 ceph0-ote    ceph0-ote    mon mgr mds rgw 
 ceph1-ote    ceph1-ote    mon mgr mds rgw 
 ceph2-ote    ceph2-ote    mon mgr mds rgw 

 </pre> 
 I tried to get the rgw to use the label so it deploys an a few nodes. 
 <pre> 
 $ ceph orch apply rgw realm1 zone1 label:rgw 
 </pre> 

 <pre> 
 $ceph health detail 
 HEALTH_ERR Module 'cephadm' has failed: DaemonDescription: Cannot calculate service_id: ['realm1', 'zone1', 'label:rgw', 'ceph1-ote', 'irsehd'] 
 [ERR] MGR_MODULE_ERROR: Module 'cephadm' has failed: DaemonDescription: Cannot calculate service_id: ['realm1', 'zone1', 'label:rgw', 'ceph1-ote', 'irsehd'] 
     Module 'cephadm' has failed: DaemonDescription: Cannot calculate service_id: ['realm1', 'zone1', 'label:rgw', 'ceph1-ote', 'irsehd'] 
 </pre> 



 

Back