Re: zfs send zvol same feature flags different ashift

From: void <void_at_f-m.fm>
Date: Sun, 15 Sep 2024 21:14:39 UTC
On Sun, Sep 15, 2024 at 01:48:22PM -0400, Rich wrote:
>Smaller ashift will, generally, produce smaller things, because you're only
>having to round up to multiples of 512b, not 4096b, with compression, and
>even if the volume's data itself is uncompressed, the metadata is not.

Hi,

What I mean is, can I take a zvol from ashift=9 zpool and import it to an
ashift=12 zpool and still expect it to work on the ashift=12 pool ?
--