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

lod_declare_update_extents()) ASSERTION( start_index == 0 && max_comp == lo->ldo_comp_cnt )

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • None
    • None
    • 3
    • 9223372036854775807

    Description

      A crash happens on

      kernel: LustreError: 3330576:0:lod_object.c:7227:lod_declare_update_extents() ) ASSERTION( start_index == 0 && max_comp == lo->ldo_comp_cnt ) failed:                               
      kernel: LustreError: 3330576:0:(lod_object.c:7227:lod_declare_update_extents()  ) LBUG
      

      The lod::ldo_flr_state is only meaningful for composite layout, while a plain file could get into lod_declare_update_plain()->lod_declare_update_extents() and bump into this assertion.

      Attachments

        Activity

          [LU-18592] lod_declare_update_extents()) ASSERTION( start_index == 0 && max_comp == lo->ldo_comp_cnt )

          "Zhenyu Xu <bobijam@hotmail.com>" uploaded a new patch: https://review.whamcloud.com/c/fs/lustre-release/+/57572
          Subject: LU-18592 lod: FLR state only meaningful for composite layout
          Project: fs/lustre-release
          Branch: master
          Current Patch Set: 1
          Commit: 6b4ba0aaf42fc082944319026980e1b836dc7ff1

          gerrit Gerrit Updater added a comment - "Zhenyu Xu <bobijam@hotmail.com>" uploaded a new patch: https://review.whamcloud.com/c/fs/lustre-release/+/57572 Subject: LU-18592 lod: FLR state only meaningful for composite layout Project: fs/lustre-release Branch: master Current Patch Set: 1 Commit: 6b4ba0aaf42fc082944319026980e1b836dc7ff1
          bobijam Zhenyu Xu added a comment - - edited

          Plus lod_declare_update_extents() would modify lod's layout, it needs lod_layout_mutex's protection for consistency.

          bobijam Zhenyu Xu added a comment - - edited Plus lod_declare_update_extents() would modify lod's layout, it needs lod_layout_mutex's protection for consistency.

          People

            bobijam Zhenyu Xu
            bobijam Zhenyu Xu
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: