diff options
author | Anthony D'Atri <anthonyeleven@users.noreply.github.com> | 2022-11-23 14:31:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-23 14:31:58 +0100 |
commit | e228468ab0c8ee47899188f01fdcbc1b416804b0 (patch) | |
tree | cdef19c87f9d09263dc9c61b84acba999bd34bc9 /doc | |
parent | Merge pull request #48896 from yuvalif/wip-yuval-fix-50076 (diff) | |
parent | doc/dev: fix a typo in deduplication.rst (diff) | |
download | ceph-e228468ab0c8ee47899188f01fdcbc1b416804b0.tar.xz ceph-e228468ab0c8ee47899188f01fdcbc1b416804b0.zip |
Merge pull request #49005 from CHOKYUJIN/main
doc/dev: fix a typo in deduplication.rst
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dev/deduplication.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dev/deduplication.rst b/doc/dev/deduplication.rst index f8bfe745385..a3f35e3c2fe 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. |