add console static server

This commit is contained in:
weisd
2025-01-22 13:42:40 +08:00
parent 5c339f0757
commit 375834ea46
7 changed files with 72 additions and 5 deletions
+4 -4
View File
@@ -10,13 +10,13 @@ mkdir -p ./target/volume/test
mkdir -p ./target/volume/test{0..4}
if [ -z "$RUST_LOG" ]; then
export RUST_LOG="rustfs=debug,ecstore=debug,s3s=debug,iam=debug"
fi
# if [ -z "$RUST_LOG" ]; then
# export RUST_LOG="rustfs=debug,ecstore=debug,s3s=debug,iam=debug"
# fi
# export RUSTFS_ERASURE_SET_DRIVE_COUNT=5
export RUSTFS_STORAGE_CLASS_INLINE_BLOCK="512 KB"
# export RUSTFS_STORAGE_CLASS_INLINE_BLOCK="512 KB"
# DATA_DIR_ARG="./target/volume/test{0...4}"