Comment 2 for bug 1922933

Revision history for this message
Emanuel Wahlqvist (emanuel-wahlqvist) wrote :

Trying to import the any pool results in

local@local-Standard-PC-i440FX-PIIX-1996:~$ sudo zpool import
   pool: bpool
     id: 13762932972893854867
  state: ONLINE
status: Some supported features are not enabled on the pool.
 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:

 bpool ONLINE
   81baa623-c80b-ab4c-8fb5-35e5b4d1187f ONLINE

Specifying bpool explicitly:
local@local-Standard-PC-i440FX-PIIX-1996:~$ sudo zpool import bpool
local@local-Standard-PC-i440FX-PIIX-1996:~$ zpool status
  pool: bpool
 state: ONLINE
config:

 NAME STATE READ WRITE CKSUM
 bpool ONLINE 0 0 0
   81baa623-c80b-ab4c-8fb5-35e5b4d1187f ONLINE 0 0 0

errors: No known data errors

  pool: rpool
 state: ONLINE
config:

 NAME STATE READ WRITE CKSUM
 rpool ONLINE 0 0 0
   80e602f5-ee94-f848-b8ba-02fc8435707c ONLINE 0 0 0

errors: No known data errors