From 67bec08dbba3dd67e09887d41a6ddd1097a048a7 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Mon, 11 Sep 2023 02:31:30 +1000 Subject: [PATCH] doc/architecture.rst - edit a sentence Change the sentence structure of a sentence because the verb "experience" looked like the abstract noun "experience" when I read it with fresh eyes. I chose the perhaps TESOL-unfriendly verb "incur", but I believe it is right. Signed-off-by: Zac Dover (cherry picked from commit 436fbf7a3e0960ebb51a0dc66d9c1d405bf6875f) --- doc/architecture.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/architecture.rst b/doc/architecture.rst index 12ebacad5a0..7c8c9d03726 100644 --- a/doc/architecture.rst +++ b/doc/architecture.rst @@ -100,10 +100,9 @@ Scalability and High Availability In traditional architectures, clients talk to a centralized component. This centralized component might be a gateway, a broker, an API, or a facade. A centralized component of this kind acts as a single point of entry to a complex -subsystem. Architectures that rely upon this kind of centralized component -experience limits to performance and scalability and have a single point of -failure. If the centralized component goes down, the whole system becomes -unavailable. +subsystem. Architectures that rely upon such a centralized component have a +single point of failure and incur limits to performance and scalability. If +the centralized component goes down, the whole system becomes unavailable. Ceph eliminates this centralized component. This enables clients to interact with Ceph OSDs directly. Ceph OSDs create object replicas on other Ceph Nodes -- 2.39.5