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

lmv does not propagate read page errors for striped directories

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • Lustre 2.11.0
    • 3
    • 9223372036854775807

      As noted in LU-9857, stripe_dirent_next() does not propagate errors from mdc_read_page() and lmv_direct_next() ignores the return value of stripe_dirent_next().

      # lfs mkdir -c4 d0
      # touch d0/f{0..7}
      # lctl set_param fail_loc=0x80000105 # OBD_FAIL_MDS_READPAGE_PACK
      fail_loc=0x80000105
      # ls d0
      f0  f2  f3  f4  f6  f7
      # echo $?
      0
      

            laisiyao Lai Siyao
            jhammond John Hammond
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: