• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Problems importing zpool

JWeavis

[H]ard|Gawd
2FA
Joined
Aug 11, 2000
Messages
1,723
Close Thread

Code:
I was running an older version of OpenIndiana Server Ed.  I wanted to upgrade an also move to the Desktop edition.  

I exported the two zpools through napp-it with no errors.  Installed OI 151a7, napp-it, and went to import my zpools.  It said there was an error with importing my first zpool, but the pool and ZFS file systems are listed.

See Pics for Pool and ZFS Shares.
[url]https://www.dropbox.com/s/nh08epuxjooyszx/zpool_1.JPG?m[/url]
[url]https://www.dropbox.com/s/zbcur06gyhth2rx/zpool_2.JPG?m[/url]

In the GUI there are no files listed under jw1 :(

Any ideas?
 
Last edited:
It was a napp-it OOPS message. I see no error in the terminal window.
Code:
Mar  2 12:35:17 OI zfs: [ID 249136 kern.info] open version 28 pool jweavis using 5000
Mar  2 12:35:18 OI zfs: [ID 249136 kern.info] import version 28 pool jweavis using 5000
Mar  2 12:36:57 OI zfs: [ID 249136 kern.info] open version 28 pool jweavis2 using 5000
Mar  2 12:36:58 OI zfs: [ID 249136 kern.info] import version 28 pool jweavis2 using 5000
 
I rebooted the system through napp-it and when it came back up, no pools are mounted. I'll do it through the terminal Window and see what it says.
 
Last edited:
And after the reboot and doing it through putty, everything worked. Heart attack adverted.

Code:
jweavis@OI:~$ su
Password:
jweavis@OI:~# zpool import
   pool: jweavis2
     id: 11173560160153291907
  state: ONLINE
 status: The pool is formatted using a legacy on-disk version.
 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:

        jweavis2     ONLINE
          raidz1-0   ONLINE
            c4t11d0  ONLINE
            c4t12d0  ONLINE
            c4t13d0  ONLINE

   pool: jweavis
     id: 10495092013953294352
  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:

        jweavis      ONLINE
          raidz1-0   ONLINE
            c4t1d0   ONLINE
            c4t2d0   ONLINE
            c4t10d0  ONLINE
            c4t4d0   ONLINE
            c5d1     ONLINE
        cache
          c4t8d0
jweavis@OI:~# zpool import jweavis
jweavis@OI:~# zpool import jweavis2
jweavis@OI:~#
 
Back
Top