]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: s/Whereas,/Although/ 60595/head
authorZac Dover <zac.dover@proton.me>
Fri, 1 Nov 2024 13:43:07 +0000 (23:43 +1000)
committerZac Dover <zac.dover@proton.me>
Sat, 2 Nov 2024 03:05:19 +0000 (13:05 +1000)
Change the subordinating conjunction "Whereas" followed by a comma to
the less grammatically-incorrect "Although". I've been meaning to do
this since 22 Mar 2023.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit ea1a470fb4809d312f854e72fc5f8081cbcb2c49)

doc/architecture.rst
doc/rados/api/python.rst
doc/rados/configuration/mon-config-ref.rst
doc/start/documenting-ceph.rst

index d8e1b03ac3ea1f1baafd1e466b72a0c0b72197f5..670de0d6a32d0c85b40fa0672a4411b0acb2ed2d 100644 (file)
@@ -1213,7 +1213,7 @@ exemplary implementations.
 Summary
 -------
 
-Ceph Storage Clusters are dynamic--like a living organism. Whereas, many storage
+Ceph Storage Clusters are dynamic--like a living organism. Although many storage
 appliances do not fully utilize the CPU and RAM of a typical commodity server,
 Ceph does. From heartbeats, to  peering, to rebalancing the cluster or
 recovering from faults,  Ceph offloads work from clients (and from a centralized
index 8dbe4efcde33fff7c015e2da99acfc9fbc793a1f..5a1846fd5e5c866a2c9e5c69ef35ef88e48b1230 100644 (file)
@@ -354,7 +354,7 @@ invoking methods of the `Ioctx` and other classes.
 .. --------------
 
 .. The Ceph Storage Cluster allows you to make a snapshot of a pool's state.
-.. Whereas, basic pool operations only require a connection to the cluster,
+.. Although basic pool operations require only a connection to the cluster,
 .. snapshots require an I/O context.
 
 .. Ioctx.create_snap(self, snap_name)
index 252c2f4c2646c8db4fa3511a77e9f3dbc19a0542..6e7d508ba4f0f14b0932fe0185ad4fa3ef35a91b 100644 (file)
@@ -113,7 +113,7 @@ Consistency
 When you add monitor settings to your Ceph configuration file, you need to be
 aware of some of the architectural aspects of Ceph Monitors. **Ceph imposes
 strict consistency requirements** for a Ceph monitor when discovering another
-Ceph Monitor within the cluster. Whereas, Ceph Clients and other Ceph daemons
+Ceph Monitor within the cluster. Although Ceph Clients and other Ceph daemons
 use the Ceph configuration file to discover monitors, monitors discover each
 other using the monitor map (monmap), not the Ceph configuration file.
 
index 84f87014da18abc328929f8498112d1a918dc1dd..a98682b102eef0997c08039773b52265a55422a7 100644 (file)
@@ -862,7 +862,7 @@ possible, we prefer to maintain this convention with text, lists, literal text
    lines should begin at the same character position as the text of the
    indented text (less numbers, bullets, etc.).
 
-   Indented text may include literal text examples. Whereas, text indentation
+   Indented text may include literal text examples. Although text indentation
    should be done with spaces, literal text examples should be indented with
    tabs. This convention enables you to add an additional indented paragraph
    following a literal example by leaving a blank line and beginning the