Skip to content

Commit

Permalink
Merge pull request #56 from lorelei-sakai/doc/metadata-requirements
Browse files Browse the repository at this point in the history
[VDO-5701] document metadata size
  • Loading branch information
lorelei-sakai authored Mar 7, 2024
2 parents 23d6c3d + 372fcf3 commit 0ceb231
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Documentation/admin-guide/device-mapper/vdo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
================

Expand Down

0 comments on commit 0ceb231

Please sign in to comment.