Details
-
Bug
-
Resolution: Fixed
-
Critical
-
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
Fix Version/s | New: Lustre 2.9.0 [ 11891 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Priority | Original: Major [ 3 ] | New: Critical [ 2 ] |
Priority | Original: Minor [ 4 ] | New: Major [ 3 ] |
Labels | New: patch |
landed to master for 2.9.0