VMware Cloud Community
maverick213
Contributor
Contributor

FreeBSD paravirtual drivers

Hello,

I'm thinking of Virtualizing FreeBSD 9 and was told that IO would be an issue. In ESXi 5 can FreeBSD 9 be virtualized? Would you reccommend it? Has anyone done it? I'm worried about IO issues.

Thanks!

Jake

Tags (3)
0 Kudos
2 Replies
Jvdp
Enthusiast
Enthusiast

I am not that familiar with FreeBSD 9, but this guy got it to work on ESXi and used VMDirectpath to access the disks directly. This would mean that it would be (almost) the same performance as running the OS native on the machine:

http://forums.freebsd.org/showthread.php?t=27899

I added the following to my loader.conf:

Code:
hw.pci.enable_msi=0
hw.pci.enable_msix=0

This works around the problem, my VM can boot with the LSI passthrough.

So I suggest, try and measure the IOPS 🙂

0 Kudos
maverick213
Contributor
Contributor

I have FreeNAS installed right now and I'm using it in a DEV environment to test the IO as opposed to a Hard install I have setup. The only thing is FreeNAS (FreeBSD 😎 is limited in its iSCSI configuration.

If I edit the loader.conf file will it effect the way my ZFS file system is configured?

0 Kudos