From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: virtio-blk XFS corruption Date: Sat, 25 Sep 2010 17:58:12 +0200 Message-ID: <20100925155812.GA22144@lst.de> References: <20100925153703.GB21296@lst.de> <9A9D7C10-FA72-4AB5-AF4A-077109B343E5@dlh.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , Stefan Hajnoczi , qemu-devel@nongnu.org, kvm@vger.kernel.org To: Peter Lieven Return-path: Received: from verein.lst.de ([213.95.11.210]:52345 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754574Ab0IYP6Q (ORCPT ); Sat, 25 Sep 2010 11:58:16 -0400 Content-Disposition: inline In-Reply-To: <9A9D7C10-FA72-4AB5-AF4A-077109B343E5@dlh.net> Sender: kvm-owner@vger.kernel.org List-ID: On Sat, Sep 25, 2010 at 05:40:34PM +0200, Peter Lieven wrote: > > Am 25.09.2010 um 17:37 schrieb Christoph Hellwig: > > > FYI, qemu 0.12.2 is missing: > > you mean 0.12.4 not 0.12.2, don't you? Yes, sorry. (but 0.12.2 is of course missing it, too..) > > which in the past was very good at triggering XFS guest corruption. > > Please try with the patch applied or even better latests qemu from git. > > > > i'm just trying with 0.12.5. > > i'm not so familiar with git. is there a command to pull only patches > that are marked as stable and will be in the next official release? All the qemu stable releases are tagged and you can check do git-checkout v0.12.5 but that's not the main git HEAD which would also be interesting. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51418 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzX8i-0007nh-LM for qemu-devel@nongnu.org; Sat, 25 Sep 2010 11:58:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OzX8h-0002F5-VR for qemu-devel@nongnu.org; Sat, 25 Sep 2010 11:58:16 -0400 Received: from verein.lst.de ([213.95.11.210]:57892) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OzX8h-0002Eq-NR for qemu-devel@nongnu.org; Sat, 25 Sep 2010 11:58:15 -0400 Date: Sat, 25 Sep 2010 17:58:12 +0200 From: Christoph Hellwig Message-ID: <20100925155812.GA22144@lst.de> References: <20100925153703.GB21296@lst.de> <9A9D7C10-FA72-4AB5-AF4A-077109B343E5@dlh.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9A9D7C10-FA72-4AB5-AF4A-077109B343E5@dlh.net> Subject: [Qemu-devel] Re: virtio-blk XFS corruption List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: Stefan Hajnoczi , Christoph Hellwig , kvm@vger.kernel.org, qemu-devel@nongnu.org On Sat, Sep 25, 2010 at 05:40:34PM +0200, Peter Lieven wrote: > > Am 25.09.2010 um 17:37 schrieb Christoph Hellwig: > > > FYI, qemu 0.12.2 is missing: > > you mean 0.12.4 not 0.12.2, don't you? Yes, sorry. (but 0.12.2 is of course missing it, too..) > > which in the past was very good at triggering XFS guest corruption. > > Please try with the patch applied or even better latests qemu from git. > > > > i'm just trying with 0.12.5. > > i'm not so familiar with git. is there a command to pull only patches > that are marked as stable and will be in the next official release? All the qemu stable releases are tagged and you can check do git-checkout v0.12.5 but that's not the main git HEAD which would also be interesting.