Michal Nowak
2017-06-11 f6ec4f3e9ed7f5b17507cb43eb8daf941152d7f3
refs
author Michal Nowak <mnowak@startmail.com>
Sunday, June 11, 2017 20:42 +0200
committer Adam Števko <xen0l@users.noreply.github.com>
Monday, June 19, 2017 22:09 +0200
commitf6ec4f3e9ed7f5b17507cb43eb8daf941152d7f3
tree 4bf6b652e17bd7132eb19ce8b60ba50978e198e3 tree | zip | gz
parent eefe4141da1e339db920a807a91cc8a790fccfe0 view | diff
Vagrant: Support host IO cache on SATA, and, optionaly, SSD-aware features

Host IO cache: trade IO speed for security on e.g. host power failure,
more here: https://www.virtualbox.org/manual/ch05.html#iocaching.

`--nonrotational` (optional): This switch allows to enable the
non-rotational flag for virtual hard disks. Some guests (i.e.
Windows 7+) treat such disks like SSDs and don't perform disk
fragmentation on such media.

`--discard` (not implemented): This switch enables the auto-discard
feature for the virtual hard disks. This specifies that a VDI image
will be shrunk in response to the trim command from the guest OS.

https://www.virtualbox.org/manual/ch08.html#vboxmanage-storageattach
2 files modified
20 ■■■■■ changed files
Vagrantfile 14 ●●●●● diff | view | raw | blame | history
doc/vagrant.md 6 ●●●●● diff | view | raw | blame | history