I have a project coming up that I would like to make use of this feature
set. For replication, we use zrepl quite a bit. In the past there were
a lot of cases of corruption of snapshots and pool errors when these
features were used together.
e.g. to name just one
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282622
But some reports have 14.x more stable. I set up a test vm using 14.2R
with a jail that lives on an encrypted dataset and gets snapshotted
every 10min with the snapshots sent to another server. In the VM I am
just doing buildworld over and over again for now to create a load with
some disk io. Are there any particular loads that would trigger the
issue more often than not ?
---Mike