Skip to content
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

chore(readme): add info about metastore behavior #145

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ there is no specific difference between them.
Because the system is designed to prioritize recoverability over availability,
writers will be rejected if the metadata storage is in the degraded state, that is,
not all 4 stores are available and writeable.
However, read operations are still possible with at least two stores available.
Similarly, the 0-stor daemon can be started with a minimum of two stores available.

A metadata store can be replaced by a new one, by removing the old one in the config
and inserting the new one. The repair subsystem will take care of rebulding the data,
Expand Down
Loading