[SOLVED] Can't rollback, more recent snapshots exist

nakasix

New Member
Sep 19, 2018
4
0
1
38
Hello,

I have a cluster and made a snapshot of a machine. I wanted to restore the snapshot, but I get the following message: "Can not rollback, more recent snapshots exist".
I have only one snapshot...

Scratch (My only snapshot)
|_NOW

I have a replication of the machine every 4 hours between node 1 and node 2.
Could you help me ?

Thank you,
 
Hello,

In shell, I tried :
zfs rollback rpool/data/vm-100-disk-1@Scratch
cannot rollback to 'rpool/data/vm-100-disk-1@Scratch': more recent snapshots or bookmarks exist
use '-r' to force deletion of the following snapshots and bookmarks:
rpool/data/vm-100-disk-1@__replicate_100-0_1537437601__


And :
zfs rollback rpool/data/vm-100-disk-1@Scratch -r

After this, my rollback works fine !