Project

General

Profile

Feature #45856

Updated by Volker Theile almost 4 years ago

According to https://docs.ceph.com/docs/master/cephadm/install/#deploy-additional-monitors-optional it is possible to assign labels to hosts. It would be great to show those labels in the hosts page. 

 <pre> 
 # ceph orch host ls 
 HOST    ADDR    LABELS    STATUS   
 mgr0    mgr0                   
 mon0    mon0                   
 osd0    osd0    
 # ceph orch host label add mgr0 foo 
 # ceph orch host ls 
 HOST    ADDR    LABELS    STATUS   
 mgr0    mgr0    foo              
 mon0    mon0                   
 osd0    osd0         
 </pre>

Back