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

Signed-off-by: Zac Dover <zac.dover@gmail.com>
(cherry picked from commit e1c5bcd73ba666f618947473a0e4da35e52dbaaa)

doc/cephfs/posix.rst

index a2c9c2017c72b671e24e7650f8c70826f8867ae7..05d782a582ee1d3c8597c306ded66a1664e24825 100644 (file)
@@ -62,11 +62,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