Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Nov 2012 17:45:07 +0200
From:      Andriy Gapon <avg@FreeBSD.org>
To:        Guido Falsi <mad@madpilot.net>, Bartosz Stec <bartosz.stec@it4pro.pl>
Cc:        freebsd-fs@FreeBSD.org, freebsd-current@FreeBSD.org
Subject:   problem booting to multi-vdev root pool [Was: kern/150503: [zfs] ZFS disks are UNAVAIL and corrupted after reboot]
Message-ID:  <50A65F83.5000604@FreeBSD.org>
In-Reply-To: <50A27243.408@madpilot.net>
References:  <509D1DEC.6040505@FreeBSD.org> <50A27243.408@madpilot.net>

next in thread | previous in thread | raw e-mail | index | archive | help
on 13/11/2012 18:16 Guido Falsi said the following:
> My idea, but is just a speculation, i could be very wrong, is that the geom
> tasting code has some problem with multiple vdev root pools.

Guido,

you are absolutely correct.  The code for reconstructing/tasting a root pool
configuration is a modified upstream code, so it inherited a limitation from it:
the support for only a single top-level vdev in a root pool.
I have an idea how to add the missing support, but it turned out not to be
something that I can hack together in couple of hours.

So, instead I wrote the following patch that should fall back to using a root pool
configuration from zpool.cache (if it's present there) for a multi-vdev root pool:
http://people.freebsd.org/~avg/zfs-spa-multi_vdev_root_fallback.diff

The patch also fixes a minor (single-time) memory leak.

Guido, Bartosz,
could you please test the patch?

Apologies for the breakage.

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50A65F83.5000604>