Zhitao Li

Results 46 comments of Zhitao Li

Thanks for your reply. We will test it in future versions.

Can we make GetExportLabel thread-safe? In our practice, we need a similar data structure like `exportLabels` to cache the mapping from ipv4 integer format to string format. https://github.com/nfs-ganesha/nfs-ganesha/blob/8520ce672eb569658fc1a4438d697499adec23ad/src/monitoring/monitoring.cc#L253 Is it...

I submitted the [patch](https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1198388/1/src/monitoring/monitoring.cc) to make GetExportLabels() thread-safe via gerrit. Please review the patch in your free time :)

> In order to have the back end filesystem provide lock support to Ganesha, it must have some way to distinguish lock owners other than process, if that can be...

Is it ok to use the lock owner given by NFS client? It will be more clear to distinguish different lock owners for FSAL. ``` struct state_owner4 { clientid4 clientid;...