Re: [ceph-users] Librbd logging

2017-04-07 Thread Laszlo Budai
Hi Jason, I've tried to do enable the lttng tracing but no success. I have done the steps from [1] and [2] but nothing happened ... It's difficult to catch the event to dump the objecter requests because when we observe the event, this is already past away. Kind regards, Laszlo On 04.04.2017

Re: [ceph-users] Librbd logging

2017-04-04 Thread Jason Dillaman
Couple options: 1) you can enable LTTng-UST tracing [1][2] against your VM for an extremely light-weight way to track IO latencies. 2) you can enable "debug rbd = 20" and grep through the logs for matching "AioCompletion.*(set_request_count|finalize)" log entries 3) use the asok file during one of

Re: [ceph-users] librbd logging

2017-02-28 Thread Jason Dillaman
In that case, live migration or power off/power on of the VMs is the only alternative (after you verify that your directories are properly created and that QEMU is able to write to them). On Tue, Feb 28, 2017 at 3:41 AM, Laszlo Budai wrote: > Hello, > > Thank you for the answer. > I don't have th

Re: [ceph-users] librbd logging

2017-02-28 Thread Bernhard J . M . GrĂ¼n
Hi, please check if you have SElinux enabled on your system(s) (CentOS/RHEL are good candidates for that). AFAIK I had to write my own pp file to support the socket file generation. You could also try to use "setenforce 0" to set SElinux to permissive mode and restart ceph (on that node). HTH Be

Re: [ceph-users] librbd logging

2017-02-28 Thread Laszlo Budai
Hello, Thank you for the answer. I don't have the admin socket either :( the ceph subdirectory is missing in /var/run. What would be the steps to get the socket? Kind regards, Laszlo On 28.02.2017 05:32, Jason Dillaman wrote: On Mon, Feb 27, 2017 at 12:36 PM, Laszlo Budai wrote: Currently m

Re: [ceph-users] librbd logging

2017-02-27 Thread Jason Dillaman
On Mon, Feb 27, 2017 at 12:36 PM, Laszlo Budai wrote: > Currently my system does not have the /var/log/quemu directory. Is it enough > to create that directory in order to have some logs from librbd? Or I need > to restart the vm? If you have the admin socket file, you can run "ceph --admin-daem