[Bugs] [Bug 1664934] glusterfs-fuse client not benefiting from page cache on read after write

bugzilla at redhat.com bugzilla at redhat.com
Mon Feb 4 09:53:18 UTC 2019


https://bugzilla.redhat.com/show_bug.cgi?id=1664934

Miklos Szeredi <mszeredi at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|needinfo?(mszeredi at redhat.c |
                   |om)                         |



--- Comment #11 from Miklos Szeredi <mszeredi at redhat.com> ---
The underlying problem is that auto invalidate cannot differentiate local and
remote modification based on mtime alone.

What NFS apprently does is refresh attributes immediately after a write (not
sure how often it does this, I guess not after each individual write).

FUSE maybe should do this if auto invalidation is enabled, but if the
filesystem can do its own invalidation, possibly based on better information
than c/mtime, then that seem to be a better option.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Bugs mailing list