== sanityn test 80b: Accessing directory during migration ========================================================== 18:04:03 (1713391443) start migration thread 27614 accessing the migrating directory for 5 minutes... touch file failed with 0 /home/green/git/lustre-release/lustre/tests/test-framework.sh: line 6694: 27614 Killed ( while true; do mdt_idx=$((RANDOM % MDSCOUNT)); $LFS migrate -m $mdt_idx $migrate_dir1 &>/dev/null || rc=$?; (( $rc != 0 && $rc != 16 )) || break; done ) (wd: ~)