docs/operating-scylla: scylla-sstable.rst: fix checksum list

Add empty line before list of different checksums in
validate-checksums's description. Otherwise the list is not rendered.

Closes scylladb/scylladb#16401
This commit is contained in:
Botond Dénes
2023-12-13 03:31:18 -05:00
committed by Kamil Braun
parent a9851cf834
commit 7bb3ed7f23

View File

@@ -573,6 +573,7 @@ validate-checksums
^^^^^^^^^^^^^^^^^^
There are two kinds of checksums for SStable data files:
* The digest (full checksum), stored in the ``Digest.crc32`` file. It is calculated over the entire content of ``Data.db``.
* The per-chunk checksum. For uncompressed SStables, it is stored in ``CRC.db``; for compressed SStables, it is stored inline after each compressed chunk in ``Data.db``.