Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.0.0, Lustre 2.1.0, Lustre 2.2.0, Lustre 2.3.0, Lustre 2.1.1, Lustre 2.1.2
-
None
-
3
-
4638
Description
The MDT getattr statistic in procfs is not incremented when clients perform stat operations on files. For example,
$ echo clear | sudo tee /proc/fs/lustre/mdt/lustre-MDT0000/md_stats
clear
$ grep getattr /proc/fs/lustre/mdt/lustre-MDT0000/md_stats
$ sudo touch /mnt/lustre/test
$ ls -l /mnt/lustre/test
rw-rr- 1 root root 0 Apr 12 17:42 /mnt/lustre/test
$ grep getattr /proc/fs/lustre/mdt/lustre-MDT0000/md_stats
$
Should getattr get incremented in this case?
Attachments
Issue Links
- Trackbacks
-
Changelog 2.1 Changes from version 2.1.1 to version 2.1.2 Server support for kernels: 2.6.18308.4.1.el5 (RHEL5) 2.6.32220.17.1.el6 (RHEL6) Client support for unpatched kernels: 2.6.18308.4.1.el5 (RHEL5) 2.6.32220.17.1....