Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.8.0
-
3
-
9223372036854775807
Description
File creates are not tracked on the MDS in the md_stats file:
# lctl set_param mdt.*.md_stats=clear mdt.lustre-MDT0000.md_stats=clear # touch /mnt/lustre/newfile1 # lctl get_param mdt.*.md_stats mdt.lustre-MDT0000.md_stats= snapshot_time 1463430465.508409 secs.usecs open 1 samples [reqs] close 1 samples [reqs] getattr 1 samples [reqs] setattr 1 samples [reqs] getxattr 1 samples [reqs] setxattr 1 samples [reqs]
If you call mknod() with S_IFREG to create a file, it is tracked as a mknod. Most file creates are from open with create intent.
Attachments
Issue Links
- is related to
-
LU-8335 Interop - b2_8<->master : sanity test_133a: The mknod counter on mds1 is wrong - expected 1
-
- Closed
-
Activity
Link | Original: This issue is related to JFC-17 [ JFC-17 ] |
Link | New: This issue is related to JFC-20 [ JFC-20 ] |
Link | Original: This issue is related to LDEV-341 [ LDEV-341 ] |
Link | New: This issue is related to LDEV-342 [ LDEV-342 ] |
Link | New: This issue is related to LDEV-341 [ LDEV-341 ] |
Link | Original: This issue is related to LDEV-243 [ LDEV-243 ] |
Link | New: This issue is related to LDEV-243 [ LDEV-243 ] |
Link | New: This issue is related to JFC-17 [ JFC-17 ] |
Fix Version/s | New: Lustre 2.9.0 [ 11891 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |