]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: trim cache after journal flush
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 22 Jan 2019 20:12:55 +0000 (12:12 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 25 Jan 2019 05:49:48 +0000 (21:49 -0800)
commitd7f6c1583b4162fade434e376176f3068472f53f
tree347c1ea4ad081ecb1dadeab59f76a7aefbe88d73
parent02504319f8a3b3e00f31a7c0aad2698e5fd014a2
mds: trim cache after journal flush

Dropping cache should trim the cache only after journal flush otherwise dirty
inodes will remain pinned in cache.

Fixes: http://tracker.ceph.com/issues/38010
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/MDSRank.cc