Home | History | Annotate | Download | only in engines

Lines Matching refs:rbd

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",
342 log_info("rbd engine: RBD version: %d.%d.%d\n", major, minor, extra);
373 dprint(FD_IO, "rbd-engine: image size: %lu\n", info.size);
377 * The size of the RBD is set instead of a artificial file.
380 add_file(td, td->o.filename ? : "rbd", 0, 0);
388 * the size of the RBD.
427 .name = "rbd",