mirror of
https://github.com/ceph/ceph
synced 2025-02-24 03:27:10 +00:00
docs: architecture: clarify scrubbing
Signed-off-by: Oluf Lorenzen <lorenzen@b1-systems.de> Co-Authored-By: Jens Sandmann <25345569+B1Sandmann@users.noreply.github.com> Co-Authored-By: Jens Sandmann <sandmann@b1-systems.de>
This commit is contained in:
parent
46209a180e
commit
cbeb5f78e4
@ -370,13 +370,13 @@ ability to leverage this computing power leads to several major benefits:
|
||||
OSDs`_ and `Heartbeats`_ for additional details.
|
||||
|
||||
#. **Data Scrubbing:** As part of maintaining data consistency and cleanliness,
|
||||
Ceph OSD Daemons can scrub objects within placement groups. That is, Ceph
|
||||
OSD Daemons can compare object metadata in one placement group with its
|
||||
replicas in placement groups stored on other OSDs. Scrubbing (usually
|
||||
performed daily) catches bugs or filesystem errors. Ceph OSD Daemons also
|
||||
perform deeper scrubbing by comparing data in objects bit-for-bit. Deep
|
||||
scrubbing (usually performed weekly) finds bad sectors on a drive that
|
||||
weren't apparent in a light scrub. See `Data Scrubbing`_ for details on
|
||||
Ceph OSD Daemons can scrub objects. That is, Ceph OSD Daemons can compare
|
||||
their local objects metadata with its replicas stored on other OSDs. Scrubbing
|
||||
happens on a per-Placement Group base. Scrubbing (usually performed daily)
|
||||
catches mismatches in size and other metadata. Ceph OSD Daemons also perform deeper
|
||||
scrubbing by comparing data in objects bit-for-bit with their checksums.
|
||||
Deep scrubbing (usually performed weekly) finds bad sectors on a drive that
|
||||
weren't apparent in a light scrub. See `Data Scrubbing`_ for details on
|
||||
configuring scrubbing.
|
||||
|
||||
#. **Replication:** Like Ceph Clients, Ceph OSD Daemons use the CRUSH
|
||||
|
Loading…
Reference in New Issue
Block a user