Hello Matthew,

Thursday, June 8, 2006, 8:51:39 PM, you wrote:

MA> 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.
MA> ... 
>> 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

MA> You may be hitting 6343779 "ZPL's delete queue causes 'zfs restore' to
MA> fail".  As mentioned in the bug report, you can work around this by not
MA> mounting the target filesystem between the rollback and the receive:

MA> dst# zfs set mountpoint=none nfs-s5-s8/d5203
MA> dst# zfs rollback nfs-s5-s8/[EMAIL PROTECTED]
MA> dst# ... zfs recv ...
MA> dst# zfs inherit mountpoint nfs-s5-s8/d5203

MA> If that doesn't work, let us know, as it might be an unknown bug.

I did 'zfs umount nfs-s5-s8/d5203 ; zfs rollback nfs-s5-s8/[EMAIL PROTECTED]'
and then send/receive - looks like it is working :)

Thank you.

-- 
Best regards,
 Robert                            mailto:[EMAIL PROTECTED]
                                       http://milek.blogspot.com

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

Reply via email to