summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFlorian Haas <florian@hastexo.com>2012-03-04 00:40:55 +0100
committerFlorian Haas <florian@hastexo.com>2012-03-05 21:30:30 +0100
commitc31b86963ab3c51b5c6d17f6e3222fe164ef3ee9 (patch)
tree64865c7373732c44e5d38805cbb4fee421c4dddf /configure.ac
parent75cbed61e94a7974e40230360c6781d85f47576d (diff)
downloadceph-c31b86963ab3c51b5c6d17f6e3222fe164ef3ee9.tar.gz
OCF resource agents: add rbd
Add a resource agent for mapping, unmapping and monitoring RBD devices. Maps an RBD on start, unmaps it on stop. Checks "rbd showmapped" output for monitoring whether the device is mapped, thus does not rely on the ceph-rbdnamer udev magic to be enabled. This RA is cloneable and essentially allows people to use RBD devices as a drop-in replacement for - iSCSI devices, - host-based mirrored devices using md RAID-1, - DRBD devices in Pacemaker clusters.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c90fceb483f..515243d24c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -409,6 +409,7 @@ AC_CONFIG_FILES([Makefile
src/Makefile
src/ocf/Makefile
src/ocf/ceph
+ src/ocf/rbd
man/Makefile
ceph.spec])
AC_OUTPUT