Details
-
Bug
-
Resolution: Fixed
-
Critical
-
Lustre 2.7.0
-
3
-
14974
Description
In mdt_open_by_fid_lock() if rr_fid2 designates a remote object then we return -EREMOTE without taking a lock. Later in mdt_intent_reint() this will crash:
/* the open lock or the lock for cross-ref object should be * returned to the client */ if (rc == -EREMOTE || mdt_get_disposition(rep, DISP_OPEN_LOCK)) { LASSERT(lustre_handle_is_used(&lhc->mlh_reg_lh)); rep->lock_policy_res2 = 0; rc = mdt_intent_lock_replace(info, lockp, lhc, flags); RETURN(rc); }
Attachments
Issue Links
Activity
Remote Link | Original: This issue links to "Page (HPDD Community Wiki)" [ 14740 ] |
Remote Link | Original: This issue links to "Page (HPDD Community Wiki)" [ 14601 ] |
Remote Link | Original: This issue links to "Page (HPDD Community Wiki)" [ 14601 ] | New: This issue links to "Page (HPDD Community Wiki)" [ 14601 ] |
Remote Link | New: This issue links to "Page (HPDD Community Wiki)" [ 14740 ] |
Remote Link | New: This issue links to "Page (HPDD Community Wiki)" [ 14601 ] |
Link | Original: This issue is related to LDEV-14 [ LDEV-14 ] |
Link | New: This issue is related to LDEV-13 [ LDEV-13 ] |
Labels | Original: fault lu_st mdt | New: fault mdt |
Link | New: This issue is related to LDEV-14 [ LDEV-14 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |