pitstopcloud / virtualbox-go

Most complete golang library for virtualbox
81 stars 17 forks source link

Add support for SSD disks #2

Closed badeadan closed 4 years ago

badeadan commented 5 years ago

Add 'NonRotational' and 'AutoDiscard' Disk options that map to vboxmanage's '--nonrotational' and '--discard' options.

See: https://www.virtualbox.org/manual/ch08.html

Enable AutoDiscard only if disk format is VDI.