From: Zac Dover Date: Thu, 15 Dec 2022 04:08:20 +0000 (+1000) Subject: doc/cephfs: fix "e.g." in posix.rst X-Git-Tag: v16.2.11~46^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b5ff1bb63bd474f8722b222040624a3139f83579;p=ceph.git doc/cephfs: fix "e.g." in posix.rst Remove "e.g." and replace it with "for example". Signed-off-by: Zac Dover (cherry picked from commit ac20eb83fe0decb2ffa349622d92331dcf225932) --- diff --git a/doc/cephfs/posix.rst b/doc/cephfs/posix.rst index 77655919f0a26..d80cbe67e9c4f 100644 --- a/doc/cephfs/posix.rst +++ b/doc/cephfs/posix.rst @@ -67,11 +67,10 @@ 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 ----------- -CephFS relaxes more than local Linux kernel file systems (e.g., writes +CephFS relaxes more than local Linux kernel file systems (for example, writes spanning object boundaries may be torn). It relaxes strictly less than NFS when it comes to multiclient consistency, and generally less than NFS when it comes to write atomicity.