mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
dm vdo: document minimum metadata size requirements
Signed-off-by: Matthew Sakai <msakai@redhat.com> Signed-off-by: Mike Snitzer <snitzer@kernel.org>
This commit is contained in:
parent
2a7f925bc2
commit
cb824724dc
1 changed files with 11 additions and 0 deletions
|
@ -34,6 +34,17 @@ The repo also contains additional userspace tools which can be used to
|
|||
inspect a vdo target's on-disk metadata. Fortunately, these tools are
|
||||
rarely needed except by dm-vdo developers.
|
||||
|
||||
Metadata requirements
|
||||
=====================
|
||||
|
||||
Each vdo volume reserves 3GB of space for metadata, or more depending on
|
||||
its configuration. It is helpful to check that the space saved by
|
||||
deduplication and compression is not cancelled out by the metadata
|
||||
requirements. An estimation of the space saved for a specific dataset can
|
||||
be computed with the vdo estimator tool, which is available at:
|
||||
|
||||
https://github.com/dm-vdo/vdoestimator/
|
||||
|
||||
Target interface
|
||||
================
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue