-
Notifications
You must be signed in to change notification settings - Fork 855
helm: Mount /tmp as emptyDir #1105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
helm: Mount /tmp as emptyDir #1105
Conversation
This fixes log messages like: ``` [2025-12-10 12:35:15.014094 +00:00] ERROR [rustfs_ahm::scanner::node_scanner] [crates/ahm/src/scanner/node_scanner.rs:441] [main:ThreadId(1)] create data directory failed "/tmp/rustfs_scanner": Read-only file system (os error 30) [2025-12-10 12:35:15.014116 +00:00] ERROR [rustfs_ahm::scanner::local_stats] [crates/ahm/src/scanner/local_stats.rs:117] [main:ThreadId(1)] create stats data directory failed "/tmp/rustfs_scanner": Read-only file system (os error 30) [2025-12-10 12:35:15.014129 +00:00] ERROR [rustfs_ahm::scanner::node_scanner] [crates/ahm/src/scanner/node_scanner.rs:519] [main:ThreadId(1)] Failed to create data directory "/tmp/rustfs_scanner": Read-only file system (os error 30) ```
31966f9 to
0db3b4e
Compare
|
@simonswine This is related with #1086, scanner logic will change, maybe the dir will not be |
|
@simonswine Just update the logic fixing process, team is trying to refactor data scanner part, will take some times. Will merge this PR to fix the issue currently. Thanks for you contribution. |
|
/LGTM /cc @houseme @loverustfs |
|
Ok, merged. @majinghe |
Co-authored-by: houseme <housemecn@gmail.com> Co-authored-by: loverustfs <hello@rustfs.com>
This fixes log messages like: