Re: ZFS disaster on -current

2020-06-24 Thread Chavdar Ivanov
Reverting external/cddl/osnet/dist/uts/common/fs/zfs/vdev_disk.c to 1.16 resolved the panic. I don't know if there is a link with the change to src/external/cddl/osnet/dist/uts/common/fs/zfs/zio.c, the build was done with the reverted to 1.6 one. On Wed, 24 Jun 2020 at 13:20, Chavdar Ivanov

Re: ZFS disaster on -current

2020-06-24 Thread Michael van Elst
ci4...@gmail.com (Chavdar Ivanov) writes: >I suddenly got a panic with ZFS; it took place with the previous >kernel, The last commit to vdev_disk.c broke it. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark

Re: ZFS disaster on -current

2020-06-24 Thread Chavdar Ivanov
# » crash -M netbsd.19.core -N netbsd.19 Crash version 9.99.68, image version 9.99.68. crash: _kvm_kvatop(0) Kernel compiled without options LOCKDEBUG. System panicked: trap Backtrace from time of crash is available. crash> bt _KERNEL_OPT_NARCNET() at 0 ?() at 90819ac6 sys_reboot() at

Re: ZFS disaster on -current

2020-06-24 Thread Chavdar Ivanov
Yes, I do. Should I be looking for something specific? I've uploaded it here, if it is of interest - https://send.firefox.com/download/74761aa43c6c54b3/#PbaGxtDN81Hzk2VUjefozw . BTW I repeated the test on a pvh guest of XCP-NG, it panics the same way. Chavdar On Wed, 24 Jun 2020 at 12:07,

Re: ZFS disaster on -current

2020-06-24 Thread Jaromír Doleček
By chance, do you have the kernel crash dump from the original panic which happened yesterday? The subsequent ones might be a result of the first one. The messages about redzone don't mean anything beyond that there is no overflow protection for items on the pool. Jaromir Le mer. 24 juin 2020 à

ZFS disaster on -current

2020-06-24 Thread Chavdar Ivanov
Hi, On NetBSD ymir 9.99.68 NetBSD 9.99.68 (GENERIC) #1: Tue Jun 23 22:53:46 BST 2020 sysbuild@ymir:/home/sysbuild/amd64/obj/home/sysbuild/src/sys/arch/amd64/compile/GENERIC amd64 I suddenly got a panic with ZFS; it took place with the previous kernel, so it was something with the module. In