On 12 December, 2006 - dudekula mastan sent me these 2,7K bytes:

> 
> Hi All,
>    
>   Assume the device c0t0d0  size is 100000 KB.
>    
>   I created ZFS file system on this
>    
>   $ zpool create -f mypool c0t0d0s2
>    
>   and to limit the size of ZFS file system I used quota property.
>    
>   $ zfs set quota = 5000K mypool
>    
>   Which 5000 K bytes are belongs (or reserved) to mypool first 5000KB or last 
> 5000KB or random ?

"random".. When you've stored 5000K, you can't store anymore there.

>   UFS and VxFS file systems have options to limit the size of file
>   system on the device (E.g. We can limit the size offrom 1 block to
>   some nth block . Like this is there any sub command to limit the
>   size of ZFS file system from 1 block to  some n th block ?

Just amount, not specific positions on/portions of the FS/devices.

/Tomas
-- 
Tomas Ögren, [EMAIL PROTECTED], http://www.acc.umu.se/~stric/
|- Student at Computing Science, University of Umeå
`- Sysadmin at {cs,acc}.umu.se
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to