Re: [zfs-discuss] Gzip compression for ZFS

2007-04-11 Thread Darren Reed
Erblichs wrote: My two cents, ... Secondly, if I can add an additional item, would anyone want to be able to encrypt the data vs compress or to be able to combine encryption with compression? Yes, I might want to encrypt all of my laptop's hard drive contents and I

Re: [zfs-discuss] Gzip compression for ZFS

2007-04-05 Thread Erblichs
My two cents, Assuming that you may pick a specific compression algorithm, most algorithms can have different levels/percentages of deflations/inflations which is effects the time to compress and/or inflate wrt the CPU capacity. Secondly, if I can add an

Re: [zfs-discuss] Gzip compression for ZFS

2007-04-04 Thread Darren Reed
From: Darren J Moffat [EMAIL PROTECTED] ... The other problem is that you basically need a global unique registry anyway so that compress algorithm 1 is always lzjb, 2 is gzip, 3 is etc etc. Similarly for crypto and any other transform. I've two thoughts on that: 1) if there is to be a

Re: [zfs-discuss] Gzip compression for ZFS

2007-04-04 Thread Casper . Dik
From: Darren J Moffat [EMAIL PROTECTED] ... The other problem is that you basically need a global unique registry anyway so that compress algorithm 1 is always lzjb, 2 is gzip, 3 is etc etc. Similarly for crypto and any other transform. I've two thoughts on that: 1) if there is to be

Re: [zfs-discuss] Gzip compression for ZFS

2007-03-29 Thread Darren J Moffat
I suppose what would have been nice to see, architecturally, was a way to transform data at some part in the pipeline and to be able to specify various types of transforms, be they compression, encryption or something else. But maybe I'm just dreaming without understanding the complexities of

[zfs-discuss] Gzip compression for ZFS

2007-03-28 Thread Darren . Reed
Adam, With the blog entry[1] you've made about gzip for ZFS, it raises a couple of questions... 1) It would appear that a ZFS filesystem can support files of varying compression algorithm. If a file is compressed using method A but method B is now active, if I truncate the file and

Re: [zfs-discuss] Gzip compression for ZFS

2007-03-28 Thread Robert Milkowski
Hello Darren, Thursday, March 29, 2007, 12:01:21 AM, you wrote: DRSC Adam, DRSC With the blog entry[1] you've made about gzip for ZFS, it raises DRSC a couple of questions... DRSC 1) It would appear that a ZFS filesystem can support files of DRSCvarying compression algorithm. If a file is

Re: [zfs-discuss] Gzip compression for ZFS

2007-03-28 Thread Darren . Reed
Robert Milkowski wrote: Hello Darren, Thursday, March 29, 2007, 12:01:21 AM, you wrote: DRSC Adam, ... DRSC 2) The question of whether or not to use bzip2 was raised in DRSCthe comment section of your blog. How easy would it be to DRSCimplement a plugable (or more generic) interface

Re[2]: [zfs-discuss] Gzip compression for ZFS

2007-03-28 Thread Robert Milkowski
Hello Darren, Thursday, March 29, 2007, 12:55:03 AM, you wrote: DRSC So, for example, if the interface was plugable and Sun only DRSC wanted to ship gzip, but I wanted to create a better ZFS DRSC based appliance than one based on just OpenSolaris, I might DRSC build a bzip2 module for the kernel