Created
September 27, 2017 16:39
-
-
Save bkatiemills/79d58ed9eadc5f6e9cf047188ba4b448 to your computer and use it in GitHub Desktop.
a minimal daemon.json for using devicemapper on centos.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"storage-driver": "devicemapper", | |
"storage-opts": [ | |
"dm.directlvm_device=/dev/xvdb" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment