]> git-server-git.apps.pok.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:57:45 +0000 (12:57 +0200)
commit7f6e108223c0b97d4006ef017bb04fb489912c86
tree386b46f02329d171452615488f1aad194513ee1a
parentfc2f68aebe5071ad86ef0979eadaf399e37f55b7
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-log-cache.rst
src/test/cli/rbd/help.t
src/tools/rbd/action/PersistentCache.cc