On Mon, Sep 8, 2014 at 1:38 AM, S. Han <[email protected]> wrote: > Hi, guys. > My name is S. Han. I am a user of OVS in XenServer. > > > I would like to confirm that the following problem is solved in the latest > OVS version (2.3.0). > > > I tried running OVS 2.1.2 in XenServer 6.2. After the installation, the > XenServer hosts frequently crash due to kernel panic. XenServer crash > messages are written in ‘/var/crash/.’ > > According to the crash messages, in my opinion, stats_read() in the kernel > module openvswitch attempted acquiring a spinlock and then the task hung. > The watchdog detected it. Thus the XenServer Dom0 crashed. > > > I presume that this problem is related to issue of the following URL. > > http://openvswitch.org/pipermail/dev/2014-March/038115.html > > I verified that the buggy code was patched in OVS 2.1.3. > > But, in the latest OVS (2.3.0), stats_read() has been removed. The caller > ovs_flow_stats_get() has been renewed thoroughly. And I cannot explicitly > find that the bug has been fixed in documents of OVS 2.3.0. > > So I can't verify that the problem has been solved in OVS 2.3.0.
Yes, it has been fixed. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
