[root at milk:~]# zfs snapshot export/zone/smb/share/it at 5 internal error: unexpected error 16 at line 2302 of ../common/libzfs_dataset.c I don''t have this problem with other filesystems. There was one existing snapshot which, after getting the above error, I deleted successfully. But I still can''t take a new snapshot. The filesystem is not mounted. -frank
On August 31, 2006 4:00:52 PM -0700 Frank Cusack <fcusack at fcusack.com> wrote:> [root at milk:~]# zfs snapshot export/zone/smb/share/it at 5 > internal error: unexpected error 16 at line 2302 of ../common/libzfs_dataset.c > > I don''t have this problem with other filesystems. There was one existing > snapshot which, after getting the above error, I deleted successfully. But > I still can''t take a new snapshot. > > The filesystem is not mounted.This was on a zoned filesystem. I booted the single zone mounting this fs (which then mounted the fs) and was able to take the snapshot. After halting the zone, I am still able to take snapshots. Note that this same zone mounts other filesystems, on which I was able to take snapshots without any problems. -frank
Frank Cusack wrote:> [root at milk:~]# zfs snapshot export/zone/smb/share/it at 5 > internal error: unexpected error 16 at line 2302 of > ../common/libzfs_dataset.c > > I don''t have this problem with other filesystems. There was one existing > snapshot which, after getting the above error, I deleted successfully. But > I still can''t take a new snapshot. > > The filesystem is not mounted.Hmm, I wonder if this is related to 6462803 "zfs snapshot -r failed because filesystem was busy"? If you mount the filesystem (thus causing any latent intent log to be played), can you take the snapshot? --matt