openzfsonwindows / ZFSin

OpenZFS on Windows port
https://openzfsonwindows.org
1.2k stars 68 forks source link

ZFS List Missing Some Snapshots #133

Open jordandahlke opened 5 years ago

jordandahlke commented 5 years ago

Original pool was created with Ubuntu using ZoL. I used zfs send -I to and zfs recv -dF tank to create the snapshots listed below. As you can see, the zfs list -t all is not showing the 4/24 daily snapshot but it clearly exists as I can list it specifically and it knows it exists if I try to rollback to an older snapshot.

C:\>zfs list -rt all -o name,creation tank/Pictures
NAME                                                 CREATION
tank/Pictures                                        Thu Apr 18 13:12 2019
tank/Pictures@zfs-auto-snap_daily-2019-04-21-1125    Sun Apr 21 06:25 2019
tank/Pictures@zfs-auto-snap_weekly-2019-04-21-1147   Sun Apr 21 06:47 2019
tank/Pictures@zfs-auto-snap_daily-2019-04-23-1125    Tue Apr 23 06:25 2019
C:\WINDOWS\system32>zfs list -o name,creation tank/Pictures@zfs-auto-snap_daily-
2019-04-24-1125
NAME                                               CREATION
tank/Pictures@zfs-auto-snap_daily-2019-04-24-1125  Wed Apr 24 06:25 2019
C:\>zfs rollback tank/Pictures@zfs-auto-snap_daily-2019-04-23-1125
cannot rollback to 'tank/Pictures@zfs-auto-snap_daily-2019-04-23-1125': more recent snapshots or bookmarks exist
use '-r' to force deletion of the following snapshots and bookmarks:
tank/Pictures@zfs-auto-snap_daily-2019-04-24-1125
lundman commented 5 years ago

Which version as you running? We should confirm the status of the commit https://github.com/zfsonlinux/zfs/commit/c375c69ecad41f68610ad1186355822e28744476

jordandahlke commented 5 years ago

It was the .18 Pre-Release