Re: ia64 panic: make_dev_credv: bad si_name (error=17, si_name=pass3)
John Baldwin <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.ia64,gmane.os.freebsd.current |
|---|---|
| Message-ID | <[email protected]> |
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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ia64 To unsubscribe, send any mail to "[email protected]"