Details
-
Bug
-
Resolution: Fixed
-
Minor
-
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.