|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Virtual SCSI
>
> I'm trying to assign 2 SATA devices to a PV guest.
>
> Command lsscsi:
> [0:0:0:0] disk ATA WDC WD3200AAJS-0 12.0 / dev / sda
> [2:0:0:0] disk ATA WDC WD10EADS-00L 01.0 / dev / sdb
> [3:0:0:0] disk ATA WDC WD10EADS-00L 01.0 / dev / sdc
>
> Therefore my configuration:
> vscsi = [ '/ dev / sdb, 2:0:0:0', '/ dev / sdc, 3:0:0:0']
>
> The PV guest starts correctly but there are no disks sdb and sdc.
> Where am I wrong? Thanks
There shouldn't be spaces between the '/'s. Are they just an artefact of
the cut & paste to email?
Other things to consider:
1. is the pvscsi module loaded? Is it definitely supported by your
version of xen? The fact that it silently doesn't do anything is
suspicious
2. does xenstore-ls /local/domain/<domid>/device show anything scsi?
3. is the module definitely loaded in the front end?
4. I can't get it working at the moment with anything other than
/dev/sgX. /dev/nstX etc doesn't work for me.
James
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|