Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Lustre 2.4.0
-
Single node client, 3 OSTs on one OSS
-
3
-
8790
Description
It appears that there are multiple create threads being started for each OST on an OSS that have duplicate names:
5927 root 20 0 0 0 0 S 13.4 0.0 7:14.03 ll_ost_create00 5928 root 20 0 0 0 0 S 13.1 0.0 6:56.52 ll_ost_create00 9212 root 20 0 0 0 0 R 12.1 0.0 7:52.05 ll_ost_create00 5929 root 20 0 0 0 0 S 6.9 0.0 3:59.30 ll_ost_create01 9216 root 20 0 0 0 0 S 6.9 0.0 3:45.86 ll_ost_create01 5930 root 20 0 0 0 0 S 6.2 0.0 3:45.33 ll_ost_create01
Attachments
Issue Links
- is duplicated by
-
LU-7458 Thread names truncated in sysrq-t output
-
- Resolved
-
Activity
Description |
Original:
It appears that there are multiple create threads being started for each OST on an OSS, rather than sharing the OSS service threads between all of the OSTs on the node: {noformat} 5927 root 20 0 0 0 0 S 13.4 0.0 7:14.03 ll_ost_create00 5928 root 20 0 0 0 0 S 13.1 0.0 6:56.52 ll_ost_create00 9212 root 20 0 0 0 0 R 12.1 0.0 7:52.05 ll_ost_create00 5929 root 20 0 0 0 0 S 6.9 0.0 3:59.30 ll_ost_create01 9216 root 20 0 0 0 0 S 6.9 0.0 3:45.86 ll_ost_create01 5930 root 20 0 0 0 0 S 6.2 0.0 3:45.33 ll_ost_create01 {noformat} Conversely, on 1.8 there is only a single set of create threads on the OSS regardless of the number of OSTs. |
New:
It appears that there are multiple create threads being started for each OST on an OSS that have duplicate names:
{noformat} 5927 root 20 0 0 0 0 S 13.4 0.0 7:14.03 ll_ost_create00 5928 root 20 0 0 0 0 S 13.1 0.0 6:56.52 ll_ost_create00 9212 root 20 0 0 0 0 R 12.1 0.0 7:52.05 ll_ost_create00 5929 root 20 0 0 0 0 S 6.9 0.0 3:59.30 ll_ost_create01 9216 root 20 0 0 0 0 S 6.9 0.0 3:45.86 ll_ost_create01 5930 root 20 0 0 0 0 S 6.2 0.0 3:45.33 ll_ost_create01 {noformat} |
Summary | Original: Extra create threads on the OST | New: Fix thread names to be unique within limit |
Assignee | Original: Alex Zhuravlev [ bzzz ] | New: WC Triage [ wc-triage ] |
Labels | New: easy |