All of lore.kernel.org
 help / color / mirror / Atom feed
* fio bug report
@ 2016-11-07 11:21 Denis Polom
  2016-11-08  7:25 ` Sitsofe Wheeler
  0 siblings, 1 reply; 3+ messages in thread
From: Denis Polom @ 2016-11-07 11:21 UTC (permalink / raw)
  To: fio

Hi

on version fio-2.13-1.25.x86_64 I found following bug:

when fio is executed with options to write to files (etc : 
--write_iops_log, --write_bw_log, --write_lat_log) it creates files with 
wrong value for one of the coordinates. So creating the graphs by 
gnuplot is not possible.

file context example:

341692, 0, 1, 1048576
342510, 0, 1, 1048576
343728, 0, 1, 1048576
344551, 0, 1, 1048576

In old fio version fio-2.8-1.34.x86_64 was everything fine:

339208, 86, 1, 1048576
340561, 26, 1, 1048576
341692, 54, 1, 1048576
342510, 72, 1, 1048576

Thank you

Denis



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: fio bug report
  2016-11-07 11:21 fio bug report Denis Polom
@ 2016-11-08  7:25 ` Sitsofe Wheeler
  2016-11-10  6:22   ` Denis Polom
  0 siblings, 1 reply; 3+ messages in thread
From: Sitsofe Wheeler @ 2016-11-08  7:25 UTC (permalink / raw)
  To: Denis Polom; +Cc: fio

Hi,

On 7 November 2016 at 11:21, Denis Polom <dpolom@suse.de> wrote:
>
> on version fio-2.13-1.25.x86_64 I found following bug:
>
> when fio is executed with options to write to files (etc : --write_iops_log,
> --write_bw_log, --write_lat_log) it creates files with wrong value for one
> of the coordinates. So creating the graphs by gnuplot is not possible.
>
> file context example:
>
> 341692, 0, 1, 1048576
> 342510, 0, 1, 1048576
> 343728, 0, 1, 1048576
> 344551, 0, 1, 1048576
>
> In old fio version fio-2.8-1.34.x86_64 was everything fine:
>
> 339208, 86, 1, 1048576
> 340561, 26, 1, 1048576
> 341692, 54, 1, 1048576
> 342510, 72, 1, 1048576

Could you include a minimal job file that reproduced the problem?
Further do you think it's possible to bisect down to the fio release
that introduced the issue?

-- 
Sitsofe | http://sucs.org/~sits/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: fio bug report
  2016-11-08  7:25 ` Sitsofe Wheeler
@ 2016-11-10  6:22   ` Denis Polom
  0 siblings, 0 replies; 3+ messages in thread
From: Denis Polom @ 2016-11-10  6:22 UTC (permalink / raw)
  To: Sitsofe Wheeler; +Cc: fio

Hi

command:

pdsh -f 3 -R ssh -w ceph@artemis,callisto,demeter sudo /usr/bin/fio 
--ioengine=rbd --clientname=admin --pool=cbt-librbdfio 
--rbdname=cbt-librbdfio-`hostname -s`-0 --invalidate=0 --rw=read 
--runtime=600 --ramp_time=None --numjobs=1 --direct=1 --bs=4194304B 
--iodepth=64 --end_fsync=0 
--write_iops_log=/tmp/cbt/00000000/LibrbdFio/osd_ra-00004096/op_size-04194304/concurrent_procs-003/iodepth-064/read/output.0 
--write_bw_log=/tmp/cbt/00000000/LibrbdFio/osd_ra-00004096/op_size-04194304/concurrent_procs-003/iodepth-064/read/output.0 
--write_lat_log=/tmp/cbt/00000000/LibrbdFio/osd_ra-00004096/op_size-04194304/concurrent_procs-003/iodepth-064/read/output.0 
--name=librbdfio-`hostname -s`-0  > 
/tmp/cbt/00000000/LibrbdFio/osd_ra-00004096/op_size-04194304/concurrent_procs-003/iodepth-064/read/output.0


Yes it is possible to bisect down to fio release that makes a problem.

Thank you

dp


On 11/08/2016 08:25 AM, Sitsofe Wheeler wrote:
> Hi,
>
> On 7 November 2016 at 11:21, Denis Polom <dpolom@suse.de> wrote:
>> on version fio-2.13-1.25.x86_64 I found following bug:
>>
>> when fio is executed with options to write to files (etc : --write_iops_log,
>> --write_bw_log, --write_lat_log) it creates files with wrong value for one
>> of the coordinates. So creating the graphs by gnuplot is not possible.
>>
>> file context example:
>>
>> 341692, 0, 1, 1048576
>> 342510, 0, 1, 1048576
>> 343728, 0, 1, 1048576
>> 344551, 0, 1, 1048576
>>
>> In old fio version fio-2.8-1.34.x86_64 was everything fine:
>>
>> 339208, 86, 1, 1048576
>> 340561, 26, 1, 1048576
>> 341692, 54, 1, 1048576
>> 342510, 72, 1, 1048576
> Could you include a minimal job file that reproduced the problem?
> Further do you think it's possible to bisect down to the fio release
> that introduced the issue?
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-11-10  6:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-07 11:21 fio bug report Denis Polom
2016-11-08  7:25 ` Sitsofe Wheeler
2016-11-10  6:22   ` Denis Polom

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.