From owner-freebsd-fs@freebsd.org Sun Aug 21 00:27:54 2016 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEC60BC1D32 for ; Sun, 21 Aug 2016 00:27:54 +0000 (UTC) (envelope-from paul@kraus-haus.org) Received: from mail-qt0-x235.google.com (mail-qt0-x235.google.com [IPv6:2607:f8b0:400d:c0d::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A13301A37 for ; Sun, 21 Aug 2016 00:27:54 +0000 (UTC) (envelope-from paul@kraus-haus.org) Received: by mail-qt0-x235.google.com with SMTP id x25so21337541qtx.2 for ; Sat, 20 Aug 2016 17:27:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kraus-haus-org.20150623.gappssmtp.com; s=20150623; h=subject:mime-version:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=l/4c2FiAQ9OQt3nqN3I0YghSuaSP+rZ0hmVbaUJYqBI=; b=h5rQVOk8ALm4+pyANqP2qbj0oxRvFzGytXFZtwq4G+miJfd/BiXU1ymhlwFtL8CFdX 41Ah1cDQPXnG9tJNPCwT8UGz+alMsO0sigEzbvTLDSoiDLHM0a8N3aS9q8XFyzxglD86 nRtCYFyCbE8M0UU1yr8iKGxFvJ+mAKW1KkbYXFTD8qYaKhhZ79xPWNsBRgzOuGfUQIjy BZiUk1p03KwJFGJEtUN0Elte8jLWeiApSeID2cuPdDg6aHy21MLMFTPz/tuFqRdwJlKB q2Se/hTYwJn5WBW3bEuARmtMGVEqJGtYwZZsOEOG00LDWVSsIoxW1oxCtfyvXq4eXIlb +pgg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:mime-version:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=l/4c2FiAQ9OQt3nqN3I0YghSuaSP+rZ0hmVbaUJYqBI=; b=O2m+PiIzJzFJ0/+AeXIJn1rEouO4e4I2UDX9Dyl9RG9JWrT14E3D5FCggF60TzZ0Ff nGf7fPsD9o+5kuj2+Bgt5KFEgWLF6mcMKws+xM4UAX2OrWp9DwM7K4qBgMLMpdRry4zt +ySRL67xb9hiORoYsRqVtkCvoEqwYAlniXIQ+GeBdAl80JFoGLrEyhTxWKBvgdn+g2nt 0V6ggpwLXXq/P64lxrB1UB2tM6papGmC8wOHxHDSNXsnmK2vIQAXjRrgnKZZKCRgqCbw YFpfXesdYXzg3cFPGR1Z4/qyKwOmyGqTCzI8nEdwjZIk+GxW2N5eOZK76FBjkAEBrM/u SGWA== X-Gm-Message-State: AEkoouupeApUxVdm+kcSaii4X32/yqjrjsqclIiVUwJks3k/qMozJqRLkZsndL+xhksVpg== X-Received: by 10.237.35.76 with SMTP id i12mr16536057qtc.41.1471739273582; Sat, 20 Aug 2016 17:27:53 -0700 (PDT) Received: from [192.168.2.133] (pool-100-4-209-221.albyny.fios.verizon.net. [100.4.209.221]) by smtp.gmail.com with ESMTPSA id l189sm7590716qke.27.2016.08.20.17.27.51 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 20 Aug 2016 17:27:51 -0700 (PDT) Subject: Re: zpool list FREE vs zfs list AVAIL Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=us-ascii From: Paul Kraus In-Reply-To: <57B59CBC.8000904@norma.perm.ru> Date: Sat, 20 Aug 2016 20:27:50 -0400 Cc: FreeBSD FS Content-Transfer-Encoding: 7bit Message-Id: <938E209E-143E-4399-809F-006E455E1C9D@kraus-haus.org> References: <57B59CBC.8000904@norma.perm.ru> To: "Eugene M. Zheganin" X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2016 00:27:55 -0000 > On Aug 18, 2016, at 7:32 AM, Eugene M. Zheganin wrote: > > What is the difference between zpool list FREE for a pool and zfs list > AVAIL ? Because they differ a lot, I'm looking at a server at the moment > where the difference is like dozens of times: zfs list reports that 97 > gigabytes is available, and the zpool list for the same pool says that > 4.18 terabytes is free. From my point of view this should be the same > number. Please provide complete zpool status, zpool list, and zfs list output.