From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Plesner Jacobsen Subject: Re: kvm-85: virtio-blk not working Date: Thu, 23 Apr 2009 18:07:14 +0200 Message-ID: <20090423160714.GN2455@nerd.dk> References: <200904231043.05001.gerd.von.egidy@intra2net.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: kvm@vger.kernel.org Return-path: Received: from irq.hestdesign.com ([212.97.207.97]:50519 "EHLO irq.hestdesign.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752538AbZDWQOT (ORCPT ); Thu, 23 Apr 2009 12:14:19 -0400 Content-Disposition: inline In-Reply-To: <200904231043.05001.gerd.von.egidy@intra2net.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Apr 23, 2009 at 10:43:03AM +0200, Gerd v. Egidy wrote: > > I am (or better libvirt is) starting the guest like this: > > -drive file=/dev/VolGroup00/testboot,if=ide,index=0 \ > -drive file=/dev/VolGroup00/testvirt,if=virtio,index=1 \ Both should have index=0 (or no index at all), since the index is internal to the driver. -- Andreas