On 04/05/11 17:29, Ian Collins wrote:
 On 04/ 6/11 12:28 AM, Paul Kraus wrote:
     I have a zpool with one dataset and a handful of snapshots. I
cannot delete two of the snapshots. The message I get is "dataset is
busy". Neither fuser or lsof show anything holding open the
.zfs/snapshot/<sanpshot name>  directory. What can cause this ?

Do you have any clones?

If there are clones then zfs destroy should report that.  The error being
reported is "dataset is busy" which would be reported if there are user
holds on the snapshots that can't be deleted.

Try running "zfs holds zpool-01/dataset-01@1299636001"

-- Rich

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

Reply via email to