mirror_zfs/tests/zfs-tests/tests
Ameer Hamza d8011707cc Ignore pool ashift property during vdev attachment
Ashift can be set for a vdev only during its creation, and the
top-level vdev does not change when a vdev is attached or replaced.
The ashift property should not be used during attachment, as it
does not allow attaching/replacing a vdev if the pool's ashift
property is increased after the existing vdev was created. Instead,
we should be able to attach the vdev if the attached vdev can
satisfy the ashift requirement with its parent.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Signed-off-by: Ameer Hamza <ahamza@ixsystems.com>
Closes #15061
2023-07-21 16:35:12 -07:00
..
functional Ignore pool ashift property during vdev attachment 2023-07-21 16:35:12 -07:00
perf More adaptive ARC eviction 2023-03-08 11:17:23 -08:00
Makefile.am zdb: add -B option to generate backup stream 2023-06-05 11:54:42 -07:00