[Bug 209508] zfs import assertion failed in avl_add()

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Aug 1 00:26:27 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209508

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

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

--- Comment #1 from Jonathan Chen <jonc at 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/avl.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.

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


More information about the freebsd-fs mailing list