> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss-
> boun...@opensolaris.org] On Behalf Of Frank Contrepois
> 
> r...@fsbu ~# zfs destroy fsbu01-zp/mailbo...@zfs-auto-snap:daily-2010-
> 04-14-00:00:00
> cannot destroy 'fsbu01-zp/mailbo...@zfs-auto-snap:daily-2010-04-14-
> 00:00:00': dataset already exists


This issue has now been answered, courtesy of Cindy Swearingen (cindys)
here:
http://opensolaris.org/jive/thread.jspa?messageID=484242&tstart=0

Summary:
If you do incremental receives, this might be CR 6860996:

A temporary clone is created for an incremental receive and in some cases,
is not removed automatically.

1. Determine clone names:
# zdb -d <poolname> | grep %

2. Destroy identified clones:
# zfs destroy <clone-with-%-in-the-name>

It will complain that 'dataset does not exist', but you can check
again(see 1)

3. Destroy snapshot(s) that could not be destroyed previously


_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to