From owner-freebsd-stable@FreeBSD.ORG Thu Aug 22 06:10:26 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F3C6FE56 for ; Thu, 22 Aug 2013 06:10:25 +0000 (UTC) (envelope-from garbytrash@gmail.com) Received: from mail-pb0-x22e.google.com (mail-pb0-x22e.google.com [IPv6:2607:f8b0:400e:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CFBB82070 for ; Thu, 22 Aug 2013 06:10:25 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id rq2so1344269pbb.5 for ; Wed, 21 Aug 2013 23:10:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=/Q4SY2HKW3e3x3xwIHJXDpdeJjH2F6XavwtBrzzEH1E=; b=BUzlZyMtSk9k40+0XnO5qqwW6KhgoXm7cr5IpvO6dRRGEhToEATYLp+r9MzhhMjwr7 2r2w5AdwtImH2e3egNemYCnmVeBZC3EycCcmnG5JF2UbYHnyom0xpHqoj0u07upYe5/y kGked7+EKyNzGcad/LHR0IeQc36v4ITtINP882/wBrc2FJ6JfV8CNqViigXXw5409kgp 59cPrLjosEj3kuXJGVucsLWsOLJiFC972iitcy0RMhXweh585jNEc1CBlxfgVUf+k7Gq +5H8xvd9jHSQzoaFduxhb9IKhJHU+FORMF80HfI6GQFy3ZCy9U7x+jQN6PWFYFCAvH+z gJRA== MIME-Version: 1.0 X-Received: by 10.68.253.227 with SMTP id ad3mr1341161pbd.189.1377151825355; Wed, 21 Aug 2013 23:10:25 -0700 (PDT) Received: by 10.66.252.99 with HTTP; Wed, 21 Aug 2013 23:10:25 -0700 (PDT) In-Reply-To: <5215A43C.5090909@ShaneWare.Biz> References: <5215A43C.5090909@ShaneWare.Biz> Date: Thu, 22 Aug 2013 06:10:25 +0000 Message-ID: Subject: Re: Properties list for zfs in FreeBSD From: Zenny To: Shane Ambler Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: 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 06:10:26 -0000 Thanks guys, this is pretty useful info. On 8/22/13, Shane Ambler wrote: > On 21/08/2013 23:39, Trond Endrest=F8l wrote: >> On Wed, 21 Aug 2013 13:02-0000, Zenny wrote: > >>> Where can I find a list of properties (-o/-O property=3Dvalue) 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 [,...] > ... > >