Enable ipv6 in testing.

Instead of using 127.0.0.1, we initialize the quorum slots to ::1,
enabling all ipv6 support.

Signed-off-by: Auke Kok <auke.kok@versity.com>
This commit is contained in:
Auke Kok
2025-09-16 11:19:51 -07:00
parent 3ca0bef6ad
commit 62965d828e

View File

@@ -383,7 +383,7 @@ fi
quo="" quo=""
if [ -n "$T_MKFS" ]; then if [ -n "$T_MKFS" ]; then
for i in $(seq -0 $((T_QUORUM - 1))); do for i in $(seq -0 $((T_QUORUM - 1))); do
quo="$quo -Q $i,127.0.0.1,$((T_TEST_PORT + i))" quo="$quo -Q $i,::1,$((T_TEST_PORT + i))"
done done
msg "making new filesystem with $T_QUORUM quorum members" msg "making new filesystem with $T_QUORUM quorum members"