[zfs-discuss] Issue with zfs snapshot replication from version2 to version3 pool.

2006-08-18 Thread Shane Milton
I did a little bit of digging, and didn't turn up any known issues. Any insite would be appreciated. Basically I replicated a zfs snapshot from a version2 storage pool into a version3 pool and it seems to have corrupted the version3 pool. At the time of the error both pools were running on th

Re: [zfs-discuss] Issue with zfs snapshot replication from version2 to version3 pool.

2006-08-18 Thread Eric Schrock
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:

Re: [zfs-discuss] Issue with zfs snapshot replication from version2 to version3 pool.

2006-08-22 Thread Matthew Ahrens
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