On Sat, Feb 8, 2014 at 6:51 AM, Aryeh Friedman <aryeh.fried...@gmail.com>wrote:
>
> bhyve blindly read/writes into the middle of the file without consulting
> the filesystem and thus bypassing any things like sparse fill in.... namely
> all you gain is a few seconds of startup time (matter of fact I think
> truncate might use sparse allocation [i.e. attempting to read into the
> middle with guest OS control will result in potentially seeing host data])
>

If this is true then there is a *critical* security issue.

Using sparse files isn't to gain performance, it's to conserve disk space.
 Using md devices backed by sparse images would accomplish this.  If the
sparsify app works on FreeBSD, then there should be no problem using those
type of volumes.

-- 
Adam
_______________________________________________
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"

Reply via email to