verify: print message when verify_state_should_stop() returns false
authorShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Thu, 13 Feb 2025 05:25:08 +0000 (14:25 +0900)
committerJens Axboe <axboe@kernel.dk>
Thu, 13 Feb 2025 14:27:04 +0000 (07:27 -0700)
commitceb624e812ea20316532516f1422211fe6ea8bd3
treec5a9c5cb22ad2723c7180be81f485cb1e4b493fd
parent46559adef82f7d0a0712ac31b20d98fa6b0bd7af
verify: print message when verify_state_should_stop() returns false

When verify workloads with the verify_state_load option target an offset
that is not saved in the verify state file, verify_state_should_stop()
function returns false and it stops the verify workloads. This workloads
stop is made without providing a message to users, making it difficult
for them to understand why they stopped. Print a message to inform users
why the verify workloads stopped.

Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Link: https://lore.kernel.org/r/20250213052510.1474423-2-shinichiro.kawasaki@wdc.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
verify.c