Search results

  1. M

    zfs snapshot hooking

    Hi, lads and ladies. I stuck with one little trouble about topic. I have a lot of VMs and CTs in a Proxmox environment, zfs-based. Some of them contains db or other services, that *CAN* restore after unclean shutdown, but it would be better to have them *CLEAN* at snapshot taken. I'm using...
  2. M

    Rollback to some nested snapshot (ZFS)

    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...