]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/librbd/fsx: don't use time() for seeding
authorIlya Dryomov <idryomov@gmail.com>
Wed, 19 Sep 2018 14:37:36 +0000 (16:37 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 1 Oct 2018 14:48:47 +0000 (16:48 +0200)
commit7374c73225daf45ffe5dc087e7873b4127a76f38
tree41a271c8bee3d202bc051e81ef7bf3804b8d896a
parent49f4614cc709217725b5a7a76df4ef943a7f5054
test/librbd/fsx: don't use time() for seeding

When starting multiple concurrent jobs with rbd_fsx task, all jobs get
the same seed.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
src/test/librbd/fsx.cc