OpenSolaris

Printable Version Enter a New Search
Bug ID 6364129
Synopsis need to unmount any child datasets before doing the rollback
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility: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 create b/f
:
>># zfs list -o name,mountpoint
>>NAME                  MOUNTPOINT
>>b                     /b
>>b@first               -
>>b/f                   /b/f
>># zfs snapshot b/f@first
>># zfs snapshot b@second
>># touch b/f/t
>># zfs rollback b@second
>>cannot unmount '/b': Device busy
>
>
>Yep, this is another bug.  We need to unmount any child datasets before
>doing the rollback.
>
Work Around
N/A
Comments
N/A