[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Performance problems with NFS under 2.4.20


Upgrading from 2.2.20, I'm seeing vastly increased network traffic,
and after poking around a bit, I find that all calls to open() on
files on NFS-mounted partitions generates one UDP packet.  Switching
on NFS debugging, and then saying

$ cat file
$ cat file

shows me this:

Jan 13 16:27:23 litos kernel: NFS: refresh_inode(b/876609548 ct=1 info=0x2)
Jan 13 16:27:23 litos kernel: nfs: read(//file, 4096 _at_ 0)
Jan 13 16:27:23 litos kernel: nfs: read(//file, 4096 _at_ 17)
Jan 13 16:27:23 litos kernel: nfs: flush(b/876609548)
Jan 13 16:27:23 litos kernel: NFS: dentry_delete(//file, 0)
Jan 13 16:27:24 litos kernel: NFS: refresh_inode(b/876609548 ct=1 info=0x2)
Jan 13 16:27:24 litos kernel: nfs: read(//file, 4096 _at_ 0)
Jan 13 16:27:24 litos kernel: nfs: read(//file, 4096 _at_ 17)
Jan 13 16:27:24 litos kernel: nfs: flush(b/876609548)
Jan 13 16:27:24 litos kernel: NFS: dentry_delete(//file, 0)

The partition is mounted with just

$ mount server:/db /db

Adding a "-o actimeo=100" makes no difference.

Is this supposed 1) to be this way, or 2) a bug, or 3) a
misconfiguration on my part?

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi _at_ gnus.org * Lars Magne Ingebrigtsen

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo _at_ vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


この情報があなたの探していたものかどうか選択してください。
yes/まさにこれだ!   no/違うなぁ   part/一部見つかった   try/これで試してみる

あなたが探していた情報はどのようなことか、ご自由に記入下さい。特に「まさにこれだ!」と言う場合は記入をお願いします。
例:「複数のマシンからCATV経由でipmasqueradeを利用してWebを参照したい場合の設定について」
Follow-Ups: