]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
FileStore: disable fd cacher and wbthrottle during replay
authorSamuel Just <sam.just@inktank.com>
Mon, 22 Jul 2013 19:41:40 +0000 (12:41 -0700)
committerSamuel Just <sam.just@inktank.com>
Mon, 22 Jul 2013 22:10:46 +0000 (15:10 -0700)
commit6582b31abcb36a355b96d63c03ac17021c1e591f
tree5d0923f5d7dbbbe0e5793c687bd87609f50c6067
parent2fd4421707814d3563c84002d8b49b5a0c7a3dd5
FileStore: disable fd cacher and wbthrottle during replay

The fd cache only works correctly when there is at most 1
inode per hobject_t.  This condition is frequently violated
during replay.

Fixes: #5699
Signed-off-by: Samuel Just <sam.just@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
src/os/FDCache.h
src/os/FileStore.cc