Do the messages contain anything about renaming or destroying *data-backup/xsbasezone/ROOT/zbe*?
You'll want to compare those debug messages, the filesystems present on the receiving system, and the filesystems described by the sending system (zfs send ... | zstreamdump) --matt On Fri, May 23, 2014 at 2:19 AM, Gabriele Bulfon <[email protected]> wrote: > 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/zbefailed (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/zbefailed (17)* > how can I get more info on this? > > ------------------------------ > > > *Da:* Matthew Ahrens <[email protected]> > *A:* Illumos Discussion <[email protected]> > *Cc:* Raffaele Fullone <[email protected]> > *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 >> <https://www.listbox.com/member/archive/182180/=now> >> <https://www.listbox.com/member/archive/rss/182180/21175667-2019e749> | >> Modify <https://www.listbox.com/member/?&> Your Subscription >> <http://www.listbox.com> >> > > *illumos-discuss* | Archives > <https://www.listbox.com/member/archive/182180/=now> > <https://www.listbox.com/member/archive/rss/182180/21175541-02f10c6f> | > Modify > <https://www.listbox.com/member/?&> > Your Subscription <http://www.listbox.com> > > ------------------------------------------- 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
