Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2014 10:56:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-fs@FreeBSD.org
Subject:   [Bug 174310] [zfs] root point mounting broken on CURRENT with multiple pools
Message-ID:  <bug-174310-3630-EUDBWlvcdT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-174310-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-174310-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174310

--- Comment #3 from yaneurabeya@gmail.com ---
This issue is controller independent, because I ran into this problem with
ada(4) in bug 192183. As I noted in the PR and thread, I think the issue lays
between geom(4) and zfs(4) (the more information I get the more I think it's
geom(4), as I created a non-standard sized freebsd-boot partition on my work
machine as well).

My redoing the GPT table and zpool fixed my system so it boots once again, and
I've been using ZFS since 8-CURRENT IIRC.

My old and new GPT table are like so:

Old:

GPT 128
1   freebsd-boot         34        128
2   freebsd-swap        162   50331648
3    freebsd-zfs   50331810 1903193325

New:

GPT 128
1   freebsd-boot         40         88
2   freebsd-swap        128   50331648
3    freebsd-zfs   50331776 1903193359

I'll work towards reproing the issue with geom, first.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-174310-3630-EUDBWlvcdT>