Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jan 2010 09:41:27 +0000
From:      krad <kraduk@googlemail.com>
To:        Dan Naumov <dan.naumov@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Help booting FreeBSD with a ZFS root filesystem
Message-ID:  <d36406631001280141p1e70fd17yfa6a3b4d3f485d0c@mail.gmail.com>
In-Reply-To: <cf9b1ee01001271518p4fc8857fi235235bc016b8716@mail.gmail.com>
References:  <cf9b1ee01001271518p4fc8857fi235235bc016b8716@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 27 January 2010 23:18, Dan Naumov <dan.naumov@gmail.com> wrote:

> >I didn't want a mirror though, I wanted a stripe.
> >
> >I still don't understand why what I'm doing isn't working.
>
> As far as I know, having the root pool on a stripe isn't supported.
>
> OpenSolaris supports having the root pool on a "simple" pool and a mirror
> pool.
> FreeBSD supports having the root pool on a simple pool, mirror pool
> and raidz, but afaik booting off raidz used to have issues.
>
> - Sincerely,
> Dan Naumov
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe@freebsd.org"
>


Even if a stripe did work its questionable why you need it for the os
itself. Mostly you only need to read from the os pool, so you will still
benefit from the speed of 2 drives with a mirror. If you are worried about
db writes etc, then partition up the drives and have another pool for the db
with the zpool configuration you want. Better still put it on its own
spindles.

Use tmpfs for tmp space etc and you could put swap on the striped pool as
well. Just keep the os pool as a mirror its far safer. I also set copies=2
on the root zfs fs as well just for a bit more paranoia



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