From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: incorrect disk numbering with qemu Date: Thu, 16 Jan 2014 13:01:00 +0100 Message-ID: <20140116120100.GA31437@aepfle.de> References: <20140115171244.GA2596@aepfle.de> <1389806527.3793.106.camel@kazak.uk.xensource.com> <20140115174510.GA5171@aepfle.de> <1389869890.6697.6.camel@kazak.uk.xensource.com> <20140116114411.GA29530@aepfle.de> <1389872992.6697.9.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1389872992.6697.9.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Anthony Perard , Stefano Stabellini , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, Jan 16, Ian Campbell wrote: > > sda was connected to emulated LSI SCSI. > > Where did this come from? Did you request it somehow? I don't believe > there was ever an emulated SCSI controller by default. > > Are you sure that this sda wasn't referring to the same backing volume > as xvda? Giving sda as name will instruct qemu-trad to create a LSI controller. At least with SLES it can not be used because the unplug code shuts down the controller and that also removes the disks. And the PV driver does not claim them. Something like that, I dont remember the details. > > But xvda was not connected to any > > emulated controller, its PV only. > > Are you sure it wasn't showing up with a different name? Or perhaps by > enabling LSI SCSI you have suppressed the default IDE controllers. No, having hda, sda and xvda would (in theory) give three disks(IDE, SCSI and PV). And with just xvda qemu-trad will not boot because its not connected to an emulated controller. Olaf