OpenSolaris

Printable Version Enter a New Search
Bug ID 6364126
Synopsis cannot rollback when a child filesystem is created after a snapshot is taken
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:zfs
Keywords z-triage
Responsible Engineer Lin Ling
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_33
Fixed In snv_33
Release Fixed solaris_nevada(snv_33)
Related Bugs
Submit Date 16-December-2005
Last Update Date 8-February-2006
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.
>
Work Around
N/A
Comments
N/A