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 ...
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
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 ...
RAIDZ Calculator
RAIDZ Types Reference
RAIDZ levels reference covers various aspects and tradeoffs of the different RAIDZ 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 ...
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.
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...
TrueNAS Community
The problem with RAIDZ | TrueNAS Community
December 13, 2023 - The problem with RAIDZ or why you probably won't get the storage efficiency you think you will get. As a ZFS rookie, I struggled a fair bit to find out what settings I should use for my Proxmox hypervisor. To learn more about ZFS and help other rookies, I wrote down this wall of text. Although...
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...
TrueNAS Community
The problem with RAIDZ - Resources - TrueNAS Community Forums
March 4, 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 ...
Calomel
ZFS Raidz Performance, Capacity and Integrity Comparison @ Calomel.org
ZFS Raid Speed Capacity and Performance ... TB, w=106MB/s , rw=49MB/s , r=589MB/s 3x 4TB, stripe (raid0), 11.3 TB, w=392MB/s , rw=86MB/s , r=474MB/s 3x 4TB, raidz1 (raid5), 7.5 TB, w=225MB/s , rw=56MB/s , r=619MB/s 4x 4TB, 2 striped mirrors, 7.5 TB, w=226MB/s , rw=53MB/s , r=644MB/s ...
JRS Systems
ZFS: You should use mirror vdevs, not RAIDZ. – JRS Systems: the blog
The only disk more heavily loaded ... sound bad, but remember that it’s no more heavily loaded than it would’ve been as a RAIDZ member. Each block resilvered on a RAIDZ vdev requires a block to be read from each surviving RAIDZ member; each block written to a resilvering mirror only requires one block to be read from a surviving vdev member. For a six-disk RAIDZ1 vs a six disk ...
TrueNAS Community
Should I RAID-Z1 or RAID-Z2? | TrueNAS Community
June 2, 2011 - I'm going to be building myself an NAS in a month or two and I'm trying to decide whether I want RAID-Z1 or RAID-Z2. Now, if this was an enterprise-level application I'd just go with Z2 and be done with it but this is for my own, personal use. The zpool is going to be used for file storage...