Project

General

Profile

Bug #44221

Updated by Lenz Grimmer about 4 years ago

Previously, orchestrator provides an interface to list all *services* (e.g. daemons) in a Ceph cluster. 

 After https://github.com/ceph/ceph/pull/33359, a new resource *daemon* was introduced: 

 *service*: represent a service category, e.g. OSD, MON, MGR. One service might contain multiple daemons. 
 *daemon*: Individual daemon runs on the nodes. e.g. osd.0, mon.abc, mgr.xyz 

 We need to adapt *Cluster->Services* page and *Cluster->Hosts->host->Services tab* to this change. 

 !demo_2020-02-20-services.png! 

 !demo_2020-02-20-hosts.png!

Back