File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Documentation/admin-guide/device-mapper Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,17 @@ The repo also contains additional userspace tools which can be used to
34
34
inspect a vdo target's on-disk metadata. Fortunately, these tools are
35
35
rarely needed except by dm-vdo developers.
36
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
+
37
48
Target interface
38
49
================
39
50
You can’t perform that action at this time.
0 commit comments