]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: cephfs: update with atime not supporting explaination 45979/head
authorXiubo Li <xiubli@redhat.com>
Thu, 21 Apr 2022 01:35:58 +0000 (09:35 +0800)
committerXiubo Li <xiubli@redhat.com>
Thu, 21 Apr 2022 06:10:24 +0000 (14:10 +0800)
Signed-off-by: Xiubo Li <xiubli@redhat.com>
doc/cephfs/posix.rst

index a2c9c2017c72b671e24e7650f8c70826f8867ae7..86f930916d5400aa56dd1eb67c9e01d7999d0e28 100644 (file)
@@ -40,6 +40,11 @@ POSIX semantics for various reasons:
   code.  The name of this hidden directory can be changed at mount
   time with ``-o snapdirname=.somethingelse`` (Linux) or the config
   option ``client_snapdir`` (libcephfs, ceph-fuse).
+- CephFS does not currently maintain the ``atime`` field. Most applications
+  do not care, though this impacts some backup and data tiering
+  applications that can move unused data to a secondary storage system.
+  You may be able to workaround this for some use cases, as CephFS does
+  support setting ``atime`` via the ``setattr`` operation.
 
 Perspective
 -----------