Hi, looks like this problem comes up intermittent.
The send / recv is:
zfs send -R -i $snapshot_fromsnap $snapshot_tosnap | /usr/sbin/zfs receive 
-Fduv $dstdataset
and still I get this error at the beginning of send / recv:
attempting rename data-backup/recv-25346-1 to data-backup/xsbasezone/ROOT/zbe
failed (17)
and then all the send/recv output of all zfs filesystems, then again at the end:
attempting rename data-backup/recv-25346-1 to data-backup/xsbasezone/ROOT/zbe
failed (17)
how can I get more info on this?
Da:
Matthew Ahrens
A:
Illumos Discussion
Cc:
Raffaele Fullone
Data:
18 aprile 2014 18.12.05 CEST
Oggetto:
Re: [discuss] zfs send error
errno 17 is EEXIST.  If you are doing "zfs recv -F", it should have destroyed 
the existing
data-backup/data/xsbasezone/
ROOT/zbe so that the rename would succeed.  If you didn't use the -F flag, this 
is the expected behavior (though could be more clear about what happened and 
why).
--matt
On Fri, Apr 18, 2014 at 9:01 AM, Gabriele Bulfon
[email protected]
wrote:
Hi,
first time I see this strange error.
After sending a full backup through zfs send, I started sending incrementals.
I eneded up with these strange errors:
*at start of send recv*
attempting rename data-backup/data/recv-2106-1 to 
data-backup/data/xsbasezone/ROOT/zbe
failed (17)
....all the send/recv of many fs goes through
....
....
*at end of send recv*
attempting rename data-backup/data/recv-2106-1 to 
data-backup/data/xsbasezone/ROOT/zbe
failed (17)
the cmd seems to return $? -ne 0, while it maybe did the job, can't say, and 
the script exit for errors.
Any clue??
Gabriele.
illumos-discuss
|
Archives
|
Modify
Your Subscription
illumos-discuss
|
Archives
|
Modify
Your Subscription



-------------------------------------------
illumos-discuss
Archives: https://www.listbox.com/member/archive/182180/=now
RSS Feed: https://www.listbox.com/member/archive/rss/182180/21175430-2e6923be
Modify Your Subscription: 
https://www.listbox.com/member/?member_id=21175430&id_secret=21175430-6a77cda4
Powered by Listbox: http://www.listbox.com

Reply via email to