All of lore.kernel.org
 help / color / mirror / Atom feed
* engine rbd broken after commit 2466096336bd0fbc1a94811aa338926af6baf42f
@ 2016-01-08 11:15 Jens Rosenboom
  2016-01-11 11:09 ` Jens Rosenboom
  0 siblings, 1 reply; 5+ messages in thread
From: Jens Rosenboom @ 2016-01-08 11:15 UTC (permalink / raw)
  To: fio

When running fio-2.3 with the rbd engine, the tests themselves run
fine, but instead of the results being printed, I get:

fio: mutex.c:163: fio_mutex_down: Assertion `mutex->magic ==
0x4d555445U' failed.

The command I am using is

fio --ioengine=rbd --clientname=admin --pool=test --rbdname=test1
--rw=randwrite --runtime=10 --ramp_time=None --numjobs=1 --direct=1
--bs=1048576B --iodepth=64 --name=test1

If I instead use another engine, everything is fine, e.g.:

fio --ioengine=libaio --filename=/dev/sdb1 --rw=randwrite --runtime=10
--ramp_time=None --numjobs=1 --direct=1 --bs=1048576B --iodepth=64
--name=test1

Going back to fio-2.2.13 makes the error go away and running a git
bisect leads to the commit mentioned in the subject as the culprit,
the error turns into a Segmentation Fault at that point, though.

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

end of thread, other threads:[~2016-01-14  8:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-08 11:15 engine rbd broken after commit 2466096336bd0fbc1a94811aa338926af6baf42f Jens Rosenboom
2016-01-11 11:09 ` Jens Rosenboom
2016-01-11 14:03   ` Jens Rosenboom
2016-01-13 16:36     ` Jens Axboe
2016-01-14  8:54       ` Jens Rosenboom

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.