Btw. ajoeiam you're asking the wrong questions. You run a RAID array. Have you decided what filesystem are you going to use?
You either use the classic UFS with the GEOM framework to set up the RAID layer over the physical drives,
or you use ZFS which is combined volume manager and filesystem.
If you use ZFS this complete topic is moot as you don't have to predetermine your filesystem hierarchy.
If a directory in a filesystem starts to grow, you can just detach it to its own filesystem and set the quota.
You have to translate Linux LVM/RAID setup into UFS+GEOM or ZFS which has certainly more things to think of than whether to detach /var or not.
Pick what you want to use. If you can use ZFS, the partition layout issues are gone.
You either use the classic UFS with the GEOM framework to set up the RAID layer over the physical drives,
or you use ZFS which is combined volume manager and filesystem.
If you use ZFS this complete topic is moot as you don't have to predetermine your filesystem hierarchy.
If a directory in a filesystem starts to grow, you can just detach it to its own filesystem and set the quota.
You have to translate Linux LVM/RAID setup into UFS+GEOM or ZFS which has certainly more things to think of than whether to detach /var or not.
Pick what you want to use. If you can use ZFS, the partition layout issues are gone.