First a raidz of 5 SSDs will result in either alot of wasted space (you loose half of your capacity like a raid10 but with worse performance) or you are forced to a high blocksize (32K or more; so you don't want to run anything inside VMs that uses a blocksize of 16K or less) so running alot of workloads like Postgres/MySQL DBs will be terrible. And ZFS got alot of overhead and is doing alot of sync writes, so consumer SSDs aren't recommended to use.
LVM on the other hand won't wear your disks that bad, but you are missing the bit rot (corruption) protection.