Created
September 12, 2017 03:19
-
-
Save bkatiemills/92df6913463f14b88cd84e7c6af2df29 to your computer and use it in GitHub Desktop.
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/xdf", | |
"dm.thinp_percent=95", | |
"dm.thinp_metapercent=1", | |
"dm.thinp_autoextend_threshold=80", | |
"dm.thinp_autoextend_percent=20", | |
"dm.directlvm_device_force=false" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment