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.
tried Lustre with that patch (on top of master ZFS):
before:
mdt 1 file 500000 dir 1 thr 1 create 21162.48 [ 18998.73, 22999.10]
after:
mdt 1 file 500000 dir 1 thr 1 create 18019.70 [ 15999.09, 19999.20]
osd-zfs/ was modified to ask for 1K dnodes, verified with zdb:
Object lvl iblk dblk dsize dnsize lsize %full type
10000 1 16K 512 0 1K 512 0.00 ZFS plain file
notice zero dsize meaning no spill was allocated.