OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 agains 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/
configure
1125
# check for
rbd
1126
rbd
="no"
1128
#include <
rbd
/librbd.h>
1135
const char pool[] = "
rbd
";
1144
if compile_prog "" "-lrbd -lrados" "
rbd
"; then
1146
rbd
="yes"
1148
echo "Rados Block Device engine $
rbd
"
1319
if test "$
rbd
" = "yes" ; then
Makefile
80
SOURCE += engines/
rbd
.c
/external/fio/engines/
rbd.c
2
*
rbd
engine
8
#include <
rbd
/librbd.h>
34
.lname = "
rbd
engine rbdname",
36
.help = "
RBD
name for
RBD
engine",
43
.lname = "
rbd
engine pool",
45
.help = "Name of the pool hosting the
RBD
for the
RBD
engine",
52
.lname = "
rbd
engine clientname",
54
.help = "Name of the ceph client to access the
RBD
for the RBD engine"
[
all
...]
Completed in 194 milliseconds