On 02/22/2017 05:16 PM, Tahereh Fattahi
wrote:
1) Install debuginfo if you are using rpm, if you are using source code then configure with --enable-debig. 2) Do a fuse mount from client (mount -t glusterfs server_hostname:/volname /mount_point) 3) find the pidof the mount process (you can grep for glusterfs or with you volname) 4) Attach gdb to the client process using gdb -p <pidof glusterfs> 5) put your break points in dht functions and then you are good to go :) Regards Rafi KC
|
_______________________________________________ Gluster-users mailing list Gluster-users@xxxxxxxxxxx http://lists.gluster.org/mailman/listinfo/gluster-users