test debug

This commit is contained in:
weisd
2024-07-25 18:06:05 +08:00
parent 1c1e51e082
commit d378753f7c
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -21,14 +21,14 @@
}, },
"args": [ "args": [
"--access-key", "--access-key",
"rustfs", "AKEXAMPLERUSTFS",
"--secret-key", "--secret-key",
"rustfs", "SKEXAMPLERUSTFS",
"--address", "--address",
"0.0.0.0:9010", "0.0.0.0:9010",
"--domain-name", "--domain-name",
"127.0.0.1:9010", "127.0.0.1:9010",
"/tmp/rustfs/test{0...4}" "./target/volume/test{0...4}"
], ],
"cwd": "${workspaceFolder}" "cwd": "${workspaceFolder}"
}, },
+1 -1
View File
@@ -2,7 +2,7 @@
## 基础存储 ## 基础存储
- [ ] 删除旧版本文件 - [ ] 上传同名文件时,删除旧版本文件
- [ ] EC可用读写数量判断 - [ ] EC可用读写数量判断
- [ ] 小文件存储到metafile, inlinedata - [ ] 小文件存储到metafile, inlinedata
- [ ] 错误类型判断 - [ ] 错误类型判断