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

Allow passing arguments to storageattach #106

Closed apyrgio closed 4 years ago

apyrgio commented 4 years ago

Add a config.persistent_storage.attachoptions config variable that allows the user to pass any option they want to the VBoxManage storageattach call.

A use case for this config variable is enabling TRIM support.

kusnier commented 4 years ago

Thank you. I will check this today.