fix add service_account

This commit is contained in:
weisd
2025-02-25 00:39:19 +08:00
parent 15a246bf75
commit dae6616720
3 changed files with 7 additions and 9 deletions
+4 -4
View File
@@ -10,10 +10,10 @@ mkdir -p ./target/volume/test
# mkdir -p ./target/volume/test{0..4}
# if [ -z "$RUST_LOG" ]; then
# export RUST_BACKTRACE=1
# export RUST_LOG="rustfs=debug,ecstore=debug,s3s=debug,iam=debug"
# fi
if [ -z "$RUST_LOG" ]; then
export RUST_BACKTRACE=1
export RUST_LOG="rustfs=debug,ecstore=debug,s3s=debug,iam=debug"
fi
# export RUSTFS_ERASURE_SET_DRIVE_COUNT=5