Hello. I am facing an issue like this.
I lost my zfs pool from trueNAS 12 then I attached this disk on a FreeBSD 13 fresh install.
I am able to see the pool using: zpool import -f but I cant recover it, I got this error:
Any suggestions? Thanks
I lost my zfs pool from trueNAS 12 then I attached this disk on a FreeBSD 13 fresh install.
I am able to see the pool using: zpool import -f but I cant recover it, I got this error:
Code:
Mar 1 01:15:02 Cofre syslogd: last message repeated 4 times
Mar 1 01:15:21 Cofre login[82183]: ROOT LOGIN (root) ON ttyv0
Mar 1 01:24:10 Cofre syslogd: kernel boot file is /boot/kernel/kernel
Mar 1 01:24:10 Cofre kernel: [558] panic: VERIFY3(0 == dmu_buf_hold_array(os, object, offset, size, FALSE, FTAG, &numbufs, &dbp)) failed (0 == 5)
Mar 1 01:24:10 Cofre kernel: [558]
Mar 1 01:24:10 Cofre kernel: [558] cpuid = 3
Mar 1 01:24:10 Cofre kernel: [558] time = 1646108641
Mar 1 01:24:10 Cofre kernel: [558] KDB: stack backtrace:
Mar 1 01:24:10 Cofre kernel: [558] #0 0xffffffff8099fd15 at kdb_backtrace+0x65
Mar 1 01:24:10 Cofre kernel: [558] #1 0xffffffff80951d81 at vpanic+0x181
Mar 1 01:24:10 Cofre kernel: [558] #2 0xffffffff81aa904a at spl_panic+0x3a
Mar 1 01:24:10 Cofre kernel: [558] #3 0xffffffff81b0cac2 at dmu_write+0x62
Mar 1 01:24:10 Cofre kernel: [558] #4 0xffffffff81b98364 at space_map_write+0x194
Mar 1 01:24:10 Cofre kernel: [558] #5 0xffffffff81b65667 at metaslab_flush+0x3b7
Mar 1 01:24:10 Cofre kernel: [558] #6 0xffffffff81b8f759 at spa_flush_metaslabs+0x1a9
Mar 1 01:24:10 Cofre kernel: [558] #7 0xffffffff81b85fed at spa_sync+0xd6d
Mar 1 01:24:10 Cofre kernel: [558] #8 0xffffffff81b9a483 at txg_sync_thread+0x3b3
Mar 1 01:24:10 Cofre kernel: [558] #9 0xffffffff8090f5ce at fork_exit+0x7e
Mar 1 01:24:10 Cofre kernel: [558] #10 0xffffffff80cdd40e at fork_trampoline+0xe
Mar 1 01:24:10 Cofre kernel: [558] Uptime: 9m18s
Mar 1 01:24:10 Cofre kernel: ---<<BOOT>>---
root@Cofre:/var/log # zdb -l /dev/da1p2
------------------------------------
LABEL 0
------------------------------------
version: 5000
name: 'boot-pool'
state: 0
txg: 7895779
pool_guid: 1525392888318996755
errata: 0
hostname: ''
top_guid: 1561236375997801541
guid: 1561236375997801541
vdev_children: 1
vdev_tree:
type: 'disk'
id: 0
guid: 1561236375997801541
path: '/dev/da0p2'
whole_disk: 1
metaslab_array: 64
metaslab_shift: 30
ashift: 12
asize: 136075280384
is_log: 0
DTL: 150
create_txg: 4
features_for_read:
com.delphix:hole_birth
com.delphix:embedded_data
labels = 0 1 2 3
root@Cofre:/var/log #
root@Cofre:/mnt # zpool import -R /mnt/truenas/ boot-pool
cannot import 'boot-pool': pool was previously in use from another system.
Last accessed by <unknown> (hostid=0) at Sat Feb 26 16:34:28 2022
The pool can be imported, use 'zpool import -f' to import the pool.
root@Cofre:/mnt #
oot@Cofre:/mnt # smartctl -a -q noserial /dev/da1 -T permissive
smartctl 7.2 2021-09-14 r5236 [FreeBSD 13.0-STABLE amd64] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, [URL='http://www.smartmontools.org/']www.smartmontools.org[/URL]
=== START OF INFORMATION SECTION ===
Vendor: Msft
Product: Virtual Disk
Revision: 1.0
Compliance: SPC-3
User Capacity: 136,365,211,648 bytes [136 GB]
Logical block size: 512 bytes
Physical block size: 4096 bytes
LU is thin provisioned, LBPRZ=0
>> Terminate command early due to bad response to IEC mode page
=== START OF READ SMART DATA SECTION ===
Current Drive Temperature: 0 C
Drive Trip Temperature: 0 C
Error Counter logging not supported
Device does not support Self Test logging
root@Cofre:/mnt #
Any suggestions? Thanks