Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
-
9223372036854775807
Description
Since kernel commit v4.6-rc3-29-g6192269 there is a new ->iterate_shared() file operation for reading directories with a shared lock on the client. We should change over the llite client to use the ->iterate_shared() method to improve directory access concurrency on the client.
There is already a HAVE_ITERATE_SHARED configure check that can be used to detect support for this functionality.
Attachments
Issue Links
- is related to
-
LU-11832 ARM servers crashing on MDS startup
-
- Resolved
-
-
LU-12598 osd_ios_lf_fill() returns 0 on some error paths.
-
- Resolved
-
-
LU-11310 support for SLES 15
-
- Resolved
-
- is related to
-
LU-11044 ext4_dir_operations uses iterate_shared() in Linux 4.7
-
- Resolved
-
-
LU-10997 Ubuntu 18 support
-
- Resolved
-
-
LU-11200 Centos 8 arm64 server support
-
- Resolved
-
Activity
Fix Version/s | New: Lustre 2.13.0 [ 14290 ] |
Fix Version/s | New: Lustre 2.14.0 [ 14490 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Assignee | Original: WC Triage [ wc-triage ] | New: James A Simmons [ simmonsja ] |
Description |
Original:
Since kernel commit {{v4.6-rc3-29-g6192269}} there is a new {{->iterate_shared()}} file operation for reading directories with a shared lock on the client. We should change over the llite client to use the {{->iterate_shared()}} method to improve directory access concurrency on the client.
There is already a {{HAVE_ITERATE_SHARED}} configure check that can be used to detect support for this functionality. |
New:
Since kernel commit {{v4.6\-rc3\-29\-g6192269}} there is a new {{\->iterate\_shared()}} file operation for reading directories with a shared lock on the client. We should change over the llite client to use the {{\->iterate\_shared()}} method to improve directory access concurrency on the client.
There is already a {{HAVE\_ITERATE\_SHARED}} configure check that can be used to detect support for this functionality. |