nfs-ganesha icon indicating copy to clipboard operation
nfs-ganesha copied to clipboard

Question: Can the export directory be loaded in parallel when ganesha restarts?

Open Haroldll opened this issue 1 year ago • 1 comments

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 by one in a serial manner, which takes a very long time, reaching several hundred seconds. The main time-consuming part is calling the Ceph API, such as ceph_start_reclaim.

So I was wondering if it's possible to load the export directories in parallel when Ganesh restarts in order to shorten the time. Is this approach feasible, and are there any limitations to consider?

Thanks!

Haroldll avatar Jan 24 '24 14:01 Haroldll