skmprabhu1

Results 6 issues of skmprabhu1

ganesha crashed with below stack trace. Thread 1 (Thread 0x7f18357f3700 (LWP 3235373)): #0 0x00007f18748c99bf in raise () from /lib64/libpthread.so.0 #1 0x00000000004427b8 in crash_handler (signo=11, info=0x7f18357f0bb0, ctx=0x7f18357f0a80) at /usr/src/debug/gpfs.nfs-ganesha-2.7.5-ibm067.04.295048.el8.x86_64/MainNFSD/nfs_init.c:239 #2 #3...

bug
Needs-Verification

Considering clock speed of most of current processors, I feel 31 seconds is huge. Can we reduce thread termination timeout to 10-15 seconds or 5 secs? #define WORK_POOL_TIMEOUT_MS (31 /*...

Analyzing
Patch required in Gerrithub
Can we close?

Both MDCache and cacheinode uses same structure to read the config file variable. The problem is that the both blocks calling do_block_init(), hence config value reset to default value and...

bug

Suppose if we add add export1 with Psuedo path /sampleFS/FS1/ and then add export2 with Psuedo path /sampleFS/FS1/testmnt , then ganesha is throwing invalid error and not starting. # systemctl...

bug
Analyzing

nfs-ganesha/src/FSAL/localfs.c int resolve_posix_filesystem(const char *path, struct fsal_module *fsal, struct fsal_export *exp, claim_filesystem_cb claimfs, unclaim_filesystem_cb unclaim, struct fsal_filesystem **root_fs) { int retval = EAGAIN; struct stat statbuf; while (retval == EAGAIN)...

bug

Fixed the following valgrind report by initializing 'buffer' to 0 in 'svc_dg_reply': ==2615== Syscall param sendmsg(msg.msg_control) points to uninitialised byte(s) ==2615== at 0x6651C6D: ??? (in /usr/lib64/libpthread-2.17.so) ==2615== by 0x6A8A9E1: svc_dg_reply...