Shane, I wasn't able to reproduce this failure on my system. Could you
try running Eric's D script below and send us the output while running
'zfs list'?
thanks,
--matt
On Fri, Aug 18, 2006 at 09:47:45AM -0700, Eric Schrock wrote:
> Can you send the output of this D script while running 'zfs li
Can you send the output of this D script while running 'zfs list'?
#!/sbin/dtrace -s
zfs_ioc_snapshot_list_next:entry
{
trace(stringof(args[0]->zc_name));
}
zfs_ioc_snapshot_list_next:return
{
trace(arg1);
}
- Eric
On Fri, Aug 18, 2006 at 09:27:36AM -0700, Shane Milton wrote: