]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tools/rados/rados.cc: Write to different destinations
authorJoaquim Rocha <joaquim.rocha@cern.ch>
Mon, 19 Oct 2015 13:31:45 +0000 (15:31 +0200)
committerJoaquim Rocha <joaquim.rocha@cern.ch>
Wed, 4 Nov 2015 12:57:42 +0000 (13:57 +0100)
commit7524e16f45a53ebdf48894498e040cfd3cc01a63
treed8e24bba92d3cf78adcb7683cf0d3b0cd8e33be5
parent3084406ac53aa77b0e6e9584ec0d619ba01f88c8
tools/rados/rados.cc: Write to different destinations

The write benchmark only writes the objects' contents, not the omap
nor the extended attributes, which is something also interesting to
measure depending on the cluster's configuration.

These changes add a way to specify where the contents should be
written, allowing to combine any of the destinations mentioned above.

Signed-off-by: Joaquim Rocha <joaquim.rocha@cern.ch>
src/tools/rados/rados.cc