
sr at swisscenter
Sep 14, 2011, 11:10 PM
Post #5 of 12
(434 views)
Permalink
|
On 15.09.2011 07:37, Ben Pfaff wrote: > > Sébastien Riccio<sr-dWg6jWm8wxMIjDr1QQGPvw [at] public> writes: > >> Is your XCP running openvswitch or bridge mode ? >> >> You can cat /etc/xensource/network.conf to check it out. >> >> If it's running in openvswitch mode, don't use brctl to manually play >> with the bridges, >> that could be the reason it's panicing. > Using brctl in openvswitch mode isn't usually the right thing to > do, but it shouldn't cause a panic. If it does, then that's a > bug that we, meaning the Open vSwitch developers, need to fix. > (But this is the first I've heard of such a problem.) > Hi Ben, That was just a supposition, I don't remember which version of openvswitch is running on XCP 1.1 beta, and my sandbox is down so I can't try to reproduce it at the moment. I'm not an expert, but regardning the panic messages, for me it looks like it's trying to load the bridging module (modprobe, br_device_event, etc). Message from syslogd@ at Tue Sep 13 20:54:19 2011 ... localhost kernel: Process modprobe (pid: 18990, ti=edfa6000 task=ee9a8030 task.ti=edfa6000) Message from syslogd@ at Tue Sep 13 20:54:19 2011 ... localhost kernel: Code: 00 00 e8 c4 21 00 00 8b 5d f4 31 c0 8b 75 f8 8b 7d fc 89 ec 5d c3 90 8d 74 26 00 ff 24 95 a0 e3 9a f0 f6 41 30 04 75 d3 8b 55 f0<8b> 42 14 f6 80 b8 00 00 00 01 74 c4 89 d0 e8 0d 47 9d cf 89 f8 Message from syslogd@ at Tue Sep 13 20:54:19 2011 ... localhost kernel: EIP: [<f09ab050>] br_device_event+0x70/0x150 [bridge] SS:ESP 0069:edfa7f18 So that's why I thought it could be the problem. Something like openvswitch having the hook for bridge functions and the kernel panicing when it try to loads the linux bridge module. Again it was only a supposition, I can be totally wrong. So pardon me if I'm completly out of the subject. I just don't see what else could be confusing the kernel at this point. Cheers, Sébastien ps: It looks like to me that your reply didn't make it to the list _______________________________________________ xen-api mailing list xen-api [at] lists http://lists.xensource.com/mailman/listinfo/xen-api
|