HomeSort by relevance Sort by last modified time
    Searched refs:rbd (Results 1 - 4 of 4) sorted by null

  /external/fio/examples/
rbd.fio 2 # Example test for the RBD engine.
4 # Runs a 4k random write test against a RBD via librbd
6 # NOTE: Make sure you have either a RBD named 'fio_test' or change
14 ioengine=rbd
16 pool=rbd
  /external/fio/engines/
rbd.c 2 * rbd engine
8 #include <rbd/librbd.h>
38 .lname = "rbd engine rbdname",
40 .help = "RBD name for RBD engine",
47 .lname = "rbd engine pool",
49 .help = "Name of the pool hosting the RBD for the RBD engine",
56 .lname = "rbd engine clientname",
58 .help = "Name of the ceph client to access the RBD for the RBD engine"
81 struct rbd_data *rbd; local
110 struct rbd_data *rbd = td->io_ops->data; local
200 struct rbd_data *rbd = td->io_ops->data; local
256 struct rbd_data *rbd = td->io_ops->data; local
335 struct rbd_data *rbd = td->io_ops->data; local
413 struct rbd_data *rbd = td->io_ops->data; local
427 struct rbd_data *rbd = NULL; local
500 struct rbd_data *rbd = td->io_ops->data; local
    [all...]
  /external/fio/
configure 162 --disable-rbd) disable_rbd="yes"
1198 # check for rbd
1199 rbd="no"
1201 #include <rbd/librbd.h>
1208 const char pool[] = "rbd";
1217 if test "$disable_rbd" != "yes" && compile_prog "" "-lrbd -lrados" "rbd"; then
1219 rbd="yes"
1221 echo "Rados Block Device engine $rbd"
1226 if test "$rbd" = "yes"; then
1228 #include <rbd/librbd.h
    [all...]
Makefile 88 SOURCE += engines/rbd.c

Completed in 8621 milliseconds