sprotheroe / vagrant-disksize

Vagrant plugin to resize disks in VirtualBox
MIT License
479 stars 52 forks source link

Update deprecated calls #9

Closed marten-cz closed 5 years ago

marten-cz commented 6 years ago

clonemedium, showmediuminfo are now deprecated. clonehd, showhdinfo should be used.

chaws commented 6 years ago

Correct me if I'm wrong, but I think it's the opposite. clonehd is still supported due to older VirtualBox versions: http://www.virtualbox.org/manual/ch08.html#vboxmanage-clonevdi

I think it'd be nicer if there was a version checking, Apparently clonemedium and etc were all added on VB 5.x

EmersonPrado commented 6 years ago

@chaws

I think it'd be nicer if there was a version checking

Pls check this issue I just opened.

sprotheroe commented 5 years ago

Many thanks for the PR. I've accepted the PR @EmersonPrado made, which addresses this in a backwards-compatible way by adding version checking. Will close this but please let me know if you have still see problems.