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 ?
   
  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 ?
   
  Your help is appreciated.
   
  Thanks & Regards
  Masthan
   
   

 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
zfs-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to