[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [nfsv4] sparse files support for NFS
On Mon, Oct 05, 2009 at 11:34:24AM -0700, Muntz, Daniel wrote:
> Compression could be treated as a form of encryption... Reuse the
> existing rpcsecgss infrastructure to implement it. Or, less hackish,
> create a similar mechanism for handling compression.
We've discussed stackable GSS-API mechanisms to provide such features as
compression in the KITTEN WG. It's certainly doable. But as Dave
points out, the real trick is in re-using whatever compression is done
on-disk to reduce the CPU load ont he server.
(The same does not apply to encryption, for a variety of reasons.)