Skip to content

Commit

Permalink
common/multipath-over-rdma: remove dir /tmp/fio-state-files
Browse files Browse the repository at this point in the history
Remove the /tmp/fio-state-files directory after fio finished

Signed-off-by: Yi Zhang <[email protected]>
[Shin'ichiro: fixed commit message typo]
Signed-off-by: Shin'ichiro Kawasaki <[email protected]>
  • Loading branch information
yizhanglinux authored and kawasaki committed Oct 9, 2024
1 parent 951ad82 commit 3e2e191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/multipath-over-rdma
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ run_fio() {
grep -q ', io=[0-9].*, run=[0-9]' "$output"
rc=$?
fi
rm -fr ${fio_aux_path}
echo "run_fio exit code: $rc" >>"$FULL"
return $rc
}
Expand Down

0 comments on commit 3e2e191

Please sign in to comment.