logoalt Hacker News

basemitoday at 12:39 PM4 repliesview on HN

> Bhyve virtual machines can now share a filesystem with the host via the new p9fs

Nice!


Replies

colinhbtoday at 1:21 PM

Wild! Fun to see 9p filesystem protocol continue to have a life in this form.

martinrametoday at 1:24 PM

Yea!, as far as I understand, with p9fs now a simple zfs dataset can be shared with the VM, removing the need of ZVOLs (a ZVOL for the boot disk isn't an issue, but for example a data disk of 1tb is difficult to manage).

jmmvtoday at 2:10 PM

Huh, in a point release?

But excited to try it out ASAP! I haven’t made the leap to 15 on my server yet (in part because I can’t decide whether to go with pkgbase or not…), but sharing data more easily with VMs will surely be nice.

What’s the performance like?

show 2 replies
ej31today at 1:34 PM

It's the duct tape of filesystem protocols, in a good way.