From 7bb3ed7f23f33edfcd12593448f71111913d940f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Botond=20D=C3=A9nes?= Date: Wed, 13 Dec 2023 03:31:18 -0500 Subject: [PATCH] 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 --- docs/operating-scylla/admin-tools/scylla-sstable.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/operating-scylla/admin-tools/scylla-sstable.rst b/docs/operating-scylla/admin-tools/scylla-sstable.rst index 0e941accd4..b7860987a9 100644 --- a/docs/operating-scylla/admin-tools/scylla-sstable.rst +++ b/docs/operating-scylla/admin-tools/scylla-sstable.rst @@ -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``.