X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.1;h=89cbb820f1a9196700694127427815922cf55809;hb=ca09be4b1a8e97f0bca5cfbddb399899cf561eaa;hp=82868a8e75af5451888cbce2f2e6d7813e6c8a0b;hpb=b37d19b50ceab74c3947dd1685616e21b8638c95;p=fio.git diff --git a/fio.1 b/fio.1 index 82868a8e..89cbb820 100644 --- a/fio.1 +++ b/fio.1 @@ -1173,6 +1173,17 @@ Trim this number of IO blocks. .BI experimental_verify \fR=\fPbool Enable experimental verification. .TP +.BI verify_state_save \fR=\fPbool +When a job exits during the write phase of a verify workload, save its +current state. This allows fio to replay up until that point, if the +verify state is loaded for the verify read phase. +.TP +.BI verify_state_load \fR=\fPbool +If a verify termination trigger was used, fio stores the current write +state of each thread. This can be used at verification time so that fio +knows how far it should verify. Without this information, fio will run +a full verification pass, according to the settings in the job file used. +.TP .B stonewall "\fR,\fP wait_for_previous" Wait for preceding jobs in the job file to exit before starting this one. \fBstonewall\fR implies \fBnew_group\fR.