]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client:two ceph-fuse client, one can not list out files created by another. 23691/head
authorPeng Xie <peng.hse@xtaotech.com>
Sun, 26 Aug 2018 14:02:28 +0000 (22:02 +0800)
committerPeng Xie <peng.hse@xtaotech.com>
Sun, 26 Aug 2018 14:06:42 +0000 (22:06 +0800)
commitfa1c2be4a93da46252a0b53776696baf80840700
treed4c5255cca91b1b219e5dba4951850740fd18864
parent95be1a59946137c3e0fb7de6b5be0c268758c41a
client:two ceph-fuse client, one can not list out files created by another.

the problem happend after mds restored the stale client session,
right after one normal client created files under one specific
dir,while the restored client can not list out the just created
files.

Fixes: http://tracker.ceph.com/issues/27051
Signed-off-by: Peng Xie <peng.hse@xtaotech.com>
src/client/Client.cc