Page 1 of 1

Can't import ONLINE pools on M1 Mac Mini with Ventura 13.0

PostPosted: Mon Jan 02, 2023 1:17 pm
by nadigo
Hi,

Updated to 2.1.6 and running it on M1 Mac Mini with Ventura 13.0 (22A380)
While my pools are shown ONLINE I can't import them.
Any idea why?

Code: Select all
sudo zpool import -d /dev                                   
   pool: HD2
     id: 5620338163295993567
  state: ONLINE
status: Some supported features are not enabled on the pool.
   (Note that they may be intentionally disabled if the
   'compatibility' property is set.)
 action: The pool can be imported using its name or numeric identifier, though
   some features will not be available without an explicit 'zpool upgrade'.
 config:

   HD2         ONLINE
     disk4s1   ONLINE
     disk5s1   ONLINE
     disk7s1   ONLINE
     disk8s1   ONLINE

   pool: HD1
     id: 1227206523231833496
  state: ONLINE
status: Some supported features are not enabled on the pool.
   (Note that they may be intentionally disabled if the
   'compatibility' property is set.)
 action: The pool can be imported using its name or numeric identifier, though
   some features will not be available without an explicit 'zpool upgrade'.
 config:

   HD1           ONLINE
     mirror-0    ONLINE
       disk9s1   ONLINE
       disk11s1  ONLINE
     mirror-1    ONLINE
       disk10s1  ONLINE
       disk12s1  ONLINE

Code: Select all
sudo zpool import HD2
cannot import 'HD2': no such pool available

sudo zpool import HD1   
cannot import 'HD1': no such pool available

sudo zpool import -a       
no pools available to import

Re: Can't import ONLINE pools on M1 Mac Mini with Ventura 13

PostPosted: Mon Jan 02, 2023 5:34 pm
by cgiard
Check “zfs version” to make sure that the kernel extension actually updated (sometimes it won’t do so without using panic medic).

Re: Can't import ONLINE pools on M1 Mac Mini with Ventura 13

PostPosted: Mon Jan 02, 2023 5:37 pm
by nadigo
They are loaded

Code: Select all
sudo zfs version
Password:
zfs-macOS-2.1.6-1
zfs-kmod-2.1.6-1

Re: Can't import ONLINE pools on M1 Mac Mini with Ventura 13

PostPosted: Tue Jan 03, 2023 1:59 pm
by nadigo
Update***

The bug was found by mike810
https://openzfsonosx.org/forum/viewtopic.php?f=26&t=3765