From 39d40271f04fca3012cf6083eca7669c059f3ad3 Mon Sep 17 00:00:00 2001 From: Samuel Karp Date: Mon, 18 Mar 2019 16:19:51 -0700 Subject: [PATCH] devmapper: remove incorrect documentation Signed-off-by: Samuel Karp --- snapshotter/cmd/devmapper/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/snapshotter/cmd/devmapper/README.md b/snapshotter/cmd/devmapper/README.md index 7171a6114..2d02df25b 100644 --- a/snapshotter/cmd/devmapper/README.md +++ b/snapshotter/cmd/devmapper/README.md @@ -39,12 +39,6 @@ fields: * `RootPath` - a directory where the metadata will be available * `PoolName` - a name to use for the devicemapper thin pool -* `DataDevice` - path to the data volume that should be used by the thin pool -* `MetadataDevice` - path to the metadata volume that should be used by the thin - pool -* `DataBlockSize` - the size of allocation chunks in data file, between 128 - sectors (64KB) and and 2097152 sectors (1GB) and a multiple of 128 sectors - (64KB) * `BaseImageSize` - defines how much space to allocate when creating the base device