skmprabhu1
skmprabhu1
one more question related to thread pool management. From work_pool_thread() if (0 > pool->pqh.qcount++) { /* negative for task(s) */ have = TAILQ_FIRST(&pool->pqh.qh); TAILQ_REMOVE(&pool->pqh.qh, have, q); wpt->work = (struct work_pool_entry...
> All this timeout does is determine how long we have to wait with no work before we will reduce the number of threads in the pool. I don't think...
Thanks Frank. I'll change timeout to 10 secs and submit patch. Yes. Thread creation time is not expensive. Few customers asked why Ganesha is running with lot of threads(after peak...
Hi Frank, Ganesha version is 3.5 Also, are you using dbus to add an export to a running Ganesha, or configuring nested exports in your config file? What FSAL are...
I have found a issue with the code . Please find the detailed logs: 3673 2022-08-17 06:51:05 : epoch 0002007f : c84f2u23-vm7 : gpfs.ganesha.nfsd-15718[main] pseudo_mount_export :EXPORT :DEBUG :BUILDING PSEUDOFS: Export_Id...
@ffilz Hi Frank, get_gsh_export_by_pseudo_locked() is called in below sequence. pseudo_mount_export->get_gsh_export_by_pseudo->get_gsh_export_by_pseudo_locked pseudo_mount_export() { [...] [...] /* Now find the export we are mounted on */ op_ctx->ctx_export = get_gsh_export_by_pseudo(tmp_pseudopath, false); should we...
In upgrade scenario, We just use old config with new ganesha. I feel we should have support for both blocks for some time.
From the ganesha.log, it is clear that we are trying to access already freed memory. 2022-06-13 14:54:36 : epoch 000901d0 : protocol2b : gpfs.ganesha.nfsd-599875[svc_271] nlm4_Unlock :NLM :DEBUG :REQUEST RESULT: NLM4_UNLOCK...
I'm able to recreate the issue with below test 1. create 3 node cluster - 1 nsd node and 2 protocol node. 2. create a folder in gpfs and export...
I'm able to add more debug statements and collect refcount logs. ======================>>> Deleted File obj ==> creating fresh 64 2022-07-12 06:12:39 : epoch 00020047 : c84f2u23-vm7 : gpfs.ganesha.nfsd-14429[svc_5] mdcache_lru_get :INODE...