Project

General

Profile

Bug #39154

Updated by Brad Hubbard about 5 years ago

To reproduce. 

 <pre> 
 ceph osd out 2 
 init-ceph stop osd.2 
 ceph osd purge 2 --yes-i-really-mean-it 
 ceph -s 2>&1|grep osd:                                                                                                                                                                           
     osd: 5 osds: 5 up (since 63s), 5 in (since 90s) 
 ceph osd in any 2>/dev/null 
 marked in osd.2. 
 ceph -s 2>&1|grep osd: 
     osd: 6 osds: 5 up (since 2m), 6 in (since 78s) 
 </pre>

Back