Re: [PATCH v2 4/5] btrfs/284: skip on zoned devices
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.linux-btrfs,org.kernel.vger.fstests |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 19, 2026 at 03:16:04PM +0200, Johannes Thumshirn wrote: > Incremental send stream v2 uses fallocate(PUNCH_HOLE) to represent > holes, which btrfs receive replays. Zoned btrfs rejects all fallocate > modes, so receiving a stream with holes fails. Skip on zoned devices. The requirement looks fine: Reviewed-by: Christoph Hellwig <[email protected]> But isn't not supporting standard send/recv a pretty big limitation?