Pranith Kumar Karampuri

Results 51 comments of Pranith Kumar Karampuri

@afprobst Could you post output of "gluster volume heal info summary" output? Is it constantly increasing or is it the same number or decreasing and increasing? Please post the logs.

Code looks good to me. Is there a test that can identify the issue you found? If yes could you add it as part of one of the patches?

@lvtao-sec as per the logs the file is not created. Could you post the return value of `open()` call once again? Even better would be giving an strace of the...

https://github.com/gluster/glusterfs/pull/1750 is in development which over time will be a replacement. https://github.com/gluster/glusterfs/pull/1763 was merged last week.

> Do index insert/delete operation in an internal data structure(hash) and save the gfids in a file while index refcount is 1 and 0. During the brick start, the index...

> > > Do index insert/delete operation in an internal data structure(hash) and save the gfids in a file while index refcount is 1 and 0. During the brick start,...

> Below is the perf result after execute a small test case on a single node (1x3) > > echo 3 > /proc/sys/vm/drop_caches;/root/smallfile/smallfile_cli.py --operation create --threads 8 --file-size 64 --files...

> > > > > Do index insert/delete operation in an internal data structure(hash) and save the gfids in a file while index refcount is 1 and 0. During the...

``` [2021-08-11 12:07:29.549565 +0000] I [rpc-clnt.c:1968:rpc_clnt_reconfig] 0-roi-prod-files-client-1: changing port to 49174 (from 0) ``` The log is supposed to say 49171 as per the volume status output. @nik-redhat Do you...

@Adam2Marsh I think it is better to check `netstat -anlp` on each brick machine and see if the port information of the brick matches volume status output. If it doesn't...