When I started my career in IT as a data center technician / low level systems admin, I saw more than once a disk replacement in a RAID-5 maintenance, while it was rebuilding, another drive gave up the ghost and guess what happens when you lose two drives concurrently in a RAID-5? *makes explosion sound* So yeah, same logic applies here.
Answer from DeputyCartman on reddit.comTrueNAS Community
What's the stigma behind using RAIDZ1? | TrueNAS Community
July 9, 2023 - Mirrors have way better risk profile as the number of drives go up. Take for example, A 6-drive RAIDZ1 vs 6-drive striped mirrors. In a 6-drive RAIDZ1, you will lose your pool as soon as a second drive goes bad, a 6-drive striped mirrors can suffer up to 3 drive failures so long as the drives ...
Proxmox
RaidZ1 performance ZFS on host vs VM | Proxmox Support Forum
February 11, 2024 - If you don't care compression, encryption, snapshot, data integrity then use old file systems. Use #atop to see CPU and disk usage. Maybe it will show something interesting. ... If your VM writes in blocks of 12K then the raidz1 could write 16K in parallel to the drives (assuming ZFS is that ...
45Drives
RAID and RAIDZ
It is one of the most popular RAID ... it the whole pool could be lost. RAIDZ1 has a benefit over RAID 5 as it has solved the write-hole phenomenon that usually plagues parity and striping RAID levels....
Proxmox
3 x 4TB Samsung SSD in ZFS raidz1 => poor performance | Proxmox Support Forum
April 20, 2021 - Is raidz1 that bad? How and where to configure ZFS correctly. Click to expand... Perhaps you should provide some more details of your setup. Then it will be easier for people to help. For instance how are you using the RAIDZ1 pool? Is it used for the Proxmox host, the VM images as data storage ...
RAIDZ Calculator
RAIDZ Types Reference
RAIDZ levels reference covers various aspects and tradeoffs of the different RAIDZ levels.
Proxmox
Avoid IO Delay: RAIDz1 vs RAID5 | Proxmox Support Forum
December 21, 2024 - I am currently running a RAIDz1 with 8 classic 3.5 HDDs and 128GB RAM on my Proxmox server. I only run LXCs. These are located on a separate NVMe. ZFS datasets are integrated in various LXCs via mount points. Depending on the data activity on the ZFS datasets, there are always quite high IO...
Proxmox
The problem with RAIDZ or why you probably won't get the storage efficiency you think you will get | Proxmox Support Forum
February 26, 2024 - I wrote something down on Github and would love to hear your feedback.
Level1Techs
Best practice for raidz on differnt sized disks in 2023? - Storage - Level1Techs Forums
May 5, 2023 - If one has three 8TB and four 16TB disks, is it best to divide those in two different vdevs? When googling that’s what most people say, but since zfs is a bit of a moving target I thought it would be better to ask the people who are up to date. Edit: Changed terminology to match what I was ...
Proxmox
[TUTORIAL] - FabU: Can I use ZFS RaidZ for my VMs? | Proxmox Support Forum
January 1, 2025 - Assumption: you use at least four identical devices for that. Mirrors, RaidZ, RaidZ2 are possible - theoretically. Technically correct answer: yes, it works. But the right answers is: no, do not do that! The recommendation is very clear: use “striped mirrors”. This results in something ...
TrueNAS Community
The problem with RAIDZ - Resources - TrueNAS Community Forums
April 16, 2024 - This resource was originally created by user: Jamberry on the TrueNAS Community Forums Archive. Please DM this account or comment in this thread to claim it. The problem with RAIDZ or why you probably won’t get the storage efficiency you think you will get. Work in progress, probably contains ...
FreeBSD
ZFS - Performance: RAIDz1 vs mirroring | The FreeBSD Forums
December 16, 2020 - In my home PC, one of my two HDD that I have in (btrfs) RAID 0 failed. So, I am shopping for the replacement. I am planning to install FreeBSD (zfs) and set up RAIDZ (buying 3 SSDs). Now, I am reading everywhere that mirroring 2 disks (1 vdev per disk) is faster than RAIDz1 with 3 disks. And it...
Proxmox
[SOLVED] - Hardware Raid or ZFS | Proxmox Support Forum
January 2, 2025 - Tomorrow I have 4 x DC600M 3.84TB disks arriving. The whole reason I am getting these is due to very slow restores when using HDD. The question now is do I use hardware raid or zfs. I have a hardware raid card with BBU and also LSI HBAs so I can go with either. Also in terms of raid level, I...
Proxmox
ZFS usage incorrect for a VM in RAIDZ1 | Proxmox Support Forum
August 9, 2023 - Hi, I'm currently using a zfs pool as RAIDZ1. The ZFS pool has the thin provision argument set. I created a hard disk on this zfs pool, with discard=1. In the VM, df -h tells me there is a 295G disk, with 188G used. In the pool in proxmox, the summary says 294Gb used, but the vm disk (raw...