dm vdo: document minimum metadata size requirements
authorMatthew Sakai <msakai@redhat.com>
Thu, 7 Mar 2024 21:02:35 +0000 (16:02 -0500)
committerMike Snitzer <snitzer@kernel.org>
Fri, 8 Mar 2024 00:56:24 +0000 (19:56 -0500)
Signed-off-by: Matthew Sakai <msakai@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Documentation/admin-guide/device-mapper/vdo.rst

index a3572582ead8f18b4d631e8bd6be10e21f41d85b..7e1ecafdf91e31b2a83606b82015691b5f6bb1a3 100644 (file)
@@ -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
 ================