-
Notifications
You must be signed in to change notification settings - Fork 905
Description
Describe the bug
`
PS E:\oss\rustfs> .\rustfs.exe E:\oss\rustfs
RustFS Http API: http://192.168.3.38:9000 http://127.0.0.1:9000
RustFS Start Time: 2026-01-08 10:21:59
Console WebUI Start Time: 2026-01-08 10:21:59
Console WebUI available at: http://192.168.3.38:9001/rustfs/console/index.html
Console WebUI (localhost): http://127.0.0.1:9001/rustfs/console/index.html
{"timestamp":"2026-01-08T10:21:59.3105501+08:00","level":"ERROR","fields":{"message":"rebalanceMeta: load rebalance meta err Io(Custom { kind: InvalidFilename, error: "文件名、目录名或卷标语法不正确。 (os error 123)" })"},"target":"rustfs_ecstore::rebalance","filename":"crates\ecstore\src\rebalance.rs","line_number":255,"threadName":"main","threadId":"ThreadId(1)"}
{"timestamp":"2026-01-08T10:21:59.310707+08:00","level":"ERROR","fields":{"message":"cleanup_deleted_objects error: Io(Os { code: 123, kind: InvalidFilename, message: "文件名、目录名或卷标语法不正确。" })"},"target":"rustfs_ecstore::disk::local","filename":"crates\ecstore\src\disk\local.rs","line_number":267,"threadName":"rustfs-worker","threadId":"ThreadId(9)"}
{"timestamp":"2026-01-08T10:21:59.3107038+08:00","level":"ERROR","fields":{"message":"cleanup_deleted_objects error: Io(Os { code: 123, kind: InvalidFilename, message: "文件名、目录名或卷标语法不正确。" })"},"target":"rustfs_ecstore::disk::local","filename":"crates\ecstore\src\disk\local.rs","line_number":267,"threadName":"rustfs-worker","threadId":"ThreadId(7)"}
{"timestamp":"2026-01-08T10:21:59.3109617+08:00","level":"ERROR","fields":{"message":"init err: Io error: 文件名、目录名或卷标语法不正确。 (os error 123)"},"target":"rustfs_ecstore::store","filename":"crates\ecstore\src\store.rs","line_number":307,"threadName":"main","threadId":"ThreadId(1)"}
{"timestamp":"2026-01-08T10:21:59.3109804+08:00","level":"ERROR","fields":{"message":"retry after 5 second"},"target":"rustfs_ecstore::store","filename":"crates\ecstore\src\store.rs","line_number":308,"threadName":"main","threadId":"ThreadId(1)"}
{"timestamp":"2026-01-08T10:22:04.3176992+08:00","level":"ERROR","fields":{"message":"rebalanceMeta: load rebalance meta err Io(Custom { kind: InvalidFilename, error: "文件名、目录名或卷标语法不正确。 (os error 123)" })"},"target":"rustfs_ecstore::rebalance","filename":"crates\ecstore\src\rebalance.rs","line_number":255,"threadName":"main","threadId":"ThreadId(1)"}
{"timestamp":"2026-01-08T10:22:04.3179877+08:00","level":"ERROR","fields":{"message":"init err: Io error: 文件名、目录名或卷标语法不正确。 (os error 123)"},"target":"rustfs_ecstore::store","filename":"crates\ecstore\src\store.rs","line_number":307,"threadName":"main","threadId":"ThreadId(1)"}
{"timestamp":"2026-01-08T10:22:04.3180006+08:00","level":"ERROR","fields":{"message":"retry after 5 second"},"target":"rustfs_ecstore::store","filename":"crates\ecstore\src\store.rs","line_number":308,"threadName":"main","threadId":"ThreadId(1)"}
{"timestamp":"2026-01-08T10:22:09.3226096+08:00","level":"ERROR","fields":{"message":"rebalanceMeta: load rebalance meta err Io(Custom { kind: InvalidFilename, error: "文件名、目录名或卷标语法不正确。 (os error 123)" })"},"target":"rustfs_ecstore::rebalance","filename":"crates\ecstore\src\rebalance.rs","line_number":255,"threadName":"main","threadId":"ThreadId(1)"}
{"timestamp":"2026-01-08T10:22:09.3228357+08:00","level":"ERROR","fields":{"message":"init err: Io error: 文件名、目录名或卷标语法不正确。 (os error 123)"},"target":"rustfs_ecstore::store","filename":"crates\ecstore\src\store.rs","line_number":307,"threadName":"main","threadId":"ThreadId(1)"}
{"timestamp":"2026-01-08T10:22:09.3228492+08:00","level":"ERROR","fields":{"message":"retry after 5 second"},"target":"rustfs_ecstore::store","filename":"crates\ecstore\src\store.rs","line_number":308,"threadName":"main","threadId":"ThreadId(1)"}
PS E:\oss\rustfs>
`
To Reproduce
cmd exec " .\rustfs.exe E:\oss\rustfs"
Expected behavior
Startup successful, no error reported
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: windosws server 2019
- Browser Microsoft Edge
- Version [Microsoft Edge 143.0.3650.96]