Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2020 23:06:19 +1030
From:      "Daniel O'Connor" <darius@dons.net.au>
To:        "O'Connor, Daniel via freebsd-hackers" <freebsd-hackers@freebsd.org>
Subject:   Re: zfs send from an ancient system
Message-ID:  <3363BCBC-0F1A-4B28-8A1A-58D0950DF15A@dons.net.au>
In-Reply-To: <308513D0-0CA6-462F-B3C6-03BF5A617081@dons.net.au>
References:  <308513D0-0CA6-462F-B3C6-03BF5A617081@dons.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help


> On 7 Dec 2020, at 18:18, Daniel O'Connor <darius@dons.net.au> wrote:
> I am sure I have done this in the past from this machine, =
unfortunately I don't have the receiving machine any more as it got =
repurposed.

I created a new test FS on the 8.2 machine with a single file in it and =
it reproduces the problem.

I did some tests with an md(4) backed zpool and it works on =
11.3-RELEASE-p5 and fails on 12.0-RELEASE-p10.

Also, it appears I can 'launder' the send through the 11.3 machine, ie =
recv on it then send to the 12.2 system and it works.

Tested with the following:
truncate -s 100M /tmp/zfs.1
sudo mdconfig -t vnode -f /tmp/zfs.1
sudo zpool create testtank /dev/md0
curl http://www.gsoft.com.au/~doconnor/test.zfssend.gz | gzip -d | sudo =
zfs recv -vd testtank
sudo zpool destroy testtank
sudo mdconfig -u md0 -d
rm /tmp/zfs.1

--
Daniel O'Connor
"The nice thing about standards is that there
are so many of them to choose from."
 -- Andrew Tanenbaum




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3363BCBC-0F1A-4B28-8A1A-58D0950DF15A>