1
0
mirror of https://github.com/gluster/glusterdocs.git synced 2026-02-05 15:47:01 +01:00

Update Managing-Volumes.md (#775)

Fix formatting of multi-line notes which were not formatted correctly.
This commit is contained in:
Omri Sarig
2023-06-28 06:08:02 +02:00
committed by GitHub
parent 557a9a8ef4
commit 0d4b04b551

View File

@@ -755,10 +755,10 @@ sub-commands.
`# gluster volume bitrot <VOLNAME> disable`
> NOTE: Enabling bitrot spawns the Signer & Scrubber daemon per node. Signer is responsible
for signing (calculating checksum for each file) an object and scrubber verifies the
calculated checksum against the objects data.
> **Note**
> Enabling bitrot spawns the Signer & Scrubber daemon per node. Signer is responsible
> for signing (calculating checksum for each file) an object and scrubber verifies the
> calculated checksum against the objects data.
2. Scrubber daemon has three (3) throttling modes that adjusts the rate at which objects
are verified.
@@ -785,7 +785,6 @@ sub-commands.
and to resume scrubbing:
`# volume bitrot <VOLNAME> scrub resume`
> NOTE: Signing cannot be paused (and resumed) and would always be active as long as
bitrot is enabled for that particular volume.
> **Note**
> Signing cannot be paused (and resumed) and would always be active as long as
> bitrot is enabled for that particular volume.