]> 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>
Tue, 12 Apr 2022 16:42:05 +0000 (18:42 +0200)
commit05bfe10ad9fde533aa728f9aa0cc8a8f155c03c5
tree075ec77a25b08c7f97585920ae45f196decc5d49
parentbd66fdda910f02ffe91bb026f82a85f28a6ff225
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>
doc/rbd/rbd-persistent-write-log-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]