Skip to content

Commit

Permalink
Revert "bluestore/fio: Fixed problem with all objects having the same…
Browse files Browse the repository at this point in the history
… hash"

This reverts commit 0eb5359.
  • Loading branch information
rzarzynski committed Oct 17, 2017
1 parent ac643bc commit 75fba81
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/fio/fio_ceph_objectstore.cc
Expand Up @@ -179,9 +179,7 @@ struct Object {
Collection& coll;

Object(const char* name, Collection& coll)
: oid(hobject_t(name, "", CEPH_NOSNAP,
ceph_str_hash(CEPH_STR_HASH_RJENKINS, name, strlen(name)),
coll.pg.pool(), "")),
: oid(hobject_t(name, "", CEPH_NOSNAP, coll.pg.ps(), coll.pg.pool(), "")),
coll(coll) {}
};

Expand Down

0 comments on commit 75fba81

Please sign in to comment.