Details
-
Bug
-
Resolution: Fixed
-
Major
-
Lustre 2.12.2
-
3
-
9223372036854775807
Description
We discovered that on our systems with lustre mounted, the kworker is using signifficant amount of CPU.
perf top shows on an idle system:
39.44% [kernel] [k] osc_should_shrink_grant 12.14% [kernel] [k] osc_grant_work_handler 2.81% [kernel] [k] process_one_work 2.64% [kernel] [k] __queue_work 2.56% [kernel] [k] read_tsc
We currently have grant_shrink=0 on this system.
Looks like doing just du -hs /fs makes the problem go away for some time.
Also unmounting the filesystem makes the problem go away.
This is Centos 7.6 system with Lustre 2.12.0
Attachments
Issue Links
- is related to
-
LU-8708 Grant shrinking disabled all the time
- Resolved