When trying to use `pct rolback <vmid> <snapname>` it fails on non-recent snapshots.
ZFS itself is able to rollback discarding bookmarks and snapshots newer than target:
```
zfs rollback rpool/data/subvol-999-disk-0@clean
cannot rollback to 'rpool/data/subvol-999-disk-0@clean': more recent snapshots or bookmarks exist
use '-r' to force deletion of the following snapshots and bookmarks:
```
But `pct` is not, and not accepting `-r` or `--recurse`.
And WebUI too.
ZFS itself is able to rollback discarding bookmarks and snapshots newer than target:
```
zfs rollback rpool/data/subvol-999-disk-0@clean
cannot rollback to 'rpool/data/subvol-999-disk-0@clean': more recent snapshots or bookmarks exist
use '-r' to force deletion of the following snapshots and bookmarks:
```
But `pct` is not, and not accepting `-r` or `--recurse`.
And WebUI too.