From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40651) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMabr-0002B3-0Z for qemu-devel@nongnu.org; Fri, 12 Oct 2012 04:28:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMabm-0006pf-3Y for qemu-devel@nongnu.org; Fri, 12 Oct 2012 04:28:42 -0400 Received: from mail-bk0-f45.google.com ([209.85.214.45]:42066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMabl-0006pN-SK for qemu-devel@nongnu.org; Fri, 12 Oct 2012 04:28:38 -0400 Received: by mail-bk0-f45.google.com with SMTP id jf3so1206515bkc.4 for ; Fri, 12 Oct 2012 01:28:36 -0700 (PDT) Date: Fri, 12 Oct 2012 10:28:31 +0200 From: Stefan Hajnoczi Message-ID: <20121012082831.GA14822@stefanha-thinkpad.redhat.com> References: <1349962403.4696.51.camel@storm> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1349962403.4696.51.camel@storm> Subject: Re: [Qemu-devel] Silent filesystem/qcow2 corruptions with qemu-kvm-1.0 and 1.1.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tiziano =?iso-8859-1?Q?M=FCller?= Cc: qemu-devel On Thu, Oct 11, 2012 at 03:33:23PM +0200, Tiziano Müller wrote: > One test case was: > * xfs_repair /dev/vda2 -> corruptions found and fixed > * xfs_repair /dev/vda2 -> no corruptions found >>From here... > * mount /dev/vda2 /mnt/something > * find /mnt/something > /dev/null > * umount /mnt/something ...to here is mostly read-only. > * xfs_repair /dev/vda2 -> corruptions found again And yet corruptions are reported inside the guest! Can you retry with "mount -o ro" just for sanity? If you still see corruptions when the device was mounted read-only, then perhaps the mount/find/umount sequence itself is innocent. Have you tried raw image files? In other words, do you know that the corruption only happens with qcow2? Stefan