fix:reduce_write_quorum_errs

This commit is contained in:
weisd
2024-09-03 13:34:03 +08:00
parent ced17f6deb
commit 2935945585
8 changed files with 55 additions and 49 deletions
+5 -5
View File
@@ -3,8 +3,8 @@
mkdir -p ./target/volume/test
mkdir -p ./target/volume/test{0..4}
DATA_DIR="./target/volume/test"
# DATA_DIR="./target/volume/test{0...4}"
# DATA_DIR="./target/volume/test"
DATA_DIR="./target/volume/test{0...4}"
if [ -n "$1" ]; then
DATA_DIR="$1"
@@ -14,11 +14,11 @@ if [ -z "$RUST_LOG" ]; then
export RUST_LOG="rustfs=debug,ecstore=debug,s3s=debug"
fi
cargo run "$DATA_DIR"
# cargo run "$DATA_DIR"
# -- --access-key AKEXAMPLERUSTFS \
# --secret-key SKEXAMPLERUSTFS \
# --address 0.0.0.0:9010 \
# --domain-name 127.0.0.1:9010 \
"$DATA_DIR"
# "$DATA_DIR"
# cargo run "$DATA_DIR"
cargo run "$DATA_DIR"