I have 2 ZFS pools each with 6 drives currently, plus a boot drive. I'm adding 6 more drives, which will be added as a new vdev to an existing pool. When I plug in the new drives and reboot, the system panics when smartd starts during the boot process.
I took a video of the boot process to actually see the panic which is only on-screen for a fraction of a second. I rebooted multiple times and it always crashes.
This is my attempt to type it out the screen capture of the panic (which is also attached):
Some other information about the system:
I'm looking for any tips on how to debug/fix. If I disconnect the new drives, the system boots fine.
I took a video of the boot process to actually see the panic which is only on-screen for a fraction of a second. I rebooted multiple times and it always crashes.
This is my attempt to type it out the screen capture of the panic (which is also attached):
Code:
Processor eflags = interrupt enabled, resume, IOPL = 0
Current process = 738 (smartd)
Trap number = 9
Panic: general protection fault
cpuid = 3
KDB: stack backtrace:
#0 0xffffffff8098e3e0 at kdb_backgtrace+0x60
#1 0xffffffff809510b6 at vpanic+0x126
#2 0xffffffff80950f83 at panic+0x43
#3 0xffffffff80d55f8b at trap_fatal+0x36b
#4 0xffffffff80d55c0d at trap+0x77d
#5 0xffffffff80d3b8d2 at calltraip+0x8
#6 0xffffffff802ee93d at xptedtbusfunc+0x24d
#7 0xffffffff802ed509 at xptbustraverse+0xa9
#8 0xffffffff802e7b9b at xpt_action_default+0x
#9 0xffffffff802f075c at xptdoioctl+0x86c
#10 ffffffff802efeb2 at xptioctl+0x22
#11 ffffffff80835dc9 at devfs_ioctl_f+0x13
#12 ffffffff809a8c85 at kern_ioctl+0x255
#13 ffffffff809a8980 at sys_ioctl+0x140
#14 ffffffff80d5695f at amd64_syscall+0x40f
#15 ffffffff80d3bbbb at Xfast_syscall+0xfb
Uptime: 2m34s
Some other information about the system:
Code:
# uname -a
FreeBSD myserver 10.3-RELEASE-p11 FreeBSD 10.3-RELEASE-p11 #0: Mon Oct 24 18:49:24 UTC 2016 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
# freebsd-version -uk
10.3-RELEASE-p11
10.3-RELEASE-p15
I'm looking for any tips on how to debug/fix. If I disconnect the new drives, the system boots fine.