mount -t nfs -o soft,retry=1,timeo=10,intr 192.168.9.27:/mnt/vm /mnt/nfs-vm
可以让NFS client在连接不到NFS server的时候,返回一个错误信息,不会block住
timeo/10 + 2*timeo/10, 由于retry=1,表示只重试一次,其超时值为3秒,其中timeo单位为0.1秒) intr 允许用户中断被阻塞的操作(并且让它们返回一条出错消息)。
posted on 2015-08-12 13:31 梦里衍春 阅读(258) 评论(0) 编辑 收藏 举报
Powered by: 博客园 Copyright © 2024 梦里衍春 Powered by .NET 9.0 on Kubernetes