From 1ebf9b7254b035c297aa0ae8ea3e2865d36ac3f1 Mon Sep 17 00:00:00 2001 From: Iwan BK Date: Tue, 17 Dec 2024 10:41:16 +0700 Subject: [PATCH] chore(readme): add info about metastore behavior --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 793fb35..e318693 100644 --- a/README.md +++ b/README.md @@ -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,