Re: NFS Sync with External Journal

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hey Tristan,

On Mon, Jun 06, 2011 at 01:42:39PM +0000, Tristan Ball wrote:
> I've been experimenting with using an external ext3 journal as a way
> to bring the write performance of an NFS share exported with the the
> 'sync' option closer to that of one exported with 'async'.
>
> I've mounted the ext3 filesystem with data=journal, and the journal
> itself is on SSD.  I've seen various references on the net saying that
> this should improve performance, as the nfs process can respond to
> write requests as soon as the data is in journal, rather than flushed
> all the way to the filesystem

There was some work done for xfs awhile back with a similar issue in
mind.  Once metadata are in the xfs journal the nfs server can respond
to requests without waiting for it to be flushed to its final place on
disk.  We're using the commit_metadata export_operation to do that.
But XFS won't do that for the data itself.  We rely on multiple spindles
to improve performance there.

Regards,
Ben
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux