Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-1506

Build correct DLM lock resources from objid

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.4.0
    • None
    • None
    • 3
    • 7791

    Description

      In osc_lock_build_rese () {

      if (0)

      { /* * In the perfect world of the future, where ost servers talk * idif-fids... */ fid_build_reg_res_name(fid, resname); }

      else

      { /* * In reality, where ost server expects ->lsm_object_id and * ->lsm_object_seq in rename. */ osc_build_res_name(obj->oo_oinfo->loi_id, obj->oo_oinfo->loi_seq, resname); }

      }
      It will break the FID_ON_OST, when old osc try to talk with new (FID on OST) server.

      Attachments

        Activity

          People

            di.wang Di Wang
            di.wang Di Wang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: