Re: [zfs-discuss] Would ZFS will bring IO when the file is VERY short-lived?

2009-08-06 Thread Chookiex
Thanks. :) I have tested in my system, it's great. But, you know, ZIO is pipelined, it means that the IO request may be sent, and when you unlink the file, the IO stage is in progress. so, would it be canceled else? From: Bob Friesenhahn To: Chookie

[zfs-discuss] Would ZFS will bring IO when the file is VERY short-lived?

2009-08-04 Thread Chookiex
Hi All, You know, ZFS afford a very Big buffer for write IO. So, When we write a file, the first stage is put it to buffer. But, if the file is VERY short-lived? Is it bring IO to disk? or else, it just put the meta data and data to memory, and then removed it? ___

Re: [zfs-discuss] Is the PROPERTY compression will increase the ZFS I/O throughput?

2009-06-26 Thread Chookiex
server memory?  or increase the clients? From: David Pacheco To: Chookiex Cc: zfs-discuss@opensolaris.org Sent: Friday, June 26, 2009 1:00:36 AM Subject: Re: [zfs-discuss] Is the PROPERTY compression will increase the ZFS I/O throughput? Chookiex wrote: >

Re: [zfs-discuss] Is the PROPERTY compression will increase the ZFS I/O throughput?

2009-06-25 Thread Chookiex
no random read test? My data is text data set, about 320,000 text files or emails. The compression ratio is: lzjb 1.55x gzip-1 2.54x gzip-2 2.58x gzip 2.72x gzip-9 2.73x for your curiosity :) From: David Pacheco To: Chookiex Cc: zfs-discuss@opensolaris.org

Re: [zfs-discuss] Is the PROPERTY compression will increase the ZFS I/O throughput?

2009-06-24 Thread Chookiex
read would be better than write? Is the ARC or L2ARC do any tricks? Thanks From: David Pacheco To: Chookiex Cc: zfs-discuss@opensolaris.org Sent: Wednesday, June 24, 2009 4:53:37 AM Subject: Re: [zfs-discuss] Is the PROPERTY compression will increase the ZFS

[zfs-discuss] Is the PROPERTY compression will increase the ZFS I/O throughput?

2009-06-19 Thread Chookiex
Hi all. Because the property compression could decrease the file size, and the file IO will be decreased also. So, would it increase the ZFS I/O throughput with compression? for example: I turn on gzip-9,on a server with 2*4core Xeon, 8GB RAM. It could compress my files with compressratio 2.5x+

[zfs-discuss] ZFS size is different ?

2009-01-12 Thread Chookiex
Hi all, I have 2 questions about ZFS. 1. I have create a snapshot in my pool1/data1, and zfs send/recv it to pool2/data2. but I found the USED in zfs list is different: NAME USED AVAIL REFER MOUNTPOINT pool2/data2 160G 1.44T 159G /pool2/data2 pool1/data 176G 63

[zfs-discuss] in a zpool consist of regular files, when I remove the file vdev, zpool status can not detect?

2007-11-13 Thread Chookiex
I make a file zpool like this: bash-3.00# zpool status pool: filepool state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM filepool ONLINE 0 0 0 /export/f1.dat ONLINE 0 0 0 /export/f2.d

[zfs-discuss] zpool status can not detect the vdev removed?

2007-11-13 Thread Chookiex
I make a file zpool like this: bash-3.00# zpool status pool: filepool state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM filepool ONLINE 0 0 0 /export/f1.dat ONLINE 0 0 0 /export/f2.d