when i try to re-enable osd 0 i get error:
ceph-volume simple activate 0 41a5b45b-5b4c-4898-9ae8-458093085842
--> Required devices (data, and journal) not present for filestore
--> filestore devices found: ['data']
--> RuntimeError: Unable to activate filestore OSD due to missing devices
root@petr-stor1:~# nano /etc/ceph/osd/0-41a5b45b-5b4c-4898-9ae8-458093085842.json
osd config file:
cat /etc/ceph/osd/0-41a5b45b-5b4c-4898-9ae8-458093085842.json
{
"active": "ok",
"ceph_fsid": "58350e35-dbea-448f-9445-bd3864a14b8e",
"cluster_name": "ceph",
"data": {
"path": "/dev/sdb1",
"uuid": "41a5b45b-5b4c-4898-9ae8-458093085842"
},
"fsid": "41a5b45b-5b4c-4898-9ae8-458093085842",
"journal.bak": {
"path": "/dev/disk/by-partuuid/ef5dbe63-4b32-4853-aa7f-6c87885b47c2",
"uuid": "ef5dbe63-4b32-4853-aa7f-6c87885b47c2"
},
"journal_uuid": "ef5dbe63-4b32-4853-aa7f-6c87885b47c2",
"keyring": "AQCQZSpUmMZrDRAASMQTZOlHfI++NEkUMWB3Mw==",
"magic": "ceph osd volume v026",
"ready": "ready",
"require_osd_release": 15,
"systemd": "",
"whoami": 0,
"type": "filestore"
}