]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Merge PR #24270 into master
authorSage Weil <sage@redhat.com>
Fri, 12 Oct 2018 21:14:37 +0000 (16:14 -0500)
committerSage Weil <sage@redhat.com>
Fri, 12 Oct 2018 21:14:37 +0000 (16:14 -0500)
commit4aba9cc02f00eed02e832e7bab4adf8d7b9701c1
tree452dc0f2f21ebcb59116e541858b1a6a6fe5b243
parent07e74f803f8d2b81a560bb6d254fe4ce3503b7eb
parente8f28c258415bc4e78773aabac8c27f0b4735038
Merge PR #24270 into master

* refs/pull/24270/head:
osd: make 'cache drop' command require 'executable' permission
osd: rename 'drop cache' and 'get cache stats' to group them by component
doc: add documentation for 'drop cache' and 'get cache stats'
osd: don't print osdmap cache stats in 'get cache stats' command
osd: do not clear osdmap cache on 'drop cache' command
osd: offload dumping cache stats to the object store
osd: pass a stream to flush_cache commands for more verbosity
osd: implement flush_cache() method for Filestore
osd: add clear_cache and get_cache_object_count commands

Reviewed-by: Gregory Farnum <gfarnum@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
src/osd/OSD.cc