Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
13700
Description
in osd_declare_write_commit():
for (i = 0; i < npages; i++) { ...... dmu_tx_hold_write(oh->ot_tx, obj->oo_db->db_object, offset, size); space += osd_count_not_mapped(obj, offset, size); offset = lnb->lnb_file_offset; size = lnb->len; }
they should be lnb[i].lnb_file_offset and lnb[i].len.
Attachments
Activity
Fix Version/s | New: Lustre 2.6.0 [ 10595 ] | |
Fix Version/s | New: Lustre 2.5.2 [ 10645 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
patch is landed on master