loverustfs
loverustfs
This is a really strange problem. This bug hasn't appeared for a long time. I'll retest it.
## Install & status ## Configure file ``` root@racknerd-3272b61:~# cat /etc/default/rustfs RUSTFS_ACCESS_KEY=rustfsadmin RUSTFS_SECRET_KEY=rustfsadmin RUSTFS_VOLUMES="/data/rustfs0" RUSTFS_ADDRESS=":9000" RUSTFS_CONSOLE_ADDRESS=":9001" RUSTFS_CONSOLE_ENABLE=true RUSTFS_OBS_LOGGER_LEVEL=error RUSTFS_OBS_LOG_DIRECTORY="/var/logs/rustfs/" ``` ## Modify passowrd ``` RUSTFS_ACCESS_KEY=rustfsadmin RUSTFS_SECRET_KEY=abcdABCD123 RUSTFS_VOLUMES="/data/rustfs0" RUSTFS_ADDRESS=":9000" RUSTFS_CONSOLE_ADDRESS=":9001" RUSTFS_CONSOLE_ENABLE=true...
If needed, I can send you the server's IP address. You'll need to send me an email with the issue link in the subject line. I can send you the...
Hi @cod3mas0n, Thanks for the contribution! I really like the new check-% and warn-% mechanism; it makes the build requirements much clearer and the error messages more friendly. However, I...
Thanks for the quick feedback. You are absolutely right—since git hooks aren't version-controlled, a fresh clone won't have the .git/hooks/pre-commit file, causing chmod to fail. However, I'd prefer to avoid...
Okay, I'll talk to the person in charge of the Makefile again to see if pre-commit is acceptable.
@houseme @majinghe Could you please evaluate whether it is necessary to introduce a hard dependency on Python pre-commit tools?
Hey @cod3mas0n , Thanks for the great work! Merged. 🚀
Here are the answers to your questions regarding operational monitoring and admin tools in RustFS: ## 1. Current Tooling vs. Console We currently do not have a dedicated command-line tool...
> Thanks for the explanation. Just to clarify: I don’t need a MinIO client or compatibility, the `mc admin` is only a reference for the type of operational visibility. A...