Skip to content
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

Add ability to create eager-zeroed disks from thin templates #64

Open
ShimShtein opened this issue Jan 9, 2017 · 1 comment
Open

Add ability to create eager-zeroed disks from thin templates #64

ShimShtein opened this issue Jan 9, 2017 · 1 comment

Comments

@ShimShtein
Copy link

Right now, every disk that is inherited from template, would remain thin.

The code missing relocation spec that will set the disk to flat, if the configuration is different from what was specified in the template.

@jrgarcia jrgarcia self-assigned this Jan 19, 2017
@ShimShtein
Copy link
Author

It's worth looking at VMWare API for better implementation, but I found a workaround: in order to make thick disks from thin templates, one must set options[:transform] to flat. The problem is that it's not per-disk setting, which means all disk will be thin or thick, based on this option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants