fspolti
Cadet
- Joined
- Apr 23, 2021
- Messages
- 3
Hello all, today I noticed that my TrueNAS server starts to fail to load my pool, It consists in:
-> 2 4T Seagate hard drives.
Found a lot of other threads here about a very similar issue but all the things suggested to fix the problem didn't solve mine.
Following are the things I tried already:
On boot screen, option 6:
Tried to import it in a few different ways:
All results in the same panic message:
So far, what got me closer to get it working was:
-> 2 4T Seagate hard drives.
Found a lot of other threads here about a very similar issue but all the things suggested to fix the problem didn't solve mine.
Following are the things I tried already:
On boot screen, option 6:
Code:
Set vfs.zfs.recover=1 Set vfs.zfs.debug=1 boot -s
Tried to import it in a few different ways:
Code:
zpool import -R /mnt poolname zpool import -FR /mnt poolname zpool import -XFR /mnt poolname
All results in the same panic message:
So far, what got me closer to get it working was:
Code:
zdb -e -bcsvL <poolname> zpool import -F -f -o readonly=on -R /mnt/ <poolname> [/CODE/ It has been mounted ok, since it was successfully mounted, I tried to reboot and waited for the normal boot, but the same KP happened again. At this point, I don't know what else to try as Read-Only does not allow me to scrub it. zpool status shows 2 errors, but it was there before and it didn't jeopardize the system reboot:Any ideas? thanks very much![]()