Adrian
Adrian
Several locks or cond are initialized in ganesha code, but I don't see where to destroy? So I want to ask where it was destroyed or not needed to be...
I am currently using the Ceph backend, and I have a large number of exports, possibly in the thousands. When Ganesh restarts, it needs to load the export directories one...
My ganesha version is 5.5. The ceph version is the latest, and NONBLOCKING_IO compilation is on. When my client mounts the NFS directory, both reading and writing are normal. But...
The ganesha version I am using is 5.5.2 and the backend is CEPH. Entries_HWMark is 500000, Chunks_HWMark is 0. When I use vdbench to continuously write files to the nfs...
nfs-ganesha uses a lot of wall time. For example, time(), gettimeofday(). If the server clock is changed, for example, the clock module is broken, the time becomes the original time....
My version of nfs-ganesha is 5.6, use NFS v3. I use vdbench to read and write files for testing, a network abnormality may have occurred during the test, but it...
When installing the latest version of ganesha, the os reported an error: ``` 1.177 Error: 1.177 Problem: conflicting requests 1.177 - nothing provides libc-devel needed by nfs-ganesha-utils ``` I found...
My ganesha version is 6-dev.11. Configured as: `EXPORT { Export_Id = 1; Path = /nfs; Protocols = 3; Access_Type = RW; Squash = Root_Squash; Pseudo = /nfs; FSAL { Name...
When ganesha tries to connect to other services, such as rpcbind, the ports 600~1023 are used when calling the bindresvport_sa interface(assuming that AF_LOCAL is not used), is there any particular...
My ganesha version is 5.7, using the ceph backend. Configured an export: ``` EXPORT { Export_Id = 1; Path = /test; Protocols = 3,4; Access_Type = RW; Squash = No_Root_Squash;...