From 0fb0967e9573aade1f29944d575614018a76c691 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Fri, 19 Sep 2014 15:05:27 +0200 Subject: [PATCH] documentation: tiering typo Signed-off-by: Loic Dachary --- doc/dev/cache-pool.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/cache-pool.rst b/doc/dev/cache-pool.rst index b54fe519aba..f44cbd99ac4 100644 --- a/doc/dev/cache-pool.rst +++ b/doc/dev/cache-pool.rst @@ -8,7 +8,7 @@ Use a pool of fast storage devices (probably SSDs) and use it as a cache for an existing larger pool. Use a replicated pool as a front-end to service most I/O, and destage -cold data to a separate erasure coded pool that does not current (and +cold data to a separate erasure coded pool that does not currently (and cannot efficiently) handle the workload. We should be able to create and add a cache pool to an existing pool -- 2.47.3