Skip to content

devmapper: remove incorrect documentation #136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions snapshotter/cmd/devmapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down