kusnier / vagrant-persistent-storage

A Vagrant plugin that creates a persistent storage and attaches it to guest machine.
MIT License
292 stars 68 forks source link

Fix sata storage flag for Virtualbox 7.x #108

Closed qdetweiler closed 9 months ago

qdetweiler commented 11 months ago

Mounting a persistent volume to a Vagrant box built with the Virtualbox 7 provider results in the error Unknown option: --sataportcount. The command line flag for specifying a port count should be just --portcount in Virtualbox 7 as in Virtualbox 6. This modification makes the behavior consistent between Virtualbox 6 and 7.

sebastiangebhardt commented 9 months ago

Is there any chance to get this merged and to the offical vagrant repositiry (I don't know the update flow)?

kusnier commented 9 months ago

I will check the PR this weekend.

kusnier commented 9 months ago

Thanks. A Fixed version was release 0.0.50.

Please check if it fits.

Merry Christmas and a Happy New Year

sebastiangebhardt commented 9 months ago

Awesome! Updated 'vagrant-persistent-storage' to version '0.0.50'! This will avoid me some support requests, as we use the plugin to attach precompiled harddisks to our development VM's. Also a merry chrismans and happy new years.