Lines Matching refs:rbd
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>
1237 if compile_prog "" "-lrbd -lrados" "rbd"; then
1547 if test "$rbd" = "yes" ; then