From: Zac Dover Date: Wed, 14 Dec 2022 21:07:44 +0000 (+1000) Subject: doc/cephfs: s/all of there are/all of these are/ X-Git-Tag: v18.1.0~646^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e1c5bcd73ba666f618947473a0e4da35e52dbaaa;p=ceph.git doc/cephfs: s/all of there are/all of these are/ s/all of there are/all of these are/ in posix.rst. Signed-off-by: Zac Dover --- diff --git a/doc/cephfs/posix.rst b/doc/cephfs/posix.rst index 86f930916d54..b198004485d5 100644 --- a/doc/cephfs/posix.rst +++ b/doc/cephfs/posix.rst @@ -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