docs: Fix typo for chunk directory naming and rewording
The chunks subdirectories are only using the chunk's 2 byte checksum prefix given in hex notation. Also, clarify that chunks are grouped into subdirectories. Reported in the community forum: https://forum.proxmox.com/threads/155751/ Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
parent
a61272c7ff
commit
4ee9264b00
@ -56,8 +56,9 @@ The chunks of a datastore are found in
|
|||||||
|
|
||||||
<datastore-root>/.chunks/
|
<datastore-root>/.chunks/
|
||||||
|
|
||||||
This chunk directory is further subdivided by the first four bytes of the
|
This chunk directory is further subdivided into directories grouping chunks by
|
||||||
chunk's checksum, so a chunk with the checksum
|
their checksums 2 byte prefix (given as 4 hexadecimal digits), so a chunk with
|
||||||
|
the checksum
|
||||||
|
|
||||||
a342e8151cbf439ce65f3df696b54c67a114982cc0aa751f2852c2f7acc19a8b
|
a342e8151cbf439ce65f3df696b54c67a114982cc0aa751f2852c2f7acc19a8b
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user