Page 1 of 1

upgraded to 2.2.0 now upgrade pool failing...

PostPosted: Fri Nov 17, 2023 11:01 pm
by spikenheimer
i upgraded my openzfs to 2.2.0 ( m1 mini running sonoma 14.1.1) and i have a pool named sugarcubes i was trying to upgrade using
Code: Select all
sudo zpool upgrade -a
but i am getting this failure message:
Code: Select all
This system supports ZFS pool feature flags.

cannot set property for 'sugarcubes': invalid argument for this pool operation


am i doing this wrong?

Re: upgraded to 2.2.0 now upgrade pool failing...

PostPosted: Sat Nov 18, 2023 5:52 am
by spikenheimer
update: yup. i was totally doing it wrong. bc i installed via brew and i have a nightly cron that updates brew things i missed the kext thing (actually i missed it a few times bc i did have to manually reinstall via brew bc mounted zpools caused the cron brew upgrade to fail…) and i was doing things across ssh. so when it occurred to me that the kext needed to be 2.2.0 as well…

so yeah, i do wish macos didn’t require priv/secure acknowledgement every time but i get it. just a more manual step in the usage of this for me in my environment…

once i got that sorted the zpool upgrades worked wo issue