axboe / fio

Flexible I/O Tester
GNU General Public License v2.0
5.01k stars 1.23k forks source link

iolog: fix disk stats issue #1736

Closed yygcode closed 3 months ago

yygcode commented 3 months ago

iolog: fix disk stats issue

In the iolog replay scenario, the disk util in the td structure is not initialized, resulting in the disk stats not being correctly updated.

Fixes: https://github.com/axboe/fio/issues/1735

Signed-off-by: Yong Gang yygcode@gmail.com

vincentkfu commented 3 months ago
yygcode commented 3 months ago
  • Please use your real name in the sign off: Signed-off-by: REAL NAME <yygcode@gmail.com>
  • Also you can include above the sign off a line with Fixes: Link-to-the-issue-you-filed
  • Finally, the first line of the commit message should omit [PATCH] and instead be something like iolog: fix disk stats issue

Thanks. All comments have been resolved.