boaz2020
Cadet
- Joined
- Jun 28, 2012
- Messages
- 8
I had a FreeNAS 0.7x release installed and had two zpool's under that setup working fine, they were tank0 and tank1.
I have installed FreeNAS 8.0.4-RELEASE-p3 onto a 2GB USB stick, replacing the older installation.
Booted FreeNAS 8.0.4p3 no problems.
I used the auto import facility in the GUI (it showed both pools tank0, and tank1) to import tank0, no problems.
I tried to use the auto import facility again for tank1, only this time, no zpools were shown in the import dialog.
Hopped over to the CLI and ran: zpool import; this command correctly identified the second zpool (tank1) available for import.
Ran: zpool import tank1; no problems.
The GUI however can't see the secondary zpool I just imported.
The output from zpool status is as follows:
Does anyone have an idea as to what I'm doing wrong?
I have installed FreeNAS 8.0.4-RELEASE-p3 onto a 2GB USB stick, replacing the older installation.
Booted FreeNAS 8.0.4p3 no problems.
I used the auto import facility in the GUI (it showed both pools tank0, and tank1) to import tank0, no problems.
I tried to use the auto import facility again for tank1, only this time, no zpools were shown in the import dialog.
Hopped over to the CLI and ran: zpool import; this command correctly identified the second zpool (tank1) available for import.
Ran: zpool import tank1; no problems.
The GUI however can't see the secondary zpool I just imported.
The output from zpool status is as follows:
Code:
[root@freenas] ~# zpool status
pool: tank0
state: ONLINE
status: The pool is formatted using an older on-disk format. The pool can
still be used, but some features are unavailable.
action: Upgrade the pool using 'zpool upgrade'. Once this is done, the
pool will no longer be accessible on older software versions.
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
tank0 ONLINE 0 0 0
raidz2 ONLINE 0 0 0
ada0p1 ONLINE 0 0 0
ada1p1 ONLINE 0 0 0
ada2p1 ONLINE 0 0 0
ada3p1 ONLINE 0 0 0
ada4p1 ONLINE 0 0 0
ada5p1 ONLINE 0 0 0
raidz2 ONLINE 0 0 0
ada1p2 ONLINE 0 0 0
ada3p2 ONLINE 0 0 0
ada4p2 ONLINE 0 0 0
ada5p2 ONLINE 0 0 0
errors: No known data errors
pool: tank1
state: ONLINE
status: The pool is formatted using an older on-disk format. The pool can
still be used, but some features are unavailable.
action: Upgrade the pool using 'zpool upgrade'. Once this is done, the
pool will no longer be accessible on older software versions.
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
tank1 ONLINE 0 0 0
raidz1 ONLINE 0 0 0
ada1p3 ONLINE 0 0 0
ada4p3 ONLINE 0 0 0
ada5p3 ONLINE 0 0 0
errors: No known data errorsDoes anyone have an idea as to what I'm doing wrong?
