Kavex
Kavex
I was able to confirm the unsorted error message on `artix-6.6.34-1-lts` by compiling from source on the main branch. If 4 snapshots of a test dataset were created and named...
I believe this is feasible - zfs receive already handles raw encrypted streams, the limitation is that it refuses to replace a dataset with a different encryption state. Likely, the...
### Update: prototype for receiving encrypted ↔ unencrypted with `zfs send -w … | zfs receive -F …` I’ve been prototyping a gated way to let a full/RAW receive (`-w`)...
## Status update (2025-09-30): pausing work; WIP patch attached for hand-off I’m going to step back from this ticket for a bit while I focus on a time-critical FreeBSD/HPC modernization...
Appreciate it, thanks @barrkel! I’ve pushed the current state as a WIP and added a checklist so others can jump in. I’ll be heads-down on FreeBSD/HPC infra for a bit,...
Thanks for testing this and for the clear report, @arturpzol You’re absolutely right on the issues you spotted: - `rcvprops` needs to be allocated before `fnvlist_add_boolean_value();` I’ll flip newprops accordingly...
Thanks for testing and for the quick feedback, @arturpzol — and thanks @barrkel for the encouragement. I’ve uploaded the current WIP patch **as-is** and I’m logging off for the night....
@arturpzol I am very sorry for the confusion. Yes, the described scenario should work with this patch. At least it worked for me on my local git branch. But if...
Found the culprit. The difference between your testing protocol and my testing protocol was, that i did not create dst/fs manually, i just created dst, while you created dst/fs manually...
Thanks for the cross-references, and sorry for the slow reply – I only just had time to look through these in detail. My understanding of the related issues is roughly:...