|
Description
|
Eric Schrock wrote:
>On Wed, Dec 14, 2005 at 04:12:50PM -0800, Andrew wrote:
>
>># mkfile 64m blah
>># zpool create b /blah
>># zfs snapshot b@first
>># zfs rollback b@first
>># zfs snapshot b@first
>>cannot create 'b@first': snapshot exists
>># touch b/f
>># zfs rollback b@first
>># zfs create b/f
>># zfs rollback b@first
>>cannot rollback to 'b@first': more recent snapshots exist
>>use '-r' to force deletion of the following snapshots:
>>b/f
>
>Actually, it should be able to rollback to the previous snapshot. The
>fact that it complains is a bug.
>
|