Re: [pve-devel] [PATCH installer] zfs: allow RAID0 with different-sized disks

2021-07-02 Thread Stoiko Ivanov
Thanks for the patch! checked the git-log when and how this got introduced in the first place and it's been like that since zfs raid configuration was introduced... I think the change makes sense - in addition to the case of RAID0 with different sizes, it would also prevent RAID10 with the mirror

[pve-devel] [PATCH installer] zfs: allow RAID0 with different-sized disks

2021-06-24 Thread Stefan Reiter
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 --- proxinstall | 2 -- 1 file changed, 2 deletions(-) diff -