We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7f925 commit cb82472Copy full SHA for cb82472
1 file changed
Documentation/admin-guide/device-mapper/vdo.rst
@@ -34,6 +34,17 @@ The repo also contains additional userspace tools which can be used to
34
inspect a vdo target's on-disk metadata. Fortunately, these tools are
35
rarely needed except by dm-vdo developers.
36
37
+Metadata requirements
38
+=====================
39
+
40
+Each vdo volume reserves 3GB of space for metadata, or more depending on
41
+its configuration. It is helpful to check that the space saved by
42
+deduplication and compression is not cancelled out by the metadata
43
+requirements. An estimation of the space saved for a specific dataset can
44
+be computed with the vdo estimator tool, which is available at:
45
46
+https://github.com/dm-vdo/vdoestimator/
47
48
Target interface
49
================
50
0 commit comments