dict object has no attribute 'bp'
Closed this issue · 2 comments
cinterloper commented
alcarithemad commented
Probably an unsupported ZFS feature. Those should probably be rejected, or at least produce a warning.
Did you pass -d
to zpool create
? That disables all the v5000 features, and you can then enable the supported ones as zpool options. See also man zpool-features
.
tests/fixtures.sh has some sample pool creation commands.
cinterloper commented
I see. creating a pool with -d
did the trick. Thanks for the response!