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

sanity-hsm.sh can erase all files on filesystem

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • Lustre 2.9.0
    • Lustre 2.8.0
    • 3
    • 9223372036854775807

    Description

      copytool_setup() {
              local facet=${1:-$SINGLEAGT}
              local lustre_mntpnt=${2:-$MOUNT}
              local arc_id=$3
              local hsm_root=${4:-$(copytool_device $facet)}
              local agent=$(facet_active_host $facet)
      
              if [[ -z "$arc_id" ]] &&
                      do_facet $facet "pkill -CONT -x $HSMTOOL_BASE"; then
                              echo "Wakeup copytool $facet on $agent"
                              return 0
              fi
      
              if $HSM_ARCHIVE_PURGE; then
                      echo "Purging archive on $agent"
                      do_facet $facet "rm -rf $hsm_root/*"
              fi
      

      If the $hsm_root variable is not defined, rm -rf /* command will be executed.

      Easy way to reproduce (please, be careful!!! files on mounted shares will be deleted as well as on cluster node!)

      SINGLEAGT=client sh sanity-hsm.sh

      Attachments

        Activity

          [LU-7110] sanity-hsm.sh can erase all files on filesystem
          jgmitter Joseph Gmitter (Inactive) made changes -
          Fix Version/s New: Lustre 2.9.0 [ 11891 ]
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]

          landed to master for 2.9.0

          jgmitter Joseph Gmitter (Inactive) added a comment - landed to master for 2.9.0

          Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/16291/
          Subject: LU-7110 tests: sanity-hsm.sh can erase all files on filesystem
          Project: fs/lustre-release
          Branch: master
          Current Patch Set:
          Commit: 5764a8ce591e7f62cad2ee95b7041c115a1cd0f6

          gerrit Gerrit Updater added a comment - Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/16291/ Subject: LU-7110 tests: sanity-hsm.sh can erase all files on filesystem Project: fs/lustre-release Branch: master Current Patch Set: Commit: 5764a8ce591e7f62cad2ee95b7041c115a1cd0f6
          adilger Andreas Dilger made changes -
          Priority Original: Major [ 3 ] New: Critical [ 2 ]
          jgmitter Joseph Gmitter (Inactive) made changes -
          Priority Original: Minor [ 4 ] New: Major [ 3 ]
          pjones Peter Jones made changes -
          Labels New: patch

          Parinay Kondekar (parinay.kondekar@seagate.com) uploaded a new patch: http://review.whamcloud.com/16291
          Subject: LU-7110 sanity-hsm.sh can erase all files on filesystem
          Project: fs/lustre-release
          Branch: master
          Current Patch Set: 1
          Commit: 817c648fceb4903904d64e0751602eae4ee1f94d

          gerrit Gerrit Updater added a comment - Parinay Kondekar (parinay.kondekar@seagate.com) uploaded a new patch: http://review.whamcloud.com/16291 Subject: LU-7110 sanity-hsm.sh can erase all files on filesystem Project: fs/lustre-release Branch: master Current Patch Set: 1 Commit: 817c648fceb4903904d64e0751602eae4ee1f94d
          parinay parinay v kondekar (Inactive) created issue -

          People

            wc-triage WC Triage
            parinay parinay v kondekar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: