[arvados] updated: 2.7.0-5659-gf0908fd587

git repository hosting git at public.arvados.org
Fri Jan 5 16:06:43 UTC 2024


Summary of changes:
 lib/config/config.default.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

       via  f0908fd5878be533d1208c6a528459945524256b (commit)
      from  a5af8485c9658e13c6ef40981138731b0db35a68 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit f0908fd5878be533d1208c6a528459945524256b
Author: Tom Clegg <tom at curii.com>
Date:   Fri Jan 5 11:02:01 2024 -0500

    21285: Document that only HPC dispatchers use tunnel slots.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml
index 3924090ca9..ddf7a01e90 100644
--- a/lib/config/config.default.yml
+++ b/lib/config/config.default.yml
@@ -254,9 +254,10 @@ Clusters:
       # the incoming request queue before returning 503.
       MaxQueueTimeForLockRequests: 2s
 
-      # Maximum number of active gateway tunnel connections. A slot is
-      # consumed by each running container, and by each incoming
-      # "container shell" connection. These do not count toward
+      # Maximum number of active gateway tunnel connections. One slot
+      # is consumed by each "container shell" connection. If using an
+      # HPC dispatcher (LSF or Slurm), one slot is consumed by each
+      # running container.  These do not count toward
       # MaxConcurrentRequests.
       MaxGatewayTunnels: 1000
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list