On 13.05.09 23:23, Michael Casey wrote:
> What can I do, If the NFS server is rebooting/offline?
> I mean the clients just wait and wait and wait...
mount with options "soft" and "intr". Be aware of rpoblems it may create.
> I tried to set
>
> timeo=5,retrans=2
>
> mount options when mounting n
the fstab entry is this
vim /etc/fstab
192.168.1.1:/mnt/share/ /home/user/Desktop/Share/ nfs
defaults,ro,nfsvers=3,nolock 0 0
I tried "ls --color=never"
https://bugzilla.redhat.com/show_bug.cgi?id=468049
it still waits
I tried on the client side with other mount options: intr, soft
it still waits
update :D :
I turn the NFS server down
Clients hang
reboot client
client cant see the NFS share, but at least it doesn't wai
What can I do, If the NFS server is rebooting/offline?
I mean the clients just wait and wait and wait...
I tried to set
timeo=5,retrans=2
mount options when mounting nfs in fstab on client side
Thank you for any tips
still no luck, clients are just waiting...
Can I set a timeout somewhere?
On Wed, May 13, 2009 at 11:23 PM, Michael Casey wrote:
> What can I do, If the NFS server is rebooting/offline?
> I mean the clients just wait and wait and wait...
>
> I tried to set
>
> timeo=5,retrans=2
>
> mount options
5 matches
Mail list logo