Skip to content
Discussion options

You must be logged in to vote

Hi @aiastia ,

Part 1 — Expanding single-node to multi-node with Docker Compose

⚠️ Important caveat first: Distributed mode is currently under testing in RustFS. For production cluster deployments, you may want to wait for the feature to stabilize or use single-node mode with proper backups. (Zoxide)

That said, to expand from single-node to multi-node, you cannot simply add nodes to an existing single-node deployment — single-node (SNSD) uses no erasure coding and the data layout is incompatible with distributed mode.

The correct approach:
Back up all your existing data from the single node
Set up a fresh multi-node cluster using Docker

Compose with all nodes defined from the start in RUST…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by aiastia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants