On Wed, Mar 24, 2010 at 10:52 AM, Edward Ned Harvey
<solar...@nedharvey.com>wrote:

>  Is there a way to reserve space for a particular user or group?  Or
> perhaps to set a quota for a group which includes everyone else?
>
> I have one big pool, which holds users’ home directories, and also the
> backend files for the svn repositories etc.  I would like to ensure the svn
> server process will always have some empty space to work with, even if some
> users go hog wild and consume everything they can.
>
zfs set reservation=100GB dataset/name

That will reserve 100 GB of space for the dataset, and will make that space
unavailable to the rest of the pool.

-- 
Freddie Cash
fjwc...@gmail.com
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to