]> 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>
Wed, 13 Apr 2022 10:51:21 +0000 (12:51 +0200)
commit195980e63942b5feb29dd7fe0421e50fac2f01d6
tree8710747e405132c53db39e222e1e032da7206b10
parent472ff02a2e572655fc5b450f0288cd26b0640fce
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>
(cherry picked from commit 644fbc9fcc8f12eb93d5cc20054cd8598ab001b7)
doc/rbd/rbd-persistent-write-back-cache.rst
src/test/cli/rbd/help.t
src/tools/rbd/action/PersistentCache.cc