Unable to import zpool via WebGUI

belisarius

Dabbler
Joined
Dec 4, 2013
Messages
20
I've been running Corral for a while, but some issues with the virtualization started driving me nuts and I decided to move over to 11.2. I forgot to export the volume, and now I can't seem to figure out how to import it in 11.2 via the WebGUI (it's never listed as an option to import). I was able to import it via the cli, and everything looks in order, but it's never visible via the GUI (either as an import option or if I've imported it via cli).

Here's an output of zpool status after I've imported via cli:

Code:
  pool: raid
 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(7) for details.
  scan: resilvered 1.88T in 0 days 10:20:00 with 0 errors on Mon Dec 17 13:50:11 2018
config:

        NAME                                            STATE     READ WRITE CKSUM
        raid                                            ONLINE       0     0     0
          raidz2-0                                      ONLINE       0     0     0
            gptid/5fd46dbe-c843-11e5-b38c-0025902afeaa  ONLINE       0     0     0
            gptid/60f18229-c843-11e5-b38c-0025902afeaa  ONLINE       0     0     0
            gptid/621ba997-c843-11e5-b38c-0025902afeaa  ONLINE       0     0     0
            gptid/63370bb6-c843-11e5-b38c-0025902afeaa  ONLINE       0     0     0
            gptid/6455e30a-c843-11e5-b38c-0025902afeaa  ONLINE       0     0     0
            gptid/657a56ef-c843-11e5-b38c-0025902afeaa  ONLINE       0     0     0
            gptid/6698600a-c843-11e5-b38c-0025902afeaa  ONLINE       0     0     0
            gptid/67c3d55f-c843-11e5-b38c-0025902afeaa  ONLINE       0     0     0
            gptid/68e5e742-c843-11e5-b38c-0025902afeaa  ONLINE       0     0     0
          raidz2-1                                      ONLINE       0     0     0
            gptid/6a44a0fd-c843-11e5-b38c-0025902afeaa  ONLINE       0     0     0
            gptid/6c7a3d3b-c843-11e5-b38c-0025902afeaa  ONLINE       0     0     0
            gptid/6e1fb92f-c843-11e5-b38c-0025902afeaa  ONLINE       0     0     0
            da33                                        ONLINE       0     0     0
            gptid/71ceedba-c843-11e5-b38c-0025902afeaa  ONLINE       0     0     0
            gptid/72e7cb0f-c843-11e5-b38c-0025902afeaa  ONLINE       0     0     0
            gptid/7406a782-c843-11e5-b38c-0025902afeaa  ONLINE       0     0     0
            gptid/76118ba0-c843-11e5-b38c-0025902afeaa  ONLINE       0     0     0
            gptid/77a81005-c843-11e5-b38c-0025902afeaa  ONLINE       0     0     0
          raidz2-2                                      ONLINE       0     0     0
            gptid/a8e83b7f-c9a8-11e5-8f82-0025902afeaa  ONLINE       0     0     0
            gptid/aa4f423e-c9a8-11e5-8f82-0025902afeaa  ONLINE       0     0     0
            gptid/ab32fd5e-c9a8-11e5-8f82-0025902afeaa  ONLINE       0     0     0
            gptid/ad7d8597-c9a8-11e5-8f82-0025902afeaa  ONLINE       0     0     0
            gptid/af58bde3-c9a8-11e5-8f82-0025902afeaa  ONLINE       0     0     0
            gptid/b0a52f1f-c9a8-11e5-8f82-0025902afeaa  ONLINE       0     0     0
            gptid/b1e946b7-c9a8-11e5-8f82-0025902afeaa  ONLINE       0     0     0
            gptid/b404124c-c9a8-11e5-8f82-0025902afeaa  ONLINE       0     0     0
            gptid/b6e1acd6-c9a8-11e5-8f82-0025902afeaa  ONLINE       0     0     0
          raidz2-3                                      ONLINE       0     0     0
            da34                                        ONLINE       0     0     0
            da35                                        ONLINE       0     0     0
            gptid/f8b19635-c9a8-11e5-8f82-0025902afeaa  ONLINE       0     0     0
            gptid/fa16e504-c9a8-11e5-8f82-0025902afeaa  ONLINE       0     0     0
            gptid/faf40994-c9a8-11e5-8f82-0025902afeaa  ONLINE       0     0     0
            gptid/fbb5ebd0-c9a8-11e5-8f82-0025902afeaa  ONLINE       0     0     0
            gptid/fdf77229-c9a8-11e5-8f82-0025902afeaa  ONLINE       0     0     0
            gptid/ff59dfe8-c9a8-11e5-8f82-0025902afeaa  ONLINE       0     0     0
            gptid/019bacb8-c9a9-11e5-8f82-0025902afeaa  ONLINE       0     0     0


I've had a few failed disks over the years, and I wasn't able to figure out how to replace them via the Corral GUI, so I did it via ZFS commands. Know it wasn't exactly kosher, but that's why there's a mix of gptid's and not.

I've tried exporting this via zpool export a couple times, but the GUI never lists it as an option for import in the drop-down.

Any ideas for what I could do?
 

belisarius

Dabbler
Joined
Dec 4, 2013
Messages
20
Nope. My setup is pretty simple, so I punted and installed Linux and imported the ZFS volume there.
 
Top