* Windows install problems on Xeon E5-2403 v2
@ 2015-06-11 6:58 Jan Beulich
2015-06-11 7:37 ` Tian, Kevin
0 siblings, 1 reply; 4+ messages in thread
From: Jan Beulich @ 2015-06-11 6:58 UTC (permalink / raw)
To: Donald D Dugger, Eddie Dong, Jun Nakajima, Kevin Tian
Cc: Ian Campbell, xen-devel, Ian Jackson
All,
we're seeing recurring but intermittent failures in osstest on just the
two hosts using these particular CPU types. The closest similar ones,
using Xeon E5-2407 v2, do not exhibit this same behavior. We do
note that the latter run at microcode level 0x427, while the problem
ones are only at 0x416, and IanC is in the process of trying to
integrate microcode updates with osstest. However, since there
doesn't seem to be any matching erratum documented of these CPU
models, we aren't really assuming that a microcode update (0x428
appears to be the newest available) would help here, and hence
we'd like to ask for your assistance in possible further diagnostic
steps, or suggestions towards a resolution.
For more context, please see also the mail thread starting at
http://lists.xenproject.org/archives/html/xen-devel/2015-06/msg00522.html.
Thanks, Jan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Windows install problems on Xeon E5-2403 v2
2015-06-11 6:58 Windows install problems on Xeon E5-2403 v2 Jan Beulich
@ 2015-06-11 7:37 ` Tian, Kevin
2015-06-11 8:01 ` Jan Beulich
0 siblings, 1 reply; 4+ messages in thread
From: Tian, Kevin @ 2015-06-11 7:37 UTC (permalink / raw)
To: Jan Beulich, Dugger, Donald D, Dong, Eddie, Nakajima, Jun
Cc: Ian Campbell, xen-devel, Ian Jackson
> From: Jan Beulich [mailto:JBeulich@suse.com]
> Sent: Thursday, June 11, 2015 2:58 PM
>
> All,
>
> we're seeing recurring but intermittent failures in osstest on just the
> two hosts using these particular CPU types. The closest similar ones,
> using Xeon E5-2407 v2, do not exhibit this same behavior. We do
> note that the latter run at microcode level 0x427, while the problem
> ones are only at 0x416, and IanC is in the process of trying to
> integrate microcode updates with osstest. However, since there
> doesn't seem to be any matching erratum documented of these CPU
> models, we aren't really assuming that a microcode update (0x428
> appears to be the newest available) would help here, and hence
> we'd like to ask for your assistance in possible further diagnostic
> steps, or suggestions towards a resolution.
>
> For more context, please see also the mail thread starting at
> http://lists.xenproject.org/archives/html/xen-devel/2015-06/msg00522.html.
>
> Thanks, Jan
That's a pretty long thread. Could you summarize what's the
error phenomenon? Is the only clue related to microcode so far?
I'll ping our internal development team whether we can find a
same model to reproduce. Could someone post the model number
here?
Thanks
Kevin
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Windows install problems on Xeon E5-2403 v2
2015-06-11 7:37 ` Tian, Kevin
@ 2015-06-11 8:01 ` Jan Beulich
2015-06-19 10:36 ` Ian Campbell
0 siblings, 1 reply; 4+ messages in thread
From: Jan Beulich @ 2015-06-11 8:01 UTC (permalink / raw)
To: Kevin Tian
Cc: Ian Jackson, Eddie Dong, Donald D Dugger, Ian Campbell,
Jun Nakajima, xen-devel
>>> On 11.06.15 at 09:37, <kevin.tian@intel.com> wrote:
>> From: Jan Beulich [mailto:JBeulich@suse.com]
>> Sent: Thursday, June 11, 2015 2:58 PM
>>
>> All,
>>
>> we're seeing recurring but intermittent failures in osstest on just the
>> two hosts using these particular CPU types. The closest similar ones,
>> using Xeon E5-2407 v2, do not exhibit this same behavior. We do
>> note that the latter run at microcode level 0x427, while the problem
>> ones are only at 0x416, and IanC is in the process of trying to
>> integrate microcode updates with osstest. However, since there
>> doesn't seem to be any matching erratum documented of these CPU
>> models, we aren't really assuming that a microcode update (0x428
>> appears to be the newest available) would help here, and hence
>> we'd like to ask for your assistance in possible further diagnostic
>> steps, or suggestions towards a resolution.
>>
>> For more context, please see also the mail thread starting at
>> http://lists.xenproject.org/archives/html/xen-devel/2015-06/msg00522.html.
>
> That's a pretty long thread. Could you summarize what's the
> error phenomenon?
Did you at least take a look at the logs of the referenced failure? I
ask because the failure _is_ the phenomenon; we can't really see
what may be wrong with the guest. We can only guess that maybe
it's not receiving (all intended) interrupts anymore.
Ad-hoc flights run by IanC hint towards "no-apicv" eliminating the
bad behavior, but didn't give 100% confidence in that.
> Is the only clue related to microcode so far?
That's not even a clue, but a wild guess.
Jan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Windows install problems on Xeon E5-2403 v2
2015-06-11 8:01 ` Jan Beulich
@ 2015-06-19 10:36 ` Ian Campbell
0 siblings, 0 replies; 4+ messages in thread
From: Ian Campbell @ 2015-06-19 10:36 UTC (permalink / raw)
To: Kevin Tian, Donald D Dugger, Eddie Dong, Jun Nakajima
Cc: xen-devel, Ian Jackson, Jan Beulich
On Thu, 2015-06-11 at 09:01 +0100, Jan Beulich wrote:
> >>> On 11.06.15 at 09:37, <kevin.tian@intel.com> wrote:
> >> From: Jan Beulich [mailto:JBeulich@suse.com]
> >> Sent: Thursday, June 11, 2015 2:58 PM
> >>
> >> All,
> >>
> >> we're seeing recurring but intermittent failures in osstest on just the
> >> two hosts using these particular CPU types. The closest similar ones,
> >> using Xeon E5-2407 v2, do not exhibit this same behavior. We do
> >> note that the latter run at microcode level 0x427, while the problem
> >> ones are only at 0x416, and IanC is in the process of trying to
> >> integrate microcode updates with osstest.
microcode is now being updated automatically in osstest however we are
still seeing incidences of this sort of failure (e.g. [0]). Possibly
less frequent although it is too early to say, either way it still needs
investigation IMHO.
Ian.
[0] http://logs.test-lab.xenproject.org/osstest/logs/58727/test-amd64-amd64-xl-qemuu-win7-amd64/info.html
> However, since there
> >> doesn't seem to be any matching erratum documented of these CPU
> >> models, we aren't really assuming that a microcode update (0x428
> >> appears to be the newest available) would help here, and hence
> >> we'd like to ask for your assistance in possible further diagnostic
> >> steps, or suggestions towards a resolution.
> >>
> >> For more context, please see also the mail thread starting at
> >> http://lists.xenproject.org/archives/html/xen-devel/2015-06/msg00522.html.
> >
> > That's a pretty long thread. Could you summarize what's the
> > error phenomenon?
>
> Did you at least take a look at the logs of the referenced failure? I
> ask because the failure _is_ the phenomenon; we can't really see
> what may be wrong with the guest. We can only guess that maybe
> it's not receiving (all intended) interrupts anymore.
>
> Ad-hoc flights run by IanC hint towards "no-apicv" eliminating the
> bad behavior, but didn't give 100% confidence in that.
>
> > Is the only clue related to microcode so far?
>
> That's not even a clue, but a wild guess.
>
> Jan
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-06-19 10:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-11 6:58 Windows install problems on Xeon E5-2403 v2 Jan Beulich
2015-06-11 7:37 ` Tian, Kevin
2015-06-11 8:01 ` Jan Beulich
2015-06-19 10:36 ` Ian Campbell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.