]> git.proxmox.com Git - pve-installer.git/commit
zfs: allow RAID0 with different-sized disks
authorStefan Reiter <s.reiter@proxmox.com>
Thu, 24 Jun 2021 12:30:13 +0000 (14:30 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 16 Mar 2022 15:05:10 +0000 (16:05 +0100)
commit5bb1722d0902b0b6042f1d0db3ffdd080688a996
tree1e2dff63005a82fe921d256cb6c27d49003c1e4e
parent38aa09be4794307145a0acf37f66aa7e2fac7e62
zfs: allow RAID0 with different-sized disks

zfs_mirror_size_check is already called in get_zfs_raid_setup when
necessary, so don't call it unconditionally, as this will cause a
false-positive error on RAID0 devices (where size mismatches are fine).

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
Tested-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Reviewed-by: Stoiko Ivanov <s.ivanov@proxmox.com>
proxinstall