russellseymour
Cadet
- Joined
- Jun 18, 2020
- Messages
- 9
My FreeNAS machine rebooted last night, I am not sure why but I am guessing it was a brief power cut due to storms.
The problem I have is that one of the ZFS pools will not mount, this is the output from "zpool import":
As can be seen the disks are ONLINE, but it cannot find the replicas it needs.
My other two pools are working without issue:
Is there anyway that I can make FreeNAS finds its replicas so I can mount the pool?
If this cannot be done can I mount one of the disks so I can at least take an up to date backup of the data on there?
I am more than happy to provide the 'Information' about my FreeNAS setup but I cannot find in the GUI where this info is :(.
The machine I am running on has 16Gb RAM and the CPU is a 'Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz'
Happy to provide more information if needed. Thanks for any help.
The problem I have is that one of the ZFS pools will not mount, this is the output from "zpool import":
Code:
pool: storage02
id: 2588794960955536546
state: UNAVAIL
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:
storage02 UNAVAIL insufficient replicas
mirror-0 ONLINE
gptid/49ff4c71-74f0-11e6-81ea-94de80678aa1 ONLINE
gptid/4b1cf3b4-74f0-11e6-81ea-94de80678aa1 ONLINE
16534644111877360144 UNAVAIL cannot openAs can be seen the disks are ONLINE, but it cannot find the replicas it needs.
My other two pools are working without issue:
Code:
pool: freenas-boot
state: ONLINE
scan: scrub repaired 0 in 0 days 00:03:59 with 0 errors on Thu Jun 18 03:48:59 2020
config:
NAME STATE READ WRITE CKSUM
freenas-boot ONLINE 0 0 0
da0p2 ONLINE 0 0 0
errors: No known data errors
pool: storage01
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: scrub repaired 0 in 0 days 05:29:52 with 0 errors on Sun May 17 05:29:54 2020
config:
NAME STATE READ WRITE CKSUM
storage01 ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
gptid/74cd5025-8c1e-11e2-9e97-001d7de623a5 ONLINE 0 0 0
gptid/77e72d51-8c1e-11e2-9e97-001d7de623a5 ONLINE 0 0 0
gptid/7affddfc-8c1e-11e2-9e97-001d7de623a5 ONLINE 0 0 0
gptid/7e1ba968-8c1e-11e2-9e97-001d7de623a5 ONLINE 0 0 0
errors: No known data errorsIs there anyway that I can make FreeNAS finds its replicas so I can mount the pool?
If this cannot be done can I mount one of the disks so I can at least take an up to date backup of the data on there?
I am more than happy to provide the 'Information' about my FreeNAS setup but I cannot find in the GUI where this info is :(.
The machine I am running on has 16Gb RAM and the CPU is a 'Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz'
Happy to provide more information if needed. Thanks for any help.