]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Add OCF-compliant resource agent for Ceph daemons
authorFlorian Haas <florian@hastexo.com>
Thu, 29 Dec 2011 19:58:01 +0000 (20:58 +0100)
committerSage Weil <sage@newdream.net>
Fri, 30 Dec 2011 17:00:30 +0000 (09:00 -0800)
commit92cfad42030889d52911814faa717bebbd4dd22f
treec0e8ecda09c6d6fbb8c149835a46ea5ece24ed83
parent66170633ff4c90dc7b71ab2fd056b367980e3cfc
Add OCF-compliant resource agent for Ceph daemons

Add a wrapper around the ceph init script that makes
MDS, OSD and MON configurable as Open Cluster Framework
(OCF) compliant cluster resources. Allows Ceph
daemons to tie in with cluster resource managers that
support OCF, such as Pacemaker (http://www.clusterlabs.org).

Disabled by default, configure --with-ocf to enable.

Signed-off-by: Florian Haas <florian@hastexo.com>
configure.ac
src/Makefile.am
src/ocf/Makefile.am [new file with mode: 0644]
src/ocf/ceph.in [new file with mode: 0644]