From owner-freebsd-questions@FreeBSD.ORG Thu Jan 30 11:38:47 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 E2FAE4F0 for ; Thu, 30 Jan 2014 11:38:47 +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 A00EB1247 for ; Thu, 30 Jan 2014 11:38:47 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W8pxE-0003CY-Ks for freebsd-questions@freebsd.org; Thu, 30 Jan 2014 12:38:44 +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 ; Thu, 30 Jan 2014 12:38:44 +0100 Received: from jmzgriffin by kontrol.kode5.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jan 2014 12:38:44 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: James Griffin Subject: Re: poudriere zfs/zpool create question Date: Thu, 30 Jan 2014 11:38:21 +0000 (UTC) Lines: 46 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: Thu, 30 Jan 2014 11:38:47 -0000 On 2014-01-29, James Griffin wrote: > On 2014-01-29, Christopher J. Ruwe wrote: >> 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. The command i'm using to create the jail isn't working. I've checked the man page, the command is correct so i'm stuck. The command is: # poudriere jail -c -j 10amd64 df command shows the dataset/filesystem is mounted: Filesystem Size Used Avail Capacity Mounted on zroot/ROOT/default 220G 9.4G 210G 4% / devfs 1.0K 1.0K 0B 100% /dev fdescfs 1.0K 1.0K 0B 100% /dev/fd procfs 4.0K 4.0K 0B 100% /proc linprocfs 4.0K 4.0K 0B 100% /compat/linux/proc zroot/tmp 210G 824K 210G 0% /tmp zroot/usr/home 211G 625M 210G 0% /usr/home zroot/usr/ports 212G 1.6G 210G 1% /usr/ports zroot/usr/src 211G 1.1G 210G 0% /usr/src zroot/var 213G 2.2G 210G 1% /var zroot/var/crash 210G 148K 210G 0% /var/crash zroot/var/log 210G 556K 210G 0% /var/log zroot/var/mail 210G 156K 210G 0% /var/mail zroot/var/tmp 210G 24M 210G 0% /var/tmp zroot/poudriere/ports/default 211G 1.2G 210G 1% /usr/local/poudriere/ports/default Can anyone advise?