From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jun Kamada Subject: Re: pvscsi broken Date: Mon, 30 Mar 2009 19:34:00 +0900 Message-ID: <20090330192313.0911.EB2C8575@jp.fujitsu.com> References: <20090330182845.08F9.EB2C8575@jp.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Andrew Lyon Cc: kama@jp.fujitsu.com, Xen-devel , James Harper , Masaki Kanno List-Id: xen-devel@lists.xenproject.org Hi, On Mon, 30 Mar 2009 10:49:57 +0100 Andrew Lyon wrote: > On Mon, Mar 30, 2009 at 10:39 AM, Jun Kamada wrote: > > Hi Andrew-san, > > > > Which assignment mode, LUN mode or Host mode, do you use? If you used > > the LUN mode, only mandatory SCSI commands can work and almost all > > tape related commands will fail. > > > > Could you try the Host mode? Please see > > "http://lists.xensource.com/archives/html/xen-devel/2009-02/msg00505.html" > > for usage of the Host mode. > > > > Best regards, > > > > > > > I used a config setting like this: #vscsi=['/dev/st0, 0:0:0:0'] which > I guess must be LUN mode, I removed the setting and used a "xm attach > 8:0:5:0 host" which was successful and "xm scsi-list" shows the > device is attached, but nothing was detected in windows, perhaps it > needs to be there as soon as windows is booted, what is the syntax to > specify host mode in the config file? Syntax is as same as in case of "xm scsi-attach". Please replace "0:0:0:0" with keyword "host". BTW, I suppose the problem you are facing is caused by inconsistency between backend driver and xend. (The xend support host mode but the driver does not support it, maybe.) I reccomend you to use xen unstable to avoid such a problem. Best regards, ----- Jun Kamada kama@jp.fujitsu.com