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

VM_WRITE should not trigger layout write

XMLWordPrintable

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

      VM area marked with VM_WRITE means that pages may be written, but mmap page write may ne ver happen.
      It should delay layout write until the actual modification on the file happen in ->page_mkwrite().
      Otherwise, it will trigger panic for PCC-RO sanity-pcc test_21f().

      Fixes: f2d1c4ee4 ("LU-14647 flr: mmap write/punch does not stale other mirrors")

            qian_wc Qian Yingjin
            qian_wc Qian Yingjin
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: