Is there a way I can verify if the logs are actually being written by the ceph-osd processes?



Try bumping up the logging level temporarily. This makes my make osd.0 write to it's log every second:
ceph tell osd.0 injectargs '--debug-osd 5/5'

Turn it off with:
ceph tell osd.0 injectargs '--debug-osd 0/5'


If you don't get anything in the logs with debug-osd 5/5, then I would start with log rotation. What OS are you running?

I did have some issues with RadosGW initially. Log rotate would rotate the logs, but notify RadosGW. I fixed the Chef recipe to put the RadosGW log in /var/log/radosgw/, not /var/log/ceph/.
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to