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

syntax error in sanity.sh in cleanup_test32_mount

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.10.0
    • None
    • None
    • 3
    • 9223372036854775807

    Description

      cleanup_test32_mount() {
                 local rc=0
                 trap 0
                 local loopdev=$(losetup -a | grep $EXT2_DEV | sed -ne 's/:.*$/p')
                 $UMOUNT $DIR/$tdir/ext2-mountpoint || rc=$?
                 losetup -d $loopdev || true
                 rm -rf $DIR/$tdir/ext2-mountpoint
                 return $rc
      }
      
      # losetup -a | grep /tmp/SANITY.LOOP | sed -ne 's/:.*$/p'
      sed: unmatched '/'
      
      
      

      Attachments

        Activity

          [LU-9032] syntax error in sanity.sh in cleanup_test32_mount

          Landed to master

          dmiter Dmitry Eremin (Inactive) added a comment - Landed to master

          Oleg Drokin (oleg.drokin@intel.com) merged in patch https://review.whamcloud.com/24942/
          Subject: LU-9032 tests: syntax error in cleanup_test32_mount
          Project: fs/lustre-release
          Branch: master
          Current Patch Set:
          Commit: f03c8b1bb6ed317464257472e408b6fb6094fc61

          gerrit Gerrit Updater added a comment - Oleg Drokin (oleg.drokin@intel.com) merged in patch https://review.whamcloud.com/24942/ Subject: LU-9032 tests: syntax error in cleanup_test32_mount Project: fs/lustre-release Branch: master Current Patch Set: Commit: f03c8b1bb6ed317464257472e408b6fb6094fc61

          Dmitry Eremin (dmitry.eremin@intel.com) uploaded a new patch: https://review.whamcloud.com/24942
          Subject: LU-9032 tests: syntax error in cleanup_test32_mount
          Project: fs/lustre-release
          Branch: master
          Current Patch Set: 1
          Commit: 544af298ef2edf784627296e5bf0c86161506e5b

          gerrit Gerrit Updater added a comment - Dmitry Eremin (dmitry.eremin@intel.com) uploaded a new patch: https://review.whamcloud.com/24942 Subject: LU-9032 tests: syntax error in cleanup_test32_mount Project: fs/lustre-release Branch: master Current Patch Set: 1 Commit: 544af298ef2edf784627296e5bf0c86161506e5b

          People

            dmiter Dmitry Eremin (Inactive)
            dmiter Dmitry Eremin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: