Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2008 20:53:01 -0700 (PDT)
From:      John Kozubik <john@kozubik.com>
To:        Bakul Shah <bakul@bitblocks.com>
Cc:        freebsd-fs@freebsd.org
Subject:   Re: It's 2008. 1 TB disk drives cost $160. Quotas are 32-bit. 
Message-ID:  <20080707204943.D1807@kozubik.com>
In-Reply-To: <20080701175932.0B76F5B4B@mail.bitblocks.com>
References:  <20080701175932.0B76F5B4B@mail.bitblocks.com>

next in thread | previous in thread | raw e-mail | index | archive | help


On Tue, 1 Jul 2008, Bakul Shah wrote:

> To bring this back on topic, perhaps John Kozubik can just
> use the zfs since it already has quota support? For example,
>
> # zfs create z/foo
> # zfs quota=10M z/foo
> dd < /dev/zero bs=1M count=20 > /z/foo/xx
> dd: stdout: Disc quota exceeded
> 11+0 records in
> 10+0 records out
> 10485760 bytes transferred in 4.718700 secs (2222171 bytes/sec)
> # zfs set quota=10T z/foo
> # zfs get quota z/foo
> NAME   PROPERTY  VALUE  SOURCE
> z/foo  quota     10T    local


Thanks - I appreciate this, and am continually impressed by the zfs work
being done on FreeBSD.

However, ZFS on FreeBSD is still experimental, and given the environment
that I am deploying in (see previous post) it is impossible to consider
it.


-----
John Kozubik - john@kozubik.com - http://www.kozubik.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080707204943.D1807>