Hello, I'm new member and user here.
I'm facing an issue with a pool in my TrueNAS server. I had a failed drive, did not "offline" it and replaced it with a new drive. Now my pool is both offline and degraded. I am unable to import it to offline the old drive and import the new one.
I'm pretty new to zfs but being unable to import the pool leaves me puzzled.
Here's what I see:
I'm not sure what to do next and guidance would be appreciated. Thanks.
I'm facing an issue with a pool in my TrueNAS server. I had a failed drive, did not "offline" it and replaced it with a new drive. Now my pool is both offline and degraded. I am unable to import it to offline the old drive and import the new one.
I'm pretty new to zfs but being unable to import the pool leaves me puzzled.
Here's what I see:
Code:
# zpool import
pool: storage0
id: 252161575213656862
state: DEGRADED
status: One or more devices are missing from the system.
action: The pool can be imported despite missing or damaged devices. The
fault tolerance of the pool may be compromised if imported.
see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-2Q
config:
storage0 DEGRADED
raidz1-0 DEGRADED
gptid/edd2599f-3571-11eb-99bc-5735c53526b1 ONLINE
gptid/ee155da0-3571-11eb-99bc-5735c53526b1 ONLINE
gptid/2dc1bda0-3a57-11eb-9cbb-9185ddd3ec9a UNAVAIL cannot open
gptid/ee483e47-3571-11eb-99bc-5735c53526b1 ONLINE
# zpool import -f storage0
internal error: cannot import 'storage0': Integrity check failed
Abort trap (core dumped)I'm not sure what to do next and guidance would be appreciated. Thanks.