Hi Timo, I just read about NFSv4 now being included in SuSE and Redhat Enterprise versions, and although I don't use it myself, wondered how this will impact Dovecot for those using it? Will it make life easier? Or is it even supported currently? Just curious... thanks... -- Best regards, Charles
On Thu, 2006-11-16 at 08:27 -0500, Charles Marcus wrote:> Hi Timo, > > I just read about NFSv4 now being included in SuSE and Redhat Enterprise > versions, and although I don't use it myself, wondered how this will > impact Dovecot for those using it? > > Will it make life easier? Or is it even supported currently?Since older NFS versions already work with Dovecot, I think NFSv4 can only make it work better. What I've read of NFSv4 it looks like its client cache can work better. But I haven't looked more than just a few "feature lists" of it so far. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20061116/91ca7c8f/attachment.bin>
Since NFS is an underlying subsystem, dovecot does not need anything (code wise) to "support" it. Basically, dovecot writes to the filesystem, regardless of where it is located. It really doesn't know about the underlying layer, be it NFS, ext3, jfs, iSCSI, etc. In other words, in the most general sense, if the file to be read from or written to is on an NFSv2 or NFSv4 partition, dovecot really doesn't care. :) However, the same *tuning* parameters are necessary when you are using an NFS file store. And, in answer to your questions: o it is already supported (as described above) o NFSv4 boasts better performance and stability o it will probably have little impact on the dovecot user community, but better performance is always a good thing. ;) -Rich> > I just read about NFSv4 now being included in SuSE and Redhat > Enterprise versions, and although I don't use it myself, wondered how > this will impact Dovecot for those using it? > > Will it make life easier? Or is it even supported currently? > > Just curious... thanks...