Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
9223372036854775807
Description
In general, there are some metadata performance regression with/without quota.
Now, Project quota introduced, it's time to measure metadata and improve metadata performance when quota is enabled.
Also, it seems upstream kernel has some performance optimizations for ext4 when quota enabled. It might be possible to get those optimization for Lustre.
I am sorry for commenting in the "resolved" issue.
This patch is not included in rhel7.5 builds - is it desired ?
# checking with sources from 3.10.0-862.9.1.el7 patched kernel SRPM [root@kernel-builder linux-3.10.0-862.9.1.el7]# patch -p1 < ext4-reduce-lock-contention-in-__ext4_new_inode.patch patching file fs/ext4/ialloc.c Hunk #1 succeeded at 698 (offset -5 lines). Hunk #2 FAILED at 840. Hunk #3 succeeded at 873 (offset -1 lines). 1 out of 3 hunks FAILED -- saving rejects to file fs/ext4/ialloc.c.rej [root@kernel-builder linux-3.10.0-862.9.1.el7]# patch -p1 < ext4-cleanup-goto-next-group.patch patching file fs/ext4/ialloc.c Hunk #1 succeeded at 815 (offset 40 lines). Hunk #2 succeeded at 838 (offset 40 lines).
I can't see these fixes in 7.5 kernel changelog