Skip to content

Commit 132cab7

Browse files
authored
Merge pull request ceph#53518 from likid0/patch-2
doc/dev: Fix typos in cephfs-mirroring.rst and deduplication.rst Reviewed-by: Zac Dover <[email protected]> Reviewed-by: Anthony D'Atri <[email protected]>
2 parents d8b0a91 + 06358e8 commit 132cab7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/dev/cephfs-mirroring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ information. To check which mirror daemon a directory has been mapped to use::
377377
"state": "mapped"
378378
}
379379

380-
.. note:: `instance_id` is the RAODS instance-id associated with a mirror daemon.
380+
.. note:: `instance_id` is the RADOS instance-id associated with a mirror daemon.
381381

382382
Other information such as `state` and `last_shuffled` are interesting when running
383383
multiple mirror daemons.

doc/dev/deduplication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ object size in ``BASE_POOL`` is zero (evicted) and chunks objects are genereated
314314
^^^^^^^^^^^^^^^^^^
315315

316316
After step 3, the users don't need to consider anything about I/Os. Deduplicated objects are
317-
completely compatible with existing RAODS operations.
317+
completely compatible with existing RADOS operations.
318318

319319

320320
5. Run scrub to fix reference count

0 commit comments

Comments
 (0)