From owner-freebsd-stable@FreeBSD.ORG Fri Jan 10 07:13:05 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8794B08 for ; Fri, 10 Jan 2014 07:13:05 +0000 (UTC) Received: from torment.daemoninthecloset.org (torment.daemoninthecloset.org [94.242.209.234]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 646731E7E for ; Fri, 10 Jan 2014 07:13:05 +0000 (UTC) Received: from sage.daemoninthecloset.org (unknown [70.114.209.60]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "sage.daemoninthecloset.org", Issuer "daemoninthecloset.org" (verified OK)) by torment.daemoninthecloset.org (Postfix) with ESMTPS id BCF0942C26B7; Fri, 10 Jan 2014 08:07:24 +0100 (CET) X-Virus-Scanned: amavisd-new at daemoninthecloset.org X-Virus-Scanned: amavisd-new at daemoninthecloset.org Date: Fri, 10 Jan 2014 01:07:18 -0600 (CST) From: Bryan Venteicher To: Julian Stecklina Message-ID: <1707777342.1513.1389337638314.JavaMail.root@daemoninthecloset.org> In-Reply-To: <52CE92F8.9040801@os.inf.tu-dresden.de> References: <20140108193938.GA19267@neutralgood.org> <1389235686.3057.4.camel@janus.xn--pl-wia.net> <52CE92F8.9040801@os.inf.tu-dresden.de> Subject: Re: UFS panic on Google Compute Engine MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.10.20] X-Mailer: Zimbra 8.0.2_GA_5569 (ZimbraWebClient - GC31 ([unknown])/8.0.2_GA_5569) Thread-Topic: UFS panic on Google Compute Engine Thread-Index: bV9i1MoVt/Vpi3D9nuN8ZgPGi4/DTg== Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2014 07:13:05 -0000 ----- Original Message ----- > Okay, I've hit this now the third time. Massive file system corruption. > fsck reports lots of > > UNALLOCATED I=6350 OWNER=root MODE=0 > SIZE=0 MTIME=Jan 1 00:00 1970 > NAME=/usr/ports/x11-themes/metacity-theme-microgui > > UNEXPECTED SOFT UPDATE INCONSISTENCY > > and > > LINK COUNT DIR I=1175282 OWNER=root MODE=40755 > SIZE=512 MTIME=Jan 9 03:28 2014 COUNT 3 SHOULD BE 2 > ADJUST? yes > > LINK COUNT DIR I=1175287 OWNER=root MODE=40755 > SIZE=512 MTIME=Jan 9 03:28 2014 COUNT 3 SHOULD BE 2 > ADJUST? yes > > It seems rather easy to reproduce. Upload a disk image to GCE and > extract ports. I did it via portsnap fetch extract. I am not sure what > could go so horribly wrong. In two of three cases the filesystem was > beyond repair. > > As for problem causes: Has the virtio scsi driver changed significantly > between FreeBSD 9 and 10? > No. The drivers are the same. What happens when you try to portsnap fetch extract locally? I haven't been able to recreate this, and in preparation to enabling unmapped IO support VirtIO SCSI, I've been doing Poudriere builds without any apparent issues. I've been meaning to spin up some GCE instances to try out. I'll try to get do that this weekend. > Also weird is that the same virtual disk pops up two times: > > da0 at vtscsi0 bus 0 scbus0 target 1 lun 0 > da0: Fixed Direct Access SCSI-6 device > da0: 300.000MB/s transfers > da0: 10240MB (20971520 512 byte sectors: 255H 63S/T 1305C) > da1 at vtscsi0 bus 0 scbus0 target 1 lun 1 > da1: Fixed Direct Access SCSI-6 device > da1: 300.000MB/s transfers > da1: 10240MB (20971520 512 byte sectors: 255H 63S/T 1305C) > Odd, but they're different LUNs. > Julian > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >