Bug 490675 - Got error msg " scsi 0:0:15:0 ABORT operation start " when running Guest on ia64
Summary: Got error msg " scsi 0:0:15:0 ABORT operation start " when running Guest on ia64
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: xen
Version: 5.3
Hardware: ia64
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Michal Novotny
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks: 492190
TreeView+ depends on / blocked
 
Reported: 2009-03-17 15:55 UTC by lihuang
Modified: 2014-02-02 22:37 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-06-03 12:11:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description lihuang 2009-03-17 15:55:26 UTC
Description of problem:

After added a scsi device and boot the VM.
the following error is given:

scsi  0:0:15:0 ABORT operation start
scsi  0:0:15:0 ABORT operation time-out
scsi  0:0:15:0 DEVICE RESET operation started
scsi  0:0:15:0 DEVICE RESET operation time-out
scsi  0:0:15:0 BUS RESET operation started
scsi  0:0:15:0 BUS RESET operation time-out
scsi  0:0:15:0 HOST RESET operation started
sym0: SCSI BUS has been reset.
scsi  0:0:15:0 HOST RESET operation time-out



Version-Release number of selected component (if applicable):
[root@shangrila ~]# uname -a
Linux shangrila.nay.redhat.com 2.6.18-128.1.1.el5xen #1 SMP Mon Jan 26 14:17:35 EST 2009 ia64 ia64 ia64 GNU/Linux
[root@shangrila ~]# rpm -qa xen
xen-3.0.3-80.el5_3.2


How reproducible:
EveryTime

Steps to Reproduce:
1.install fully-virtualized  guest
2.Add an sisi device :
disk = [ "file:/var/lib/xen/images/Test.img,hda,w", ",hdc:cdrom,r",
"file:/var/lib/xen/images/New.img,sda,w" ]
3.boot the guest
4.run dmesg,  ls /dev/sda*, fdisk -l on the guest
  
Actual results:
Error msg is given.
the scsi disk is not present


Expected results:


Additional info:

Comment 1 Michal Novotny 2009-04-07 15:25:50 UTC
Well, I have tried to replicate it using the described scenario on 83-based version of Xen user-space tools and I have never seen this message.

Then I tried:
 1. xm create FVguest when device has been added as sda device to config file
 2. inGuest> dmesg -> no trace of error message about SCSI
 3. inGuest> ls /dev/sda* -> there is /dev/sda device (not partitioned yet)
 4. inGuest> fdisk -l -> no valid partition on /dev/sda
 5. inGuest> fdisk /dev/sda & created new partition, written using 'w' option
 6. inGuest> dmesg -> still no error message about SCSI

Could you tell me how to reproduce the problem and/or try to reproduce it using my RPMs at http://people.redhat.com/minovotn/xen ?

Thanks,
Michal

Comment 2 lihuang 2009-06-02 22:40:39 UTC
Hi.Michal
   I can not reproduce the issue in xen-3.0.3-80.el5_3.2 and your rpms now... ( the ia64 box is re-installed. and now works well.)

Comment 3 Michal Novotny 2009-06-03 08:46:46 UTC
Hi,
ok, so should I close it now if this is not the issue ? What reason?

Michal

Comment 4 Michal Novotny 2009-06-03 12:11:16 UTC
Ok, closing it. If this is still an issue please reopen it... thanks, Michal


Note You need to log in before you can comment on or make changes to this bug.