On 2014-09-16 16:09, Robert Elliott wrote:
From: Robert Elliott <[email protected]>

Print io_u errors on one line and with one log_err command
to keep them from being interrupted by other prints

Old:
fio: io_u error on file /dev/sdt: Input/output error5.1MB/0KB/0KB /s]
[227K/0/0 iops] [eta 02d:10h:53m:36s]
      read offset=145442430976, buflen=4096
fio: io_u error on file /dev/sdt: Input/output error
      read offset=397760724992, buflen=4096

New:
fio: io_u error on file /dev/sdr: Input/output error: write 
offset=1532626153472, buflen=4096
fio: io_u error on file /dev/sdt: Input/output error: write 
offset=102684229632, buflen=4096

Thanks, applied.

--
Jens Axboe

--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to