papageorgi
Explorer
- Joined
- Jul 16, 2013
- Messages
- 51
was having trouble importing zfs 28 from my FreeNAS 8.3.1p2 x64 build into my FreeNAS 9.1.0-RC1 x64...well that worked out but in the end i deleted a file in the /mnt folder called something.000. trying to re-import it, i thought to destroy the pool and have it re-imported but it didn't work and now i'm stuck and for some reason this version of freenas sees all the drives as unavailable but they're fine, verified by just looking at them in several other zfs aware os's and in the older version of freenas. they always say the disks are online!
note: i have started this discussion in another thread but think it may be more appropriate to do so here
( http://forums.freenas.org/threads/zfs-pool-not-available-after-upgrade-from-8-3-1-to-9-1-beta.13734/ )
note: i have started this discussion in another thread but think it may be more appropriate to do so here
( http://forums.freenas.org/threads/zfs-pool-not-available-after-upgrade-from-8-3-1-to-9-1-beta.13734/ )
Code:
[smurfy@nas] /# zpool import -D -R /mnt stor
cannot import 'stor': no such pool or dataset
Destroy and re-create the pool from
a backup source.
[smurfy@nas] /# zpool import -Df stor
cannot import 'stor': no such pool or dataset
Destroy and re-create the pool from
a backup source.
[smurfy@nas] /# zpool import -d /dev/dsk/16752418983724484862 stor
cannot open '/dev/dsk/16752418983724484862': must be an absolute path
cannot import 'stor': no such pool available
[smurfy@nas] /# zpool import -D -R /mnt -o rdonly=on 14817132263352275435
cannot import 'stor': no such pool or dataset
Destroy and re-create the pool from
a backup source.
[smurfy@nas] /# zpool import -D
pool: stor
id: 14817132263352275435
state: UNAVAIL (DESTROYED)
status: One or more devices are missing from the system.
action: The pool cannot be imported. Attach the missing
devices and try again.
see: http://illumos.org/msg/ZFS-8000-3C
config:
stor UNAVAIL insufficient replicas
raidz1-0 UNAVAIL insufficient replicas
16752418983724484862 UNAVAIL cannot open
16923247324607746236 UNAVAIL cannot open
10063454983377925543 UNAVAIL cannot open
800970979980896464 UNAVAIL cannot open
11402190904943199729 UNAVAIL cannot open
raidz1-1 UNAVAIL insufficient replicas
13898617183391027350 UNAVAIL cannot open
10638658567095667509 UNAVAIL cannot open
10179731959774134998 UNAVAIL cannot open
18380244200663678529 UNAVAIL cannot open
14569402982510951241 UNAVAIL cannot open
[smurfy@nas] /# zpool online 16752418983724484862
missing device name
usage:
online [-e] <pool> <device> ...
[smurfy@nas] /# smartctl -a /dev/ada0 | grep "test result: "
SMART overall-health self-assessment test result: PASSED
[smurfy@nas] /# smartctl -a /dev/ada1 | grep "test result: "
SMART overall-health self-assessment test result: PASSED
[smurfy@nas] /# smartctl -a /dev/ada2 | grep "test result: "
SMART overall-health self-assessment test result: PASSED
[smurfy@nas] /# smartctl -a /dev/ada3 | grep "test result: "
SMART overall-health self-assessment test result: PASSED
[smurfy@nas] /# smartctl -a /dev/ada4 | grep "test result: "
SMART overall-health self-assessment test result: PASSED
[smurfy@nas] /# smartctl -a /dev/da0 | grep "test result: "
SMART overall-health self-assessment test result: PASSED
[smurfy@nas] /# smartctl -a /dev/da1 | grep "test result: "
SMART overall-health self-assessment test result: PASSED
[smurfy@nas] /# smartctl -a /dev/da2 | grep "test result: "
SMART overall-health self-assessment test result: PASSED
[smurfy@nas] /# smartctl -a /dev/da3 | grep "test result: "
SMART overall-health self-assessment test result: PASSED
[smurfy@nas] /# smartctl -a /dev/da4 | grep "test result: "
SMART overall-health self-assessment test result: PASSED