From owner-freebsd-current@FreeBSD.ORG Sat Jul 17 18:46:28 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A3031065674 for ; Sat, 17 Jul 2010 18:46:28 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id F22088FC0C for ; Sat, 17 Jul 2010 18:46:27 +0000 (UTC) Received: by iwn35 with SMTP id 35so4088206iwn.13 for ; Sat, 17 Jul 2010 11:46:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=l0mqB5BsQ010qkcp20rncfpDRElNQwu6s1K8h7GN+Jo=; b=EYAyN7KWEh3I8ZM9oLm4zcUV+TGQMT7WKviAeUQrjq1Pg+eNKiaLeAVmN8iw7IKA20 zDrA/azcRRxFldAyfztSYnoGaFi0UjnHoSfnDA75k3JT0in6Losm8tOf/IwfiR9r0PiF jHqD7mHfWSReBOyeWvbqMBa/srW3LGddCXZEo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=FQvQt/0FqxrKIbkpdKBXQmdUnCcF5Pp9GkueNdAkYckL5nt8x4AOt3lGXM+823xedv SGDhjA6ZRiAbOcVD50oc3cMsQ2yeF6W2rwCfDdLeO0lq7z+5m6XAqoNw+Gn+zP6ijpbU vzrC8bfD9MoseSUoKs8P/N2dezlybZVDThZJs= MIME-Version: 1.0 Received: by 10.231.157.143 with SMTP id b15mr3027069ibx.113.1279392387260; Sat, 17 Jul 2010 11:46:27 -0700 (PDT) Received: by 10.231.12.129 with HTTP; Sat, 17 Jul 2010 11:46:27 -0700 (PDT) In-Reply-To: <20100717182133.GA63078@lordsith.net> References: <4C3C7202.7090103@FreeBSD.org> <20100717101459.GA13626@lordsith.net> <9E4FCF4C-7A69-426E-9F39-B5487D4CB07C@lassitu.de> <20100717105134.GB13626@lordsith.net> <20100717182133.GA63078@lordsith.net> Date: Sat, 17 Jul 2010 11:46:27 -0700 Message-ID: From: Freddie Cash To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [HEADSUP] ZFS version 15 committed to head X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2010 18:46:28 -0000 On Sat, Jul 17, 2010 at 11:21 AM, Marco van Lienen wrote: > On Sat, Jul 17, 2010 at 10:12:10AM -0700, you (Freddie Cash) sent the fol= lowing to the -current list: >> > >> > I have read many things about those differences, but why then does zfs= on opensolaris report more available space whereas FreeBSD does not? >> > That would imply that my friend running osol build 117 couldn't fill u= p his raidz pool past the 3.56T. >> >> You used different commands to check the disk space on OSol (zpool vs df= ). >> >> Try the same commands on both FreeBSD and OSol (zpool and zfs) and >> you'll see the same results. > > I guess you missed my original mail of this thread in which I also showed= the output of 'zfs list -r pool2' on osol where clearly there is more avai= lable space shown then on FreeBSD. > > % zfs list -r pool2 > NAME =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0USED =C2=A0AVAIL =C2=A0REFER =C2=A0MOUNTPOINT > pool2 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A03.32T =C2=A02.06T =C2=A03.18T =C2=A0/export/pool2 No, I saw that. But you compared zpool and zfs output on FreeBSD, and zfs and df output on OSol. IOW, you didn't compare the same things. Compare the output of zpool and zfs on both FreeBSD and OSol, it should be the same. --=20 Freddie Cash fjwcash@gmail.com