Parallels / docker-machine-parallels

Parallels driver for Docker Machine https://github.com/docker/machine
MIT License
471 stars 35 forks source link

Create a bigger initial disk on Parallels Desktop 13.0 #68

Closed legal90 closed 7 years ago

legal90 commented 7 years ago

Fixes #67

That is a workaround for "plain" -> "expanding" disk conversion on Parallels Desktop 13.0.* . To get it working as before, we need to create a bigger disk image. The minimal size is 1891Mb. It makes sense only in the creation phase - after that, the disk will be resized to d.DiskSize.

romankulikov commented 7 years ago

@legal90, do you really think that it is worth implementing such a check? May be just to declare that a specific interval of Parallels Desktop versions is broken? I'm in doubts frankly.

legal90 commented 7 years ago

@romankulikov Yes, I just want to release this workaround now, so users will be able to continue using the plugin today, before the "fixed" fersion of Parallels Desktop is released.

Bringing the go-version library might look like an overkill, but I think it's not the last time when we need such version constraints for PD features or workarounds.

romankulikov commented 7 years ago

Ok.