Conversation
bc33793 to
dc567ea
Compare
- rewrite compose.production.yaml: 5 volume servers (1 per 22TB drive) with leveldb index, admin+worker for erasure coding, pushgateway+prometheus+grafana, filer backup, x-logging - enable s3 sink in replication.toml for async backup to minio - add s3-config.json with admin + backup identities - switch prometheus to pushgateway scrape mode - add jwt security env var docs to security.toml - update .env templates with secrets scaffolding (jwt, sse, grafana) - document audit and changes in progress.md
Rename SFS_* settings to PRIMARY_* and MINIO_* to SECONDARY_* across the storage backend (settings, dual storage, client, tests, monitoring). Introduce OBJECT_STORE_READ_FALLBACK_TO_SECONDARY_ENABLED flag. Fix duplicate dead code block in get_minio_client().
Replace MinIO service with RustFS (local/CI) and add secondary RustFS (production). Rename associated networks/volumes. Consolidate env_file references to storage.env. Remove old CI workflow.
Replace minio.env and sfs.env with storage.env (local/CI) and storage.prod.env (production). Update generate-secrets and deploy scripts to use new names and PRIMARY/SECONDARY env vars. Update seaweedfs justfile and deploy.sh for renamed env vars.
Update documentation to reflect the rename from SFS/MINIO to PRIMARY/SECONDARY and from minio/sfs.env to storage.env.
standardize ci and local compose files to follow production patterns: - upgrade image tag to 4.23_large_disk_full - add x-logging anchor with default logging config - mount individual config files instead of entire config directory - use yaml block scalar format for commands - standardize healthcheck parameters across all services - use bind mounts under ./data/ instead of named volumes for local/ci - remove obsolete compose.yaml not used by any environment - fix data-setup justfile recipe for new directory structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Integration of SeaweedFS as additional storage backend.
chmod-ing.envfiles to600upon (re-)generation.