[LU-14194] add mdc/mdd related checksum parameter files Created: 07/Dec/20 Updated: 22/Jan/21 Resolved: 18/Jan/21 |
|
| Status: | Resolved |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Lustre 2.14.0 |
| Type: | Improvement | Priority: | Minor |
| Reporter: | Andreas Dilger | Assignee: | Mikhail Pershin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||
| Rank (Obsolete): | 9223372036854775807 | ||||
| Description |
|
It appears that there are no "mdc.*.checksums,.checksum_type,.checksum_dump" parameters for MDC devices on the client. There are also no "mdd.*.checksum_t10pi_enforce,.checksum_dump" parameter on the MDS. However, looking at the "mdc.*.import" file shows a "cksum_type:" line, so it appears that the MDC and MDS are correctly negotiating the data checksum types: # lctl get_param *.*.import | egrep "c-f.*=|cksum_types:"
mdc.testfs-MDT0000-mdc-ffff8b4c8502f000.import=
cksum_types: 0xf7
mdc.testfs-MDT0001-mdc-ffff8b4c8502f000.import=
cksum_types: 0xf7
osc.testfs-OST0000-osc-ffff8b4c8502f000.import=
cksum_types: 0xf7
osc.testfs-OST0001-osc-ffff8b4c8502f000.import=
cksum_types: 0xf7
osc.testfs-OST0002-osc-ffff8b4c8502f000.import=
cksum_types: 0xf7
osc.testfs-OST0003-osc-ffff8b4c8502f000.import=
cksum_types: 0xf7
|
| Comments |
| Comment by Gerrit Updater [ 15/Dec/20 ] |
|
Mike Pershin (mpershin@whamcloud.com) uploaded a new patch: https://review.whamcloud.com/40971 |
| Comment by Gerrit Updater [ 18/Jan/21 ] |
|
Oleg Drokin (green@whamcloud.com) merged in patch https://review.whamcloud.com/40971/ |
| Comment by Peter Jones [ 18/Jan/21 ] |
|
Landed for 2.14 |