Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Aug 2017 00:26:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-fs@FreeBSD.org
Subject:   [Bug 209508] zfs import assertion failed in avl_add()
Message-ID:  <bug-209508-3630-aMEBseiSJz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209508-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209508-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209508

Jonathan Chen <jonc@chen.org.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonc@chen.org.nz

--- Comment #1 from Jonathan Chen <jonc@chen.org.nz> ---
I hit this error trying to expand a zfs partition, with 11.1-RELEASE

# gpart delete -i 4 ada0
# gpart resize -i 3 ada0
... some errors appeared which I didn't write down ...

# mkdir /tmp/z
# zpool import -f -R /tmp/z irontree
Assertion failed: (avl_find() succeeded inside avl_add()), file
/usr/src/cddl/lib/libavl/../../../sys/cddl/contrib/opensolaris/common/avl/a=
vl.c,
line 649.

I had to use 10.3-RELEASE to fix this. Using the same commands, I managed to
recover and expand my zpool successfully.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209508-3630-aMEBseiSJz>