* mount and 2.2.18
@ 2000-12-17 22:58 Igor Mozetic
2000-12-18 8:42 ` Thomas Pornin
0 siblings, 1 reply; 5+ messages in thread
From: Igor Mozetic @ 2000-12-17 22:58 UTC (permalink / raw)
To: linux-kernel
After installing the latest 2.2.18 kernel on a Debian 2.2
box the following keeps appearing in kern.log:
Dec 17 18:33:53 xxx kernel: nfs warning: mount version older than kernel
Is this harmless or do I need the latest mount?
Currently I don't use kNFSv3, user-space v2 is fine.
-Igor Mozetic
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: mount and 2.2.18
2000-12-17 22:58 mount and 2.2.18 Igor Mozetic
@ 2000-12-18 8:42 ` Thomas Pornin
2000-12-18 16:08 ` Brady Montz
0 siblings, 1 reply; 5+ messages in thread
From: Thomas Pornin @ 2000-12-18 8:42 UTC (permalink / raw)
To: igor.mozetic; +Cc: linux-kernel
In article <14909.17707.4868.460585@cmb1-3.dial-up.arnes.si> you write:
> Is this harmless or do I need the latest mount?
The latest mount is needed only for NFSv3 support. As long as you do
only NFSv2, there is no problem (except the message, you will get it
once per mounting).
But NFSv3 is great; if your server is NFSv3 aware, I suggest you shift
your client to NFSv3 as well. It rocks.
--Thomas Pornin
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: mount and 2.2.18
2000-12-18 8:42 ` Thomas Pornin
@ 2000-12-18 16:08 ` Brady Montz
2000-12-18 16:26 ` Alan Cox
0 siblings, 1 reply; 5+ messages in thread
From: Brady Montz @ 2000-12-18 16:08 UTC (permalink / raw)
To: linux-kernel
Thomas Pornin <Thomas.Pornin@ens.fr> writes:
> But NFSv3 is great; if your server is NFSv3 aware, I suggest you shift
> your client to NFSv3 as well. It rocks.
Can anyone point me to some docs describing the benefits of NFSv3? Thanks.
--
Brady Montz
bradym@balestra.org
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: mount and 2.2.18
2000-12-18 16:08 ` Brady Montz
@ 2000-12-18 16:26 ` Alan Cox
2000-12-18 16:47 ` Andrea Arcangeli
0 siblings, 1 reply; 5+ messages in thread
From: Alan Cox @ 2000-12-18 16:26 UTC (permalink / raw)
To: Brady Montz; +Cc: linux-kernel
> Thomas Pornin <Thomas.Pornin@ens.fr> writes:
>
> > But NFSv3 is great; if your server is NFSv3 aware, I suggest you shift
> > your client to NFSv3 as well. It rocks.
>
> Can anyone point me to some docs describing the benefits of NFSv3? Thanks.
Not off hand but I can give you a very brief summary of the big one - write
speed. NFSv2 does synchronous writes with a minimal amount of write ahead.
NFSv3 gathers writes on the server and schedules them as the server wishes.
The client sends write requests but before it can assume them completed
and thus clear that part of its cache has to commit them. Normally the commit
is done well after the I/O hit server disks, if not it waits
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: mount and 2.2.18
2000-12-18 16:26 ` Alan Cox
@ 2000-12-18 16:47 ` Andrea Arcangeli
0 siblings, 0 replies; 5+ messages in thread
From: Andrea Arcangeli @ 2000-12-18 16:47 UTC (permalink / raw)
To: Alan Cox; +Cc: Brady Montz, linux-kernel
On Mon, Dec 18, 2000 at 04:26:52PM +0000, Alan Cox wrote:
> > Thomas Pornin <Thomas.Pornin@ens.fr> writes:
> >
> > > But NFSv3 is great; if your server is NFSv3 aware, I suggest you shift
> > > your client to NFSv3 as well. It rocks.
> >
> > Can anyone point me to some docs describing the benefits of NFSv3? Thanks.
>
> Not off hand but I can give you a very brief summary of the big one - write
> speed. NFSv2 does synchronous writes with a minimal amount of write ahead.
> NFSv3 gathers writes on the server and schedules them as the server wishes.
> The client sends write requests but before it can assume them completed
> and thus clear that part of its cache has to commit them. Normally the commit
> is done well after the I/O hit server disks, if not it waits
BTW, another relevant feature is that with 2.4.x and 2.2.18aa2 you also get >2G
files with NFSv3 (like on top of ext2).
Andrea
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2000-12-18 17:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-17 22:58 mount and 2.2.18 Igor Mozetic
2000-12-18 8:42 ` Thomas Pornin
2000-12-18 16:08 ` Brady Montz
2000-12-18 16:26 ` Alan Cox
2000-12-18 16:47 ` Andrea Arcangeli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox