Hi David, On 06/01/2020 14:04, David Brownlee wrote: > I've just tried to create a zfs pool and had a panic (tried twice, was > gifted a kernel core each time). This is on latest NetBSD-9.0_RC1 from > nyftp (Thu Jan 2 10:02:26 UTC 2020)
Ignoring the new disks with a new pool on. Do you still experience the same crash if you create a file backed vnd(4) and use that to create a zpool? something like dd if=/dev/zero of=~/disk.img bs=1m count=500 vndconfig vnd0 ~/disk.img zpool create foo /dev/vnd0 Sevan
