loverustfs

Results 450 comments of loverustfs

> how to use this endpoints? Using with bearer token/scrape-config generated by "mc admin prometheus generate rustfs-storage" on prometheus didn't work? > > ``` > - job_name: rustfs-datausage-job > bearer_token:...

``` # Create data and logs directories mkdir -p data logs # Change the owner of these directories chown -R 10001:10001 data logs # Using latest version docker run -d...

Please wait for our confirmation. Thanks.

Hey @sdre15 , The RustFS operator is still under development. You can try using Helm first.

This bug has been fixed. https://github.com/rustfs/operator/pull/57 Please wait for the administrator to review and merge.

Hey @sdre15 , This bug has been fixed. Please upgrade to the latest version, alpha.77: https://github.com/rustfs/rustfs/releases/tag/1.0.0-alpha.77 We will close this issue for now. If the problem persists, please leave a...

Hi @cod3mas0n , Thank you for submitting this PR and for catching the issue where the pre-commit hook fails if Rust isn't installed. While I agree we should handle the...

Thanks for the update! This is much safer as it avoids modifying the user's environment. However, there is a small architectural issue: The check currently runs at the parsing stage....

It’s a bit awkward to mention this, but I consulted Gemini regarding this logic, and it actually advised against merging the PR in its current state. This modification involves quite...

Hey @cod3mas0n , We tend to optimize only existing solutions.