mirror of
https://github.com/versity/scoutfs.git
synced 2025-12-23 13:35:18 +00:00
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:
@@ -383,7 +383,7 @@ fi
|
||||
quo=""
|
||||
if [ -n "$T_MKFS" ]; then
|
||||
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
|
||||
|
||||
msg "making new filesystem with $T_QUORUM quorum members"
|
||||
|
||||
Reference in New Issue
Block a user