From owner-freebsd-questions@FreeBSD.ORG Wed Jan 29 16:42:51 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3C0AA69 for ; Wed, 29 Jan 2014 16:42:51 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A26F01E16 for ; Wed, 29 Jan 2014 16:42:51 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W8YDx-00034g-Oc for freebsd-questions@freebsd.org; Wed, 29 Jan 2014 17:42:49 +0100 Received: from kontrol.kode5.net ([80.229.5.32]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jan 2014 17:42:49 +0100 Received: from jmzgriffin by kontrol.kode5.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jan 2014 17:42:49 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: James Griffin Subject: Re: poudriere zfs/zpool create question Date: Wed, 29 Jan 2014 16:42:26 +0000 (UTC) Lines: 37 Message-ID: References: <20140129172826.54fc6d7b@dijkstra-old.cruwe.de> X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: kontrol.kode5.net User-Agent: slrn/1.0.1 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 16:42:52 -0000 On 2014-01-29, Christopher J. Ruwe wrote: > On Wed, 29 Jan 2014 15:51:49 +0000 (UTC) > James Griffin wrote: > >> Hi >> >> I'm going to start using poudriere. I just wanted to check the step(s) >> required to create the zfs/zpool in order to use it. >> >> I'm using FreeBSD 10, default zfs layout/setup from installation. >> >> I've read on a site that `zpool create ... ada0` to start? I just want >> to ask before I go ahead so I don't screw it up. I'm not familiar yet >> with zfs filesystem. There doesn't appear to be any clear guides >> available on setting up the zfs environment needed for poudriere; not >> that I could find anyway. >> >> Thanks for any info received. >> >> Jamie. > > Assuming you are running 10.0-RELEASE on zfs and further assuming you > do not run multiple zpools, you already have your zpool set up. > > You configure the $ZPOOL poudriere uses in > /usr/local/etc/poudriere.conf, which is extensively commented. > > Then, poudriere jail -c <...> will create your zfs dataset for you. I > recommend to create datasets for packages like > zroot/poudriere/packages/10amd64, but this is not required. > > Cheers, Hi, thanks for the info. I think I was overcomplicating the process. I've got it all up and running now (I think - so far so good). Jamie.