From bedce89aefc2eee58a93b0ec9ac4ee1e17301817 Mon Sep 17 00:00:00 2001 From: Daniel Parkes Date: Mon, 18 Sep 2023 23:03:28 +0200 Subject: [PATCH] doc/dev: Fix typos in files cephfs-mirroring.rst and deduplication.rst Typo Error in Doc cephfs-mirroring.rst , replace RAODS with RADOS Typo Error in Doc deduplication.rst , replace RAODS with RADOS Signed-off-by: Daniel Parkes (cherry picked from commit 06358e8d17a0e0fbd5d94b14595ade778a4fb5eb) --- doc/dev/cephfs-mirroring.rst | 2 +- doc/dev/deduplication.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev/cephfs-mirroring.rst b/doc/dev/cephfs-mirroring.rst index acd4668052cd4..a804a0075995f 100644 --- a/doc/dev/cephfs-mirroring.rst +++ b/doc/dev/cephfs-mirroring.rst @@ -377,7 +377,7 @@ information. To check which mirror daemon a directory has been mapped to use:: "state": "mapped" } -.. note:: `instance_id` is the RAODS instance-id associated with a mirror daemon. +.. note:: `instance_id` is the RADOS instance-id associated with a mirror daemon. Other information such as `state` and `last_shuffled` are interesting when running multiple mirror daemons. diff --git a/doc/dev/deduplication.rst b/doc/dev/deduplication.rst index a3f35e3c2fe65..5540318408686 100644 --- a/doc/dev/deduplication.rst +++ b/doc/dev/deduplication.rst @@ -243,7 +243,7 @@ object size in ``POOL`` is zero (evicted) and chunks objects are genereated---th 4. Read/write I/Os After step 3, the users don't need to consider anything about I/Os. Deduplicated objects are -completely compatible with existing RAODS operations. +completely compatible with existing RADOS operations. 5. Run scrub to fix reference count -- 2.39.5