]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: add persistent-cache flush command
authorYin Congmin <congmin.yin@intel.com>
Mon, 27 Dec 2021 07:06:49 +0000 (15:06 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 12 Apr 2022 16:42:05 +0000 (18:42 +0200)
commit644fbc9fcc8f12eb93d5cc20054cd8598ab001b7
tree3de782259078234eff7b3f7266382390e2247b41
parent05bfe10ad9fde533aa728f9aa0cc8a8f155c03c5
rbd: add persistent-cache flush command

Add a flush command so that users can manually flush cache.

[ idryomov: error messages, incorporate doc and help.t hunks, drop
  do_persistent_cache_flush() ]

Signed-off-by: Yin Congmin <congmin.yin@intel.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
doc/rbd/rbd-persistent-write-log-cache.rst
src/test/cli/rbd/help.t
src/tools/rbd/action/PersistentCache.cc