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

replay-single test_40: remove no longer actual test

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.16.0
    • Lustre 2.15.0
    • None
    • 3
    • 9223372036854775807

    Description

      test_40(){
              # always need connection to MDS to verify layout during IO. LU-2628.
              lctl get_param mdc.*.connect_flags | grep -q layout_lock &&
                      skip "layout_lock needs MDS connection for IO" && return 0
      

      should be:

              # always need connection to MDS to verify layout during IO. LU-2628.
              lctl get_param mdc.*.connect_flags | grep -q layout_lock ||
                      skip "layout_lock needs MDS connection for IO"
      

      Attachments

        Activity

          People

            egryaznova Elena Gryaznova
            egryaznova Elena Gryaznova
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: