From owner-freebsd-fs@FreeBSD.ORG Tue Nov 20 09:48:54 2012 Return-Path: Delivered-To: freebsd-fs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE5306A2; Tue, 20 Nov 2012 09:48:54 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id CBCC78FC0C; Tue, 20 Nov 2012 09:48:53 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id LAA25073; Tue, 20 Nov 2012 11:48:51 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1TakRm-000DT9-SR; Tue, 20 Nov 2012 11:48:50 +0200 Message-ID: <50AB5202.4070906@FreeBSD.org> Date: Tue, 20 Nov 2012 11:48:50 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121030 Thunderbird/16.0.2 MIME-Version: 1.0 To: Andrei Lavreniyuk Subject: Re: problem booting to multi-vdev root pool References: In-Reply-To: X-Enigmail-Version: 1.4.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-fs@FreeBSD.org, freebsd-current@FreeBSD.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2012 09:48:54 -0000 on 20/11/2012 10:57 Andrei Lavreniyuk said the following: > Hi! > > > My system: > > # uname -a > FreeBSD open.technica-03.local 10.0-CURRENT FreeBSD 10.0-CURRENT #0: > Tue Oct 30 14:13:01 EET 2012 > root@open.technica-03.local:/usr/obj/usr/src/sys/SMP64R amd64 > > > # zpool status -v > pool: zsolar > state: ONLINE > scan: resilvered 2,56M in 0h0m with 0 errors on Tue Nov 20 10:26:35 2012 > config: > > NAME STATE READ WRITE CKSUM > zsolar ONLINE 0 0 0 > raidz2-0 ONLINE 0 0 0 > gpt/disk0 ONLINE 0 0 0 > gpt/disk2 ONLINE 0 0 0 > gpt/disk3 ONLINE 0 0 0 > > errors: No known data errors > > > Update source: > > # svn info > Path: . > Working Copy Root Path: /usr/src > URL: svn://svn.freebsd.org/base/head > Repository Root: svn://svn.freebsd.org/base > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > Revision: 243278 > Node Kind: directory > Schedule: normal > Last Changed Author: avg > Last Changed Rev: 243272 > Last Changed Date: 2012-11-19 13:35:56 +0200 > > > I used http://people.freebsd.org/~avg/zfs-spa-multi_vdev_root_support.diff > > > buildworld + kernel > > rm /boot/zfs/zpool.cache > > > Reboot.... > > > Mounting from zfs:zsolar failed with error 45 Are there any other unusual messages before this line? Could you please try adding vfs.zfs.debug=1 to loader.conf and check again? Could you also provide 'zdb -CC zsolar' output and 'zdb -l /dev/gpt/diskX' for each of the disks. These could be uploaded somewhere as they can be quite lengthy. -- Andriy Gapon