-
Notifications
You must be signed in to change notification settings - Fork 186
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
(GH-33) Resolve HyperV deprecation warning for differencing vs linked clone #30
(GH-33) Resolve HyperV deprecation warning for differencing vs linked clone #30
Conversation
Windows Server 2016 WIP chocolatey-community#31 but for Windows Server 2016
@@ -50,7 +50,11 @@ Vagrant.configure("2") do |config| | |||
# The time in seconds to wait for the virtual machine to report an IP address | |||
v.ip_address_timeout = 130 | |||
# Use differencing disk instead of cloning whole VHD | |||
v.differencing_disk = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When did we add the bit about differencing? Linked Clone is all I've used... hmm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nevermind, this is HyperV - good to see they are making the naming consistent (as they should be).
bdc0f01
to
6581b2b
Compare
I amended the commit message to refer to the issue. |
Hey is there any update? Or anything I can help? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@FranklinYu your changes have been merged, thanks for your contribution 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Reference:
https://github.com/hashicorp/vagrant/blob/v2.1.2/website/source/docs/hyperv/configuration.html.md
Technically speaking, even
requires 1.8.3, but I think nobody is using that old Vagrant anyway.
Closes #33