[Bug 1880580] Re: zpool import PANIC at zio.c:266

2020-10-21 Thread Colin Ian King
The comment #4 has not been responded to for 6 weeks, so this bug will be closed as Won't Fix as it inactive. If this is still and issue, please re-open this bug and we can continue to try to work on this issue. ** Changed in: zfs-linux (Ubuntu) Status: Incomplete => Won't Fix -- You rece

[Bug 1880580] Re: zpool import PANIC at zio.c:266

2020-09-02 Thread Colin Ian King
Apologies for the delay in responding. It may be worth trying the -A, -AA, -AAA options in zdb ** Changed in: zfs-linux (Ubuntu) Status: In Progress => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 1880580] Re: zpool import PANIC at zio.c:266

2020-09-02 Thread Colin Ian King
** Description changed: - 3) - After a reboot, ZFS pool never stopped trying to import the pool. It was blocking the boot-sequence and I had to rename the /etc/zfs/zpool.cache to another name, in order to boot the system. - There was an upgrade made before reboot, but that was not anything with

[Bug 1880580] Re: zpool import PANIC at zio.c:266

2020-06-12 Thread Andreas Mattisson
Thanks for you fast reply, forgot to add a description. I tried you suggested solution. I first had to remove /etc/zfs/zpool.cache in order to be able to do this. Then I tried your solution 2 times, once with no flags, and then with -f flag. The panic still occurs when doing this. Should I try z

[Bug 1880580] Re: zpool import PANIC at zio.c:266

2020-06-12 Thread Andreas Mattisson
# cat /sys/module/zfs/parameters/spa_load_verify_metadata 1 # echo 0 | sudo tee /sys/module/zfs/parameters/spa_load_verify_metadata 0 # echo 0 | sudo tee /sys/module/zfs/parameters/spa_load_verify_data 0 # zpool import pool: datastore id: 3190464655986727485 state: ONLINE status: Some s

[Bug 1880580] Re: zpool import PANIC at zio.c:266

2020-06-10 Thread Colin Ian King
Can you try to temporarily disable the spa verification to see if this allows the import to at least complete to see if this helps. echo 0 | sudo tee /sys/module/zfs/parameters/spa_load_verify_metadata echo 0 | sudo tee /sys/module/zfs/parameters/spa_load_verify_data do the import, and then re-en