From owner-freebsd-current@FreeBSD.ORG Tue Nov 20 13:03:16 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB181416; Tue, 20 Nov 2012 13:03:16 +0000 (UTC) (envelope-from andy.lavr@gmail.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id C8D488FC13; Tue, 20 Nov 2012 13:03:15 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id j13so5631134lah.13 for ; Tue, 20 Nov 2012 05:03:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2/e4JBZsFV5xNCwOLsMlMD576nmGdTGAbDJkhl+Bi5k=; b=qH1Q/aO5uIUjtYx0jQp/lV+761Tjp22uu6SpCdNwcatGAzV1yatLCuaLmRWxjJpP2p pV0htflVChV6ILvJ+V6sUyAhIb0ZAoM4lPUYOInfJMud7Qs5DWeT2vxCtmNnHYRvKz+G mOIBxMZB7xQa5cCohj6I4hGhsBSx6p3C6UQZEGuboe+sBOu+BwpmWw+P6WIZe4elybCi Stmno9FWP4i1WH+/g/k9K6JTp5b4tSYkKW/K1uI67AcFc4Ci5lDykZ2NkJNgQvQkxbWh YWFFSDdNjq17SJJb9+TFmGtu3VPX1FERvNCe4tyf81HTWHg69h9j7n2K6uu1p1EAUr6h WRbQ== MIME-Version: 1.0 Received: by 10.112.39.225 with SMTP id s1mr6379595lbk.117.1353416594374; Tue, 20 Nov 2012 05:03:14 -0800 (PST) Received: by 10.114.5.5 with HTTP; Tue, 20 Nov 2012 05:03:14 -0800 (PST) In-Reply-To: References: <50AB5202.4070906@FreeBSD.org> <50AB71A7.7050101@FreeBSD.org> Date: Tue, 20 Nov 2012 15:03:14 +0200 Message-ID: Subject: Re: problem booting to multi-vdev root pool From: Andrei Lavreniyuk To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-fs@freebsd.org, freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2012 13:03:17 -0000 2012/11/20 Andrei Lavreniyuk : > Hi! > > >> "Can not parse the config for pool" message explains what happens but not why... >> >> Could you please apply the following patch, "un-ifdef" the DEBUG sections of it >> and try again? >> http://people.freebsd.org/~avg/spa_generate_rootconf.debug.diff > > > I use spa_generate_rootconf.debug.diff. > > make kernel && reboot > > No new debug messages. Pool cannot mount. This problem is only on systems with raidz. System with ZFS Mirror work normally. --- Best regards, Andrei Lavreniyuk.