]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs_aio_ratelimit: add cluster mode note to test script
authorAvan Thakkar <athakkar@redhat.com>
Mon, 23 Feb 2026 12:46:07 +0000 (18:16 +0530)
committerGünther Deschner <gd@samba.org>
Wed, 22 Jul 2026 15:50:41 +0000 (15:50 +0000)
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/script/tests/test_aio_ratelimit.sh

index fec749c6616f67c624328fe9abddfc4580606a92..d80b54092a4a966c15639ae65a084acbb1f8d106 100755 (executable)
@@ -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")