Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[OT] nfs allgemein
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum
View previous topic :: View next topic  
Author Message
tacki
Guru
Guru


Joined: 29 Jun 2002
Posts: 418
Location: Germany

PostPosted: Fri Sep 19, 2003 9:34 am    Post subject: [OT] nfs allgemein Reply with quote

hallo leuts,

hab hier (mehr oder weniger) testweise einige nfs-server laufen. allerdings bekomm ich laufend input/output errors bei den clients wenn ich die nfs-server wirklich belaste (z.b. wenn mehrere clients kopieren gleichzeitig viele kleine dateien auf den server). Ist nfs wirklich so unzuverlässig?

Die Shares werden folgendermaßen gemounted:
Code:

<ip>:/<share> /mnt/blabla nfs rw,bg,soft,retry=5,intr,rsize=8192,wsize=8192 0 0


/etc/export des servers:
Code:

/<share>  192.168.1.0/24(rw,sync,no_root_squash)
Back to top
View user's profile Send private message
Beforegod
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 1494
Location: Frankfurt/Main

PostPosted: Fri Sep 19, 2003 10:20 am    Post subject: Reply with quote

Ja den nfs nutzt nicht TCP (was eine komplette Verbindung versichert) sonder UDP (was eben nur annimmt was kommt).
Also sprich wenn in Deinem Netzwerk viele Daten bewegt werden und einzelne Datenpakete kollidieren, bekommt Dein NFS nur die Pakete die durchgekommen sind.
Evt. solltest DU mal OpenAFS zu gemüte führen.
Back to top
View user's profile Send private message
tacki
Guru
Guru


Joined: 29 Jun 2002
Posts: 418
Location: Germany

PostPosted: Fri Sep 19, 2003 11:11 am    Post subject: Reply with quote

und wenn bestimmte geräte mit afs nix anfangen können, hab ich dann wohl die pops-karte gezogen... hmm, mist
Back to top
View user's profile Send private message
Raimund
n00b
n00b


Joined: 22 Mar 2003
Posts: 20

PostPosted: Fri Sep 19, 2003 4:08 pm    Post subject: Re: [OT] nfs allgemein Reply with quote

Code:
<ip>:/<share> /mnt/blabla nfs rw,bg,soft,retry=5,intr,rsize=8192,wsize=8192 0 0

Die Ursache ist höchstwahrscheinlich die mount-Option "soft", die beim Client zu einem Timeout und in der Folge zu einem IO-Fehler führt, wenn der Server nicht schnell genug reagiert.

Du kannst versuchen, den Timeout "timeo" anzupassen oder "soft" wegzulassen - nicht umsonst sagt "man mount":
Quote:
Usually it just causes lots of trouble.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum