Project

General

Profile

Bug #23124

Updated by Nathan Cutler about 6 years ago

Execution Steps: 
 ---------------- 
        1. # ceph osd tree [ceph is in running state] 
        2. # systemctl disable ceph.target 
        3. # systemctl disable ceph-osd.target 
        4. # reboot 
        5. # ceph osd tree 
        6. # systemctl | grep ceph 
        7. # ps -ax | grep ceph 

 Observation: 
 ------------- 

 It is observed that ceph osd tree is showing that OSDs are in "up" state , whereas osd daemon services are not running and no process is created for ceph-osd after disabling ceph.target and ceph-osd.target 

 Workaround: 
 ------------ 

 <pre> 
         

         # systemctl start ceph-osd@<osd-id> 
         # systemctl stop ceph-osd@<osd-id> 
 </pre> 

   


   [ Note : After starting the service again, osd tree gives proper output    But this is not the proper solution ] 
         # ceph osd tree

Back