Bug 526407
| Summary: | The Reinstall with IO failed 2008 R2 NIC | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | koka xiong <kxiong> | ||||
| Component: | xenpv-win | Assignee: | Xen Maintainance List <xen-maint> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 5.4 | CC: | cshao, llim, mshao, pbonzini, rwu, xen-maint, yshao | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-11-09 09:57:07 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | 526393, 566786 | ||||||
| Bug Blocks: | 518435 | ||||||
| Attachments: |
|
||||||
|
Description
koka xiong
2009-09-30 06:07:44 UTC
Created attachment 363125 [details]
Reinstall with IO_NIC
*** Bug 532866 has been marked as a duplicate of this bug. *** This can also be reproduced with this script on dom0
#! /bin/sh
dom=${1-'Vista-32'}
if test $# -gt 1; then
shift
else
set type=netfront # also fails with ioemu
done
while sleep 3; do
for i in `xm network-list $dom | awk '/^[0-9]/ {print $1}' `; do
xm network-detach $dom $i
done
sleep 3
# also fails with type=ioemu
xm network-attach $dom "$@"
done
This is indeed the same as bug 526393, just triggered by the backend rather than the frontend. WHQL test passes with git master. It is still possible to get access violation exceptions (in the form of bugchecks like SYSTEM_SERVICE_EXCEPTION or PAGE_FAULT_IN_NONPAGED_AREA) with uninstall+reinstall sequences, unlike disable+enable, just not 100% as before *** Bug 566786 has been marked as a duplicate of this bug. *** The blue screens (which were due to dom0 corrupting the guest's memory) are fixed (see bug 526410). There are still failures in this test though. This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unfortunately unable to address this request at this time. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux. I see in http://mirrorglass.englab.nay.redhat.com:8080/XWiki/bin/view/Main/WHQL%20Test%20Result that this failed only on W2K8R2. This is different from the previous test run, where it failed on all machines. Can you please attach the .wtl log (or if applicable screenshots of a hang) so that I can analyze the failure? It's ASSIGNED because it fails for me, strangely enough. :( But I think we can set it as CLOSED/CURRENTRELEASE, yes. Verified it with xenpv-win-1.3.0. Set it as Closed/CurrentRelease according to #13&14 |