Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Support Thin/Thick/Zero Eager Disk types #427

Closed
Kushmaro opened this issue May 31, 2016 · 0 comments
Closed

Support Thin/Thick/Zero Eager Disk types #427

Kushmaro opened this issue May 31, 2016 · 0 comments

Comments

@Kushmaro
Copy link

For several operational reasons, one might want to create the volume as a thin disk (for saving on storage consumption), thick (for pre-allocating disk space) or eager-zero (for performance benefits)

Please add a flag to support these 3 disk creation modes.
Thanks

@msterin msterin added this to the v1 GA milestone May 31, 2016
abrarshivani pushed a commit that referenced this issue Jun 14, 2016
Added option for user to select disk allocation format. Example:

docker volume create --driver=vmdk --name=vol -o diskformat=eagerzeroedthick
format choices:
"zeroedthick", "thin" (default), "eagerzeroedthick"
abrarshivani pushed a commit that referenced this issue Jun 14, 2016
Added option for user to select disk allocation format. Example:

docker volume create --driver=vmdk --name=vol -o diskformat=eagerzeroedthick
format choices:
"zeroedthick", "thin" (default), "eagerzeroedthick"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants