From: Mykola Golub Date: Thu, 8 Nov 2018 17:23:12 +0000 (+0200) Subject: doc: use 'proxy' cache mode in "Removing a Writeback Cache" procedure X-Git-Tag: v14.1.0~966^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ab880ee6bae446761ef96dceb2b0e10d4e3f84a4;p=ceph.git doc: use 'proxy' cache mode in "Removing a Writeback Cache" procedure The 'forward' mode is flawed as it allows the reordering of requests. Signed-off-by: Mykola Golub --- diff --git a/doc/rados/operations/cache-tiering.rst b/doc/rados/operations/cache-tiering.rst index 9d52e74988be..0e6ff96b378b 100644 --- a/doc/rados/operations/cache-tiering.rst +++ b/doc/rados/operations/cache-tiering.rst @@ -415,14 +415,14 @@ that you do not lose any recent changes to objects in the cache before you disable and remove it. -#. Change the cache mode to ``forward`` so that new and modified objects will +#. Change the cache mode to ``proxy`` so that new and modified objects will flush to the backing storage pool. :: - ceph osd tier cache-mode {cachepool} forward + ceph osd tier cache-mode {cachepool} proxy For example:: - ceph osd tier cache-mode hot-storage forward + ceph osd tier cache-mode hot-storage proxy #. Ensure that the cache pool has been flushed. This may take a few minutes::