`zfs version` gives: ``` zfs-2.2.2-0ubuntu9.4 zfs-kmod-2.3.4-1ubuntu2 ``` And `zfs send ... | zfs receive ...` always gives: ``` cannot receive incremental stream: dataset is busy ```
I was long searching for problems why it could be busy until I found that the `receive` has the `-F` option also. Without `-F` (or `--no- rollback` in Syncoid), the problem does not occur! Similarly, there are other issues like resuming an aborted sync. `receive -A` then fixes that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939210 Title: When using HWE, zfs-kmod and zfs user tools versions must match To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1939210/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
