NFS noac 不強制同步

NFS noac 不強制同步

我正在運行一個叢集。主目錄使用 NFS 掛載。

集群上報錯如下:

node-a$ ssh node-b touch /home/user/testFile && rm /home/user/testFile
rm: cannot remove `/home/user/testFile': No such file or directory

但是,以下工作有效:

node-a$ ssh node-b touch /home/user/testFile && ls /home/user && rm /home/user/

我已經啟動了安裝選項sync,noac。這可能是 Linux 核心(位於2.6.33.1該叢集系統上)或提供 NFS 共用的 NAS 嵌入式 Linux 中的錯誤嗎?

答案1

顯然,這是 NAS 設備韌體版本中的3.1.14.995 2011-09-09 15:35錯誤Iomega StorCenter px4-300r。對於另一個 NFS 伺服器,這可以正常工作。

繼續走吧,這裡沒什麼好看的…

相關內容