ia64 panic: make_dev_credv: bad si_name (error=17, si_name=pass3)

John Baldwin jhb at freebsd.org
Thu Sep 20 17:47:04 UTC 2012


On Thursday, September 20, 2012 4:53:30 am Anton Shterenlikht wrote:
> On ia64 r235474 I added another
> disk and did "camcontrol rescan all"
> to see it. I got this panic:
> 
> panic: make_dev_credv: bad si_name (error=17, si_name=pass3)


17 is EEXIST.  It seems you still had a pass3 device present (that is the
root cause of this panic).  Presumably you pulled a disk first and that didn't
get cleaned up properly?  Either that or CAM is trying to use the same name
for two devices for some reason.

-- 
John Baldwin


More information about the freebsd-current mailing list