== sanityn test 80b: Accessing directory during migration ========================================================== 18:56:11 (1717023371) start migration thread 28414 accessing the migrating directory for 5 minutes... touch file failed with 0 /home/green/git/lustre-release/lustre/tests/test-framework.sh: line 4261: 28414 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: ~)