Hi,
i recently upgraded from 12.2 to FreeBsd-13.0. My unencrypted zfs pools upgraded without problems, but my encrypted geli pool is not recognized anymore. If I boot into some old kernel, i can access the problematic pool but as this is the old zfs implementation, an upgrade is not possible. Does anybody have an idea, how to get the pool working under 13.0?
Thanks
Under 13.0:
Under 12.2:
i recently upgraded from 12.2 to FreeBsd-13.0. My unencrypted zfs pools upgraded without problems, but my encrypted geli pool is not recognized anymore. If I boot into some old kernel, i can access the problematic pool but as this is the old zfs implementation, an upgrade is not possible. Does anybody have an idea, how to get the pool working under 13.0?
Thanks
Under 13.0:
Code:
root@:/usr/local/etc/rc.d # zpool online zp-storage2 /dev/gpt/da3-vol0.eli /dev/gpt/da2-vol0.eli /dev/gpt/da1-vol0.eli
cannot open 'zp-storage2': no such pool
Code:
root@:/ # zpool status zp-storage2
pool: zp-storage2
state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(5) for details.
scan: resilvered 48K in 00:00:00 with 0 errors on Wed Aug 18 14:36:16 2021
config:
NAME STATE READ WRITE CKSUM
zp-storage2 ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
gpt/da1-vol0.eli ONLINE 0 0 0
gpt/da2-vol0.eli ONLINE 0 0 0
gpt/da3-vol0.eli ONLINE 0 0 0
errors: No known data errors