mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
Merge PR #24995 into master
* refs/pull/24995/head: doc: use 'proxy' cache mode in "Removing a Writeback Cache" procedure Reviewed-by: Lenz Grimmer <lgrimmer@suse.com> Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
5552971a8b
@ -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::
|
||||
|
Loading…
Reference in New Issue
Block a user