On Thu, Jun 08, 2006 at 11:46:32AM -0700, Robert Milkowski wrote: > I can't send/receive incramental for one filesystem. Other filesystems > on the same servers (some in the same pool) work ok - just problem > with that one. Even if rollback destination filesystem I still can't > receive incramental send. ... > SRC HOST# ptime zfs send -i p2/[EMAIL PROTECTED] p2/[EMAIL PROTECTED] | ssh > [EMAIL PROTECTED] zfs > receive -v nfs-s5-s8/d5203 > receiving incremental stream of p2/[EMAIL PROTECTED] into nfs-s5-s8/[EMAIL > PROTECTED] > cannot receive: destination has been modified since most recent snapshot -- > use 'zfs rollback' to discard changes
You may be hitting 6343779 "ZPL's delete queue causes 'zfs restore' to fail". As mentioned in the bug report, you can work around this by not mounting the target filesystem between the rollback and the receive: dst# zfs set mountpoint=none nfs-s5-s8/d5203 dst# zfs rollback nfs-s5-s8/[EMAIL PROTECTED] dst# ... zfs recv ... dst# zfs inherit mountpoint nfs-s5-s8/d5203 If that doesn't work, let us know, as it might be an unknown bug. --matt _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss