add env RUSTFS_ERASURE_SET_DRIVE_COUNT

This commit is contained in:
weisd
2024-10-05 12:33:39 +08:00
parent 10c63effd4
commit 46f7c010ca
14 changed files with 161 additions and 189 deletions
+3 -1
View File
@@ -10,7 +10,9 @@ if [ -z "$RUST_LOG" ]; then
export RUST_LOG="rustfs=debug,ecstore=debug,s3s=debug"
fi
DATA_DIR_ARG="./target/volume/test{0...4}"
export RUSTFS_ERASURE_SET_DRIVE_COUNT=8
DATA_DIR_ARG="./target/volume/test{0...15}"
if [ -n "$1" ]; then
DATA_DIR_ARG="$1"