]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Add support for storing RRD in Ceph through librados 582/head
authorSimon Boulet <simon@nostalgeek.com>
Thu, 29 Jan 2015 21:30:01 +0000 (16:30 -0500)
committerSimon Boulet <simon@nostalgeek.com>
Tue, 3 Feb 2015 18:07:01 +0000 (13:07 -0500)
commite0ec619bfa066e136afef5fd0969fcc94366f04c
tree3b7b8bf47a4c149e7afc137e6c6458273ba9a66d
parent2a9a0371bfd338cfeb4b48c80ace1cfece706447
Add support for storing RRD in Ceph through librados

This patch adds support for creating, updating and retrieving RRD files
on a Ceph cluster. It adds a ceph// prefix to RRD file name (similar to
sql// used by libdbi). It uses librados to talk natively to Ceph.
configure.ac
doc/Makefile.am
doc/rrdrados.pod [new file with mode: 0644]
src/Makefile.am
src/rrd.h
src/rrd_create.c
src/rrd_open.c
src/rrd_rados.c [new file with mode: 0644]
src/rrd_rados.h [new file with mode: 0644]
src/rrd_restore.c
src/rrd_update.c