I want to use those 4 drives on an open media vault VM as a 24TB drive for backing up my media server (which is why raid 0 is OK for it)
My guess would be to prevent inexperienced users from total data loss. And for experienced users, who know raid and backup strategies well enough to make a good decision if a raid0 is a good option for the use case or not, it shouldn't be a big problem running the three oneliners to create the raid0 pool and add it as storage to PVE:Why the RAID0 option was never added to that dropdown list? There are users out there who are interested in this option, given all the limitations RAID0 comes with.
ls -la /dev/disk/by-id
zpool create ...
pvesm add zfspool ...
This is a very good example on how to not do it ... if you optimize Postgres for ZFS for the task at hand, you will get much better times even with an enterprise SSD without raid0 in ZFS. Most people just don't know how to proper do hardware or database optimizations. Especially with databases on ZFS, you WILL get a huge speed improvement with a proper low-latency SLOG device. Most tests on that page are done with non-enterprise SSDs ... just look at this forum in how well those perform ... spoiler: terrible compared to enterprise SSDs.I know a lot of folks here don't recommang RAID0, but I give you a real life scenarion where RAID0 is actually recommanded, in case you don't want to wait weeks for the job to finish: Loading the planet open street map data https://wiki.openstreetmap.org/wiki/Osm2pgsql/benchmarks#What_affects_import_time?
Just (another) two cents for a general advice for all reading this later:I only have 1 system with 2 x XEON E5-2690 v2 available and 2 x 1 TB SSD disks (home grade).