From: Zac Dover Date: Sun, 10 Sep 2023 16:31:30 +0000 (+1000) Subject: doc/architecture.rst - edit a sentence X-Git-Tag: v17.2.7~146^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d87f4ca5be895637ed28e71e4c47165b449c5983;p=ceph.git 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) --- diff --git a/doc/architecture.rst b/doc/architecture.rst index bf0290b70e862..dd0bdd2194eb4 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