Migration from Physical Firewalls

Started by spetrillo, September 27, 2024, 03:48:07 PM

Previous topic - Next topic
Hello all,

I am moving away from physical to virtual firewalls. This question is about which filesystem I should use for my virtual firewall. Do I use ZFS and add vRAM for ZFS or do I use UFS?

Thanks,
Steve

When I have ZFS as the storage medium for virtual disks in the hypervisor already, I use UFS in VMs and snapshot them from outside.

In case you don't, I'd recommend ZFS. But keep in mind that the copy-on-write nature of ZFS effectively thwarts thin provisioning. Best provision your virtual disks thick, i.e. with their entire size preallocated. An OPNsense installation does not need a large disk, fortunately.
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do. (Isaac Asimov)

Aha...so if I am using Proxmox with ZFS I could then do UFS for the firewall vms. Never thought about that!