Re: [Gluster-users] How understand some code execute client side or server side?

2017-03-09 Thread Mohammed Rafi K C
On 03/10/2017 10:47 AM, Tahereh Fattahi wrote: > Thank you very much, it is very helpful. > I see the client graph also in /var/log/glusterfs/mnt-glusterfs.log > when mount the file system. Yes, you are on the right place. Fuse mount process log's the graph if the log level is INFO. > I think

Re: [Gluster-users] How understand some code execute client side or server side?

2017-03-09 Thread Tahereh Fattahi
Thank you very much, it is very helpful. I see the client graph also in /var/log/glusterfs/mnt-glusterfs.log when mount the file system. I think there is a tree structure between xlator (I had seen something in code like child and parent of each xlator), so just some of them are the point of

Re: [Gluster-users] How understand some code execute client side or server side?

2017-03-09 Thread Mohammed Rafi K C
GlusterFS has mainly four daemons, ie glusterfs (generally client process), glusterfsd (generally brick process), glusterd (management daemon) and gluster (cli). Except cli (cli/src) all of them are basically the same binary symlinked to different name. So what makes them different is graphs, ie

[Gluster-users] How understand some code execute client side or server side?

2017-03-09 Thread Tahereh Fattahi
Hi Is there any way to understand that some code is running client side or server side (from source code and its directories)? Is it possible for some code to execute both client and server side? ___ Gluster-users mailing list Gluster-users@gluster.org