From: Avan Thakkar Date: Mon, 23 Feb 2026 12:46:07 +0000 (+0530) Subject: vfs_aio_ratelimit: add cluster mode note to test script X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=cd054abcc5baa1da621f44ee23ea756b5fcdb3d5;p=thirdparty%2Fsamba.git vfs_aio_ratelimit: add cluster mode note to test script Signed-off-by: Avan Thakkar Reviewed-by: Anoop C S Reviewed-by: Guenther Deschner --- diff --git a/source3/script/tests/test_aio_ratelimit.sh b/source3/script/tests/test_aio_ratelimit.sh index fec749c6616..d80b54092a4 100755 --- a/source3/script/tests/test_aio_ratelimit.sh +++ b/source3/script/tests/test_aio_ratelimit.sh @@ -1,6 +1,10 @@ #!/usr/bin/env bash # # Test VFS module aio_ratelimit +# +# In cluster mode, limits are distributed per active connection. +# These tests run with a single connection, so behavior is identical +# whether clustering is enabled or not. SELF=$(basename "$0")