From 06358e8d17a0e0fbd5d94b14595ade778a4fb5eb 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 --- 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 acd4668052c..a804a007599 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 b3f10f77503..6a654518897 100644 --- a/doc/dev/deduplication.rst +++ b/doc/dev/deduplication.rst @@ -314,7 +314,7 @@ object size in ``BASE_POOL`` is zero (evicted) and chunks objects are genereated ^^^^^^^^^^^^^^^^^^ 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