]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: rename image-cache invalidate command
authorYin Congmin <congmin.yin@intel.com>
Mon, 27 Dec 2021 03:50:18 +0000 (11:50 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 13 Apr 2022 10:51:21 +0000 (12:51 +0200)
commit472ff02a2e572655fc5b450f0288cd26b0640fce
treec7e9538a0211dcf9a5914d202080a4fd13256066
parent13e71dcb83320301498b8b12a373a57743739527
rbd: rename image-cache invalidate command

Rename command image-cache to persistent-cache. Refactoring the code
of invalidate command.

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

Signed-off-by: Yin Congmin <congmin.yin@intel.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 05bfe10ad9fde533aa728f9aa0cc8a8f155c03c5)
doc/rbd/rbd-persistent-write-back-cache.rst
src/test/cli/rbd/help.t
src/tools/rbd/CMakeLists.txt
src/tools/rbd/action/ImageCache.cc [deleted file]
src/tools/rbd/action/PersistentCache.cc [new file with mode: 0644]