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

Creation of differencing disk created from earliest checkpoint #25

Open
brettski opened this issue Apr 28, 2016 · 0 comments
Open

Creation of differencing disk created from earliest checkpoint #25

brettski opened this issue Apr 28, 2016 · 0 comments

Comments

@brettski
Copy link

brettski commented Apr 28, 2016

If the VM you are using for test kitchen has checkpoints set when the differencing disk is created it is done from the earliest checkpoint. I am assuming it using the vhdx file regardless if there are avhdx files.

New-Vhd will not create a differencing disk from an .avhdx file (it complains about the file extension). If the extension is rename from .avhdx to .vhdx then New-Vhd will create a new differencing disk from the parent.

I was hoping we could simply provide the current checkpoint's disk as the parent_vhd_name. If there is no way around not being able to create a differencing disk from a .avhdx file then it may need to be renamed first if used with kitchen::Hyperv

@brettski brettski changed the title Creation of differentiating disk created from earliest checkpoint Creation of differencing disk created from earliest checkpoint Apr 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant