skmprabhu1

Results 15 comments of skmprabhu1

> I think this should fix the issue. > > https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/541117 > I think this should fix the issue. > > https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/541117 Hi Frank, The fix is not resolving the...

I see, in state_add_grant_cookie(), we are referencing fsal_obj_handle ,but we are not incrementing refcount for success case. In case of lock_entry, refcount got incremented in success case. Should we increment...

@ffilz @dang I think I've found the fix. In state_lock(), if status == STATE_SUCCESS, then we are taking recount before adding lock into file.lock_list ( if it is empty) ....

The test is running for more than 2 hour without crash(it is used to crash every 5 mins). And, i see we are hitting the conditions.. grep -i prabhu /var/log/ganesha.log...

Hi Daniel, I would like know what is the use case for exporting tmpfs filesystem? why nfs client would require access to tmpfs? Suppose If we allow Ganesha to export...