]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add description for fuse_disable_pagecache 31902/head
authorYan, Zheng <zyan@redhat.com>
Wed, 27 Nov 2019 06:44:05 +0000 (14:44 +0800)
committerYan, Zheng <zyan@redhat.com>
Wed, 27 Nov 2019 06:44:44 +0000 (14:44 +0800)
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Fixes: https://tracker.ceph.com/issues/16300
doc/cephfs/client-config-ref.rst

index 931756446e50ec346ddc9179f1427f1fa5ace740..55820a4591e49c6bf589de7b8729c5defdf00311 100644 (file)
 :Type: Integer
 :Default: ``0``
 
+``fuse disable pagecache``
+
+:Description: If set to ``true``, kernel page cache is disabled for ceph-fuse mount. Because when multiple clients read/write to a file at the same time, reader may get stale data from page cache. (Due to limitation of fuse, ceph-fuse can't disable page cache dynamically)
+:Type: Boolean
+:Default: ``false``
+
 Developer Options
 #################