Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
9223372036854775807
Description
Unlanded patches exist in upstream ZFS to increase the dnode size which need to be evaluated for their impact (hopefully improvement) for Lustre metadata performance on ZFS MDTs:
Attachments
Issue Links
- is blocking
-
LU-7895 zfs metadata performance improvements
-
- Resolved
-
- is duplicated by
-
LU-8424 osd_object.c:1330:22: error: 'DN_MAX_BONUSLEN' undeclared (first use in this function) DMU_OT_SA, DN_MAX_BONUSLEN, tx);
-
- Resolved
-
- is related to
-
LU-8124 MDT zpool capacity consumed at greater rate than inode allocation
-
- Resolved
-
- is related to
-
LU-6483 Add xattrset to mdsrate
-
- Resolved
-
- mentioned in
-
Page No Confluence page found with the given URL.
Ned refreshed the patch to address that performance issue and now it's doing much better.
first of all, now I'm able to complete some tests where I was getting OOM (because of huge memory consumption by 8K spill, I guess).
now it makes sense to benchmark on a real storage as amount of IO with this patch is few times less:
1K vs (512byte dnode + 8K spill) per dnode OR 976MB vs 8300MB per 1M dnodes.