[Bugs] [Bug 1514363] Glusterfs client file access permission control incorrect

bugzilla at redhat.com bugzilla at redhat.com
Mon Nov 20 05:58:32 UTC 2017


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



--- Comment #1 from coyang <congxueyang at gmail.com> ---
This problem seems in fuse entry cache, I changed the ZR_ENTRY_TIMEOUT_OPT
timeout value from 1.0 to 0.01, seems this problem has solved.
fuse-bridge.c line 5381 (glusterfs 3.10.6)
struct volume_options options[] = {
...
        { .key  = {ZR_ENTRY_TIMEOUT_OPT},
          .type = GF_OPTION_TYPE_DOUBLE,
          .default_value = "1.0"
        },

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


More information about the Bugs mailing list