From: Kyujin Cho Date: Tue, 22 Nov 2022 10:49:06 +0000 (+0000) Subject: doc/dev: fix a typo in deduplication.rst X-Git-Tag: v18.1.0~838^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F49005%2Fhead;p=ceph.git doc/dev: fix a typo in deduplication.rst Signed-off-by: Kyujin Cho --- diff --git a/doc/dev/deduplication.rst b/doc/dev/deduplication.rst index f8bfe7453852..a3f35e3c2fe6 100644 --- a/doc/dev/deduplication.rst +++ b/doc/dev/deduplication.rst @@ -199,7 +199,7 @@ The above is an example output when executing ``estimate``. ``target_chunk_size` examined bytes. For instance, 1 - ``dedup_bytes_ratio`` means the percentage of saved storage space. ``dedup_object_ratio`` is the generated chunk objects / ``examined_objects``. ``chunk_size_average`` means that the divided chunk size on average when performing CDC---this may differnet from ``target_chunk_size`` -because CDC genarates differnt chunk-boundary depending on the content. ``chunk_size_stddev`` +because CDC genarates different chunk-boundary depending on the content. ``chunk_size_stddev`` represents the standard deviation of the chunk size.