From owner-freebsd-stable@FreeBSD.ORG Thu Aug 22 05:40:17 2013 Return-Path: Delivered-To: freebsd-stable@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 ESMTP id 4418664B for ; Thu, 22 Aug 2013 05:40:17 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail06.adl2.internode.on.net (ipmail06.adl2.internode.on.net [IPv6:2001:44b8:8060:ff02:300:1:2:6]) by mx1.freebsd.org (Postfix) with ESMTP id CEED72EC1 for ; Thu, 22 Aug 2013 05:40:16 +0000 (UTC) Received: from ppp247-71.static.internode.on.net (HELO leader.local) ([203.122.247.71]) by ipmail06.adl2.internode.on.net with ESMTP; 22 Aug 2013 15:10:14 +0930 Message-ID: <5215A43C.5090909@ShaneWare.Biz> Date: Thu, 22 Aug 2013 15:10:12 +0930 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130516 Thunderbird/17.0.6 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Subject: Re: Properties list for zfs in FreeBSD References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Zenny , freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Aug 2013 05:40:17 -0000 On 21/08/2013 23:39, Trond Endrestøl wrote: > On Wed, 21 Aug 2013 13:02-0000, Zenny wrote: >> Where can I find a list of properties (-o/-O property=value) for >> creating a zpool? > > Read zpool(8) for zpool properties, and zfs(8) for zfs properties. > Always a good place for detailed explanations. A quick way to list all properties is to use the get command to cause a usage output. zpool get usage: get <"all" | property[,...]> ... the following properties are supported: PROPERTY EDIT VALUES allocated NO capacity NO ... zfs get missing property argument usage: get [-rHp] [-d max] [-o "all" | field[,...]] [-t type[,...]] [-s source[,...]] <"all" | property[,...]> [filesystem|volume|snapshot] ... The following properties are supported: PROPERTY EDIT INHERIT VALUES available NO NO clones NO NO [,...] ...