Hello,
I used Centos for 10 years on a particular server. Now as Centos 8 gone, I would like to switch to FreeBSD instead of Linux (no particular reason, I might just use Debian though, but I like FreeBSD).
Now the doubt is here. I have hardware RAID controller there, LSI MegaRAID. 6 slots. My storage configuration is:
2 SSDs in RAID-1 array for /
2 SSDs in RAID-1 array for /var/lib/mysql
2 HDDs in RAID-1 array for /backup
Which filesystem to use with FreeBSD? I'm leaning toward ZFS; have some experience with it on Proxmox, but the problem here is hardware RAID controller. Can ZFS work reliably with HW-RAID? If yes, then how can I recreate storage schema like above example? I still need to use the same HW-RAID configuration like described, which gives me devices /dev/sda, /dev/sdb and /dev/sdc. What now? Should I create one separate ZFS pool on each /dev/sdX? Does that makes any sense, or I should avoid that and use UFS instead and go old school way?
Thank you
Ivan
I used Centos for 10 years on a particular server. Now as Centos 8 gone, I would like to switch to FreeBSD instead of Linux (no particular reason, I might just use Debian though, but I like FreeBSD).
Now the doubt is here. I have hardware RAID controller there, LSI MegaRAID. 6 slots. My storage configuration is:
2 SSDs in RAID-1 array for /
2 SSDs in RAID-1 array for /var/lib/mysql
2 HDDs in RAID-1 array for /backup
Which filesystem to use with FreeBSD? I'm leaning toward ZFS; have some experience with it on Proxmox, but the problem here is hardware RAID controller. Can ZFS work reliably with HW-RAID? If yes, then how can I recreate storage schema like above example? I still need to use the same HW-RAID configuration like described, which gives me devices /dev/sda, /dev/sdb and /dev/sdc. What now? Should I create one separate ZFS pool on each /dev/sdX? Does that makes any sense, or I should avoid that and use UFS instead and go old school way?
Thank you
Ivan