Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Apr 2012 18:57:48 +1000
From:      Peter Jeremy <peterjeremy@acm.org>
To:        Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: NFS - slow
Message-ID:  <20120430085748.GA56921@server.vk2pj.dyndns.org>
In-Reply-To: <alpine.BSF.2.00.1204272201440.6369@wojtek.tensor.gdynia.pl>
References:  <alpine.BSF.2.00.1204272201440.6369@wojtek.tensor.gdynia.pl>

next in thread | previous in thread | raw e-mail | index | archive | help

--FL5UXtIhxfXey3p5
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On 2012-Apr-27 22:05:42 +0200, Wojciech Puchar <wojtek@wojtek.tensor.gdynia=
=2Epl> wrote:
>is there any way to speed up NFS server?
=2E..
>- write works terribly. it performs sync on every write IMHO,

You don't mention which NFS server or NFS version you are using but
for "traditional" NFS, this is by design.  The NFS server is stateless
and NFS server failures are transparent (other than time-wise) to the
client.  This means that once the server acknowledges a write, it
guarantees the client will be able to later retrieve that data, even
if the server crashes.  This implies that the server needs to do a
synchronous write to disk before it can return the acknowledgement
back to the client.

--=20
Peter Jeremy

--FL5UXtIhxfXey3p5
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)

iEYEARECAAYFAk+eVAwACgkQ/opHv/APuIdWawCfQIu5AmRgRr0g3wEBK6HCsBka
/jsAn0LY1oK+kJejZR4eiRsVWK6JdWOG
=peTt
-----END PGP SIGNATURE-----

--FL5UXtIhxfXey3p5--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120430085748.GA56921>