]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs: s/all of there are/all of these are/ 49442/head
authorZac Dover <zac.dover@gmail.com>
Wed, 14 Dec 2022 21:07:44 +0000 (07:07 +1000)
committerZac Dover <zac.dover@gmail.com>
Wed, 14 Dec 2022 21:07:44 +0000 (07:07 +1000)
s/all of there are/all of these are/ in posix.rst.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/cephfs/posix.rst

index 86f930916d5400aa56dd1eb67c9e01d7999d0e28..b198004485d5db5569e2d15c342d25f79b3e467f 100644 (file)
@@ -67,11 +67,10 @@ as client data may not even be flushed to the server until the file is
 closed (and more generally writes will be significantly more
 time-shifted than CephFS, leading to less predictable results).
 
-However, all of there are very close to POSIX, and most of the time
-applications don't notice too much.  Many other storage systems (e.g.,
-HDFS) claim to be "POSIX-like" but diverge significantly from the
-standard by dropping support for things like in-place file
-modifications, truncate, or directory renames.
+Regardless, these are all similar enough to POSIX, and applications still work
+most of the time. Many other storage systems (e.g., HDFS) claim to be
+"POSIX-like" but diverge significantly from the standard by dropping support
+for things like in-place file modifications, truncate, or directory renames.
 
 
 Bottom line