syspro4
syspro4
Thanks dang for your reply. I confirmed with gdb that the USE_GLUSTER_XREADDIRPLUS flag is set and it is calling glfs_xreaddirplus_r(). Also according to above numbers we can see that gluster...
Thanks for your reply. I can explore more on the round trips part if you can share some more details about it. Thanks!
Hi, Can you please share any thoughts on improving 'ls -l' performance? Thanks!
I will enable lttng & get that info.
Hi, I am able to capture the lttng data for 'ls -l | wc -l' command. From the lttng traces I do not see any abnormal behavior which takes long...
NFS client is sending 32k size buffer and Ganesha is filling up entire 32k. In this 32k, it is returning 137 entries. Regarding the callback, can we reduce the callback...
Thanks for the reply! I will change the gluster code and replace glusterfs->sys_readv to new_sys_readv() and try to use libvma.
I fixed gluserfs->sys_readv to new_sys_readv() and now I can start glusterd with libvma. But now it fails to spawn new process (glusterfsd). glusterfsd is a daemon process which does actual...
Thanks for the reply. But I am getting error while running the Gluster services (glusterd & glusterfsd) in demonize mode while using libvma. I always get same error: [event-epoll.c:429:event_register_epoll] 0-epoll:...
I managed to get the crash dump while running fio with rw=read. Am I missing any configuration/parameter setting? Please help. [root@ core]# gdb glfs_epoll004.11.core.80614 [Thread debugging using libthread_db enabled] Using...