Details
-
Bug
-
Resolution: Fixed
-
Major
-
Lustre 2.4.1, Lustre 2.5.0, Lustre 2.6.0
-
3
-
12013
Description
fid_is_on_ost should only return 1 or 0 to check whether the object is OST.
rc = osd_fld_lookup(info->oti_env, osd, fid_seq(fid), range); if (rc != 0) { CERROR("%s: can't lookup FLD sequence "LPX64 ": rc = %d\n", osd_name(osd), seq, rc); RETURN(rc); }
Fortunately, it only affects DNE run.