[ceph-users] Read/write statistics per RBD image

2018-07-17 Thread Mateusz Skala (UST, POL)
Hi, It is possible to get statistics of issued reads/writes to specific RBD image? Best will be statistics like in /proc/diskstats in linux. Regards Mateusz ___ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph

Re: [ceph-users] Read/write statistics per RBD image

2018-07-18 Thread Mateusz Skala (UST, POL)
[mailto:jdill...@redhat.com] Sent: Tuesday, July 17, 2018 3:29 PM To: Mateusz Skala (UST, POL) Cc: ceph-users Subject: Re: [ceph-users] Read/write statistics per RBD image Yes, you just need to enable the "admin socket" in your ceph.conf and then use "ceph --admin-daemon /path

Re: [ceph-users] Read/write statistics per RBD image

2018-07-24 Thread Mateusz Skala (UST, POL)
Thank You for help, it is exactly that I need. Regards Mateusz From: Jason Dillaman [mailto:jdill...@redhat.com] Sent: Wednesday, July 18, 2018 1:28 PM To: Mateusz Skala (UST, POL) Cc: dillaman ; ceph-users Subject: Re: [ceph-users] Read/write statistics per RBD image Yup, on the host

Re: [ceph-users] Read/write statistics per RBD image

2018-07-24 Thread Mateusz Skala (UST, POL)
Hello again, How can I determine $cctid for specific rbd name? Or is there any good way to map admin-socket with rbd? Regards Mateusz From: ceph-users [mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of Mateusz Skala (UST, POL) Sent: Tuesday, July 24, 2018 9:49 AM To: dilla

Re: [ceph-users] Read/write statistics per RBD image

2018-07-24 Thread Mateusz Skala (UST, POL)
If one VM is using multiple rbd’s then using just $pid is not enough. Socket shows only one (first) rbd statistics. Regards Mateusz From: Jason Dillaman [mailto:jdill...@redhat.com] Sent: Tuesday, July 24, 2018 2:39 PM To: Mateusz Skala (UST, POL) Cc: ceph-users Subject: Re: [ceph-users

Re: [ceph-users] Read/write statistics per RBD image

2018-07-24 Thread Mateusz Skala (UST, POL)
OK, it will be nice feature if we can get name of rbd from admin socket, at now I’m doing this in the way you wrote. Thanks for help, Mateusz From: Jason Dillaman [mailto:jdill...@redhat.com] Sent: Tuesday, July 24, 2018 2:52 PM To: Mateusz Skala (UST, POL) Cc: ceph-users Subject: Re

Re: [ceph-users] Read/write statistics per RBD image

2018-07-24 Thread Mateusz Skala (UST, POL)
ailto:ceph-users-boun...@lists.ceph.com] On Behalf > Of Mateusz Skala (UST, POL) > Sent: Tuesday, July 24, 2018 9:49 AM > To: dilla...@redhat.com > Cc: ceph-users@lists.ceph.com > Subject: [Possibly Forged Email] Re: [ceph-users] Read/write > statistics per RBD image >

Re: [ceph-users] [Ceph-community] How to setup Ceph OSD auto boot up on node reboot

2018-09-06 Thread Mateusz Skala (UST, POL)
Hi, If it’s problem with UUID of partition You can use this commands: sgdisk --change-name={journal_partition_number}:'ceph journal' --typecode={journal_partition_number}:45b0969e-9b03-4f30-b4c6-b4b80ceff106 --mbrtogpt -- /dev/{journal_device} sgdisk --change-name={data_partition_number}:'ce