From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 20 00:03:27 2013 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 84B56D0A for ; Wed, 20 Feb 2013 00:03:27 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id 43721215 for ; Wed, 20 Feb 2013 00:03:26 +0000 (UTC) Received: from [127.0.0.1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id r1K039AT088878 for ; Tue, 19 Feb 2013 16:03:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1361318590; bh=A/ifCaJRF3u23wWaiYCzhZlChzV0hRhJ+D7j3bYQexo=; h=Subject:From:Reply-To:To:Content-Type:Date:Message-ID: Mime-Version:Content-Transfer-Encoding; b=UKr2ABuIpl6GflrnM0PJOv/ylV2ylsKPpbWeVPyF9hHuztBdu2o7q1jZ9EicTfVqq OCYgFkSdApXNrUdXfmUBfb4Sehw8UgwA2nyTlcNLIjUnNnMcBVeunM888yUlPeEfTQ AoFvA1v4bPBfnnEhEidEN13TQUcMiq9aCwEZl7yU= Subject: sparc64 zfsroot/gmirror? From: Sean Bruno To: hackers@freebsd.org Content-Type: text/plain; charset="UTF-8" Date: Tue, 19 Feb 2013 16:03:09 -0800 Message-ID: <1361318589.3815.12.camel@powernoodle.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 318589004 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: sbruno@freebsd.org List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2013 00:03:27 -0000 I'm restoring some of the sparc64 machines for freebsd.org and had a question with regards to what to do about the / Since it wasn't obvious how to setup zfs root things I setup something that looks like this: => 0 71087625 da0 VTOC8 (33G) 0 385560 1 freebsd-ufs (188M) 385560 70702065 2 freebsd-zfs (33G) => 0 71087625 da1 VTOC8 (33G) 0 385560 1 freebsd-ufs (188M) 385560 70702065 2 freebsd-zfs (33G) Where everything *except* /boot is in the mirrored zpool. I can reinstall the system trivially, and am looking for suggestions. Sean