Project

General

Profile

Bug #38517

Updated by David Galloway about 5 years ago

This is after upgrading from 13.2.X to 14.1.0-101-gdddb858 

 <pre> 
 # cat /etc/ceph/osd/115-f721ba5c-d988-4401-b65b-87ec953a6df7.json  
 { 
     "active": "ok",  
     "type": "filestore",  
     "ceph_fsid": "28f7427e-5558-4ffd-ae1a-51ec3042759a",  
     "cluster_name": "ceph",  
     "data": { 
         "path": "/dev/sdb1",  
         "uuid": "f721ba5c-d988-4401-b65b-87ec953a6df7" 
     },  
     "fsid": "f721ba5c-d988-4401-b65b-87ec953a6df7",  
     "journal": { 
         "path": "/dev/disk/by-partuuid/293c2cb5-0ec0-4624-a79b-47fdd54309f3",  
         "uuid": "293c2cb5-0ec0-4624-a79b-47fdd54309f3" 
     },  
     "journal_uuid": "293c2cb5-0ec0-4624-a79b-47fdd54309f3",  
     "keyring": "AQAk8ENVZiPoBRAAviUeO0fdDGd6SHaaNVZBCA==",  
     "magic": "ceph osd volume v026",  
     "ready": "ready",  
     "systemd": "",  
     "whoami": 115 root@mira070:~# systemctl status ceph-osd@41 
 } ● ceph-osd@41.service - Ceph object storage daemon osd.41 
    Loaded: loaded (/lib/systemd/system/ceph-osd@.service; disabled; vendor preset: enabled) 
    Active: inactive (dead) 

 root@mira070:/etc/ceph/osd# /usr/bin/ceph-osd --debug_ms 1 -f --cluster ceph --id 115 --setuser ceph --setgroup ceph Feb 28 16:53:53 mira070 systemd[1]: ceph-osd@41.service: Failed with result 'exit-code'. 
 2019-02-28 20:27:14.819 7f0a33620f00 -1 bluestore(/var/lib/ceph/osd/ceph-115/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-115/block: (2) No such file or directory Feb 28 16:53:54 mira070 systemd[1]: ceph-osd@41.service: Service hold-off time over, scheduling restart. 
 2019-02-28 20:27:14.819 7f0a33620f00 -1 bluestore(/var/lib/ceph/osd/ceph-115/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-115/block: (2) No such file or directory Feb 28 16:53:54 mira070 systemd[1]: Stopped Ceph object storage daemon osd.41. 
 2019-02-28 20:27:14.819 7f0a33620f00 -1 bluestore(/var/lib/ceph/osd/ceph-115/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-115/block: (2) No such file or directory Feb 28 16:53:54 mira070 systemd[1]: ceph-osd@41.service: Start request repeated too quickly. 
 2019-02-28 20:27:14.819 7f0a33620f00 -1 bluestore(/var/lib/ceph/osd/ceph-115/block) _read_bdev_label failed Feb 28 16:53:54 mira070 systemd[1]: Failed to open /var/lib/ceph/osd/ceph-115/block: (2) No such file or directory start Ceph object storage daemon osd.41. 
 2019-02-28 20:27:14.819 7f0a33620f00 -1 bluestore(/var/lib/ceph/osd/ceph-115/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-115/block: (2) No such file or directory Feb 28 16:54:09 mira070 systemd[1]: [/lib/systemd/system/ceph-osd@.service:15] Unknown lvalue 'LockPersonality' in section 'Service' 
 2019-02-28 20:27:14.819 7f0a33620f00 -1 bdev(0xc5d4000 /var/lib/ceph/osd/ceph-115/block) open open got: (2) No such file or directory Feb 28 16:54:09 mira070 systemd[1]: [/lib/systemd/system/ceph-osd@.service:16] Unknown lvalue 'MemoryDenyWriteExecute' in section 'Service' 
 2019-02-28 20:27:14.819 7f0a33620f00 -1 Falling back to public interface Feb 28 16:54:09 mira070 systemd[1]: [/lib/systemd/system/ceph-osd@.service:19] Unknown lvalue 'ProtectControlGroups' in section 'Service' 
 2019-02-28 20:27:14.887 7f0a33620f00 -1 bdev(0xc5d4000 /var/lib/ceph/osd/ceph-115/block) open open got: (2) No such file or directory Feb 28 16:54:09 mira070 systemd[1]: [/lib/systemd/system/ceph-osd@.service:21] Unknown lvalue 'ProtectKernelModules' in section 'Service' 
 2019-02-28 20:27:14.891 7f0a33620f00 -1 bluestore(/var/lib/ceph/osd/ceph-115/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-115/block: (2) No such file or directory Feb 28 16:54:09 mira070 systemd[1]: [/lib/systemd/system/ceph-osd@.service:23] Unknown lvalue 'ProtectKernelTunables' in section 'Service' 
 2019-02-28 20:27:14.891 7f0a33620f00 -1 bluestore(/var/lib/ceph/osd/ceph-115/block) _read_bdev_label failed to open /var/lib/ceph/osd/ceph-115/block: (2) No such file or directory 
 2019-02-28 20:27:14.891 7f0a33620f00 -1 bluestore(/var/lib/ceph/osd/ceph-115) _mount failed to load os-type: (2) No such file or directory 
 2019-02-28 20:27:14.891 7f0a33620f00 -1 osd.115 0 OSD:init: unable to mount object store 
 2019-02-28 20:27:14.891 7f0a33620f00 -1    ** ERROR: osd init failed: (2) No such file or directory 

 </pre>

Back