Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gabortoth-hu/vagrant-ssd

A Vagrant plugin to set all virtual disks to nonrotational type.
https://github.com/gabortoth-hu/vagrant-ssd

plugin vagrant

Last synced: about 22 hours ago
JSON representation

A Vagrant plugin to set all virtual disks to nonrotational type.

Awesome Lists containing this project

README

        

# vagrant-ssd

A Vagrant plugin to set all virtual disks to nonrotational. Inspired by [vagrant-disksize](https://github.com/sprotheroe/vagrant-disksize).

## Installation / usage

Use the following command:
```
vagrant plugin install vagrant-ssd
```
...or set it in Vagrantfile plugins section:
```
Vagrant.configure("2") do |config|
config.vagrant.plugins =["vagrant-ssd", ...]
...
end
```

## Limitations
It works with Virtualbox provider only.

## License

The gem is available as open source under the terms of the MIT License.