summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* v0.48.3argonautv0.48.3argonautGary Lowell2013-01-071-2/+2
|
* build: Add RPM release string generated from git describe.Gary Lowell2012-12-031-0/+6
| | | | | | | | | Fix for bug 3451. Use the commit count and sha1 from git describe to construct a release string for rpm packages. Conflicts: configure.ac
* v0.48.2argonautv0.48.2argonautSage Weil2012-09-191-1/+1
|
* v0.48.1argonautv0.48.1argonautSage Weil2012-08-131-1/+1
|
* v0.48argonautv0.48argonautSage Weil2012-07-021-1/+1
|
* Merge remote-tracking branch 'gh/stable' into nextSage Weil2012-06-211-1/+1
|\
| * v0.47.3v0.47.3Sage Weil2012-06-201-1/+1
| |
* | CrushTester: allow build without boost stuff for chi^2 testingSage Weil2012-06-031-0/+4
| | | | | | | | | | | | With limited functionality. Signed-off-by: Sage Weil <sage@inktank.com>
* | Merge branch 'stable'Sage Weil2012-05-231-1/+1
|\ \ | |/
| * v0.47.2v0.47.2Sage Weil2012-05-231-1/+1
| |
* | Merge branch 'stable'Josh Durgin2012-05-221-1/+1
|\ \ | |/
| * v0.47.1v0.47.1Sage Weil2012-05-211-1/+1
| |
* | Merge branch 'stable'Sage Weil2012-05-201-1/+1
|\ \ | |/ | | | | | | Conflicts: src/os/FileStore.cc
| * v0.47v0.47Sage Weil2012-05-201-1/+1
| |
* | remove gcephSage Weil2012-05-171-17/+0
|/ | | | Signed-off-by: Sage Weil <sage@inktank.com>
* rest-bench: build conditionallyYehuda Sadeh2012-05-041-0/+18
| | | | | | added configure --with-rest-bench, and configure --with-system-libs3 Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
* v0.46v0.46Sage Weil2012-04-301-1/+1
|
* v0.45v0.45Sage Weil2012-04-101-1/+1
|
* configure: --with-system-leveldbSage Weil2012-04-091-0/+11
| | | | | | Default to bundled leveldb. Optionally check. Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
* Merge remote branch 'gh/stable' into nextSage Weil2012-04-081-1/+1
|\
| * v0.44.2v0.44.2Sage Weil2012-04-051-1/+1
| |
* | configure: HAVE_FALLOCATE -> CEPH_HAVE_FALLOCATESage Weil2012-04-081-1/+1
| | | | | | | | | | | | | | | | /usr/include/linux/fs.h defines this on CentOS 5, even though it does not in fact compile. This stupid workaround avoids the problem. Reported-by: Nick Couchman <Nick.Couchman@seakr.com> Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
* | Merge branch 'stable'Sage Weil2012-03-271-1/+1
|\ \ | |/
| * v0.44.1v0.44.1Sage Weil2012-03-271-1/+1
| |
* | Merge branch 'stable'Sage Weil2012-03-211-1/+1
|\ \ | |/
| * v0.44v0.44Sage Weil2012-03-201-1/+1
| |
* | configure: fix warningsSage Weil2012-03-161-1/+1
| | | | | | | | | | | | Finally! Signed-off-by: Sage Weil <sage@newdream.net>
* | ceph-dencoder: don't use rgw types if configured without rgwYehuda Sadeh2012-03-131-0/+2
|/ | | | Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
* filestore: use FL_ALLOC_PUNCH_HOLE to zero, when availableSage Weil2012-03-081-0/+5
| | | | | | | | | | | | First try the FL_ALLOC_PUNCH_HOLE fallocate() flag. If we get EOPNOTSUPP, fall back to writing zeros. Check for fallocate(2) with configure. Also, avoid this if we are not Linux, since I'm not sure about the hard-coded FL_ALLOC_PUNCH_HOLE being correct on other platforms. Signed-off-by: Sage Weil <sage@newdream.net> Reviewed-by: Samuel Just <samuel.just@dreamhost.com>
* OCF resource agents: add rbdFlorian Haas2012-03-051-0/+1
| | | | | | | | | | | | | | | 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.
* Merge branch 'stable'Sage Weil2012-03-021-1/+1
|\
| * v0.43v0.43Sage Weil2012-03-021-1/+1
| |
* | Added LevelDBStoreSamuel Just2012-03-011-0/+1
|/ | | | Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
* v0.42.2v0.42.2Sage Weil2012-02-241-1/+1
|
* v0.42.1v0.42.1Sage Weil2012-02-231-1/+1
|
* v0.42v0.42Sage Weil2012-02-191-1/+1
|
* configure: add --without-libaio optionSage Weil2012-02-041-2/+13
| | | | | | | Use it by default; fail if it's not there. Unless --without-libaio is specified. Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
* filejournal: implement aio for writesSage Weil2012-02-041-0/+3
| | | | | | Implement aio for the journal writes. Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
* v0.41v0.41Sage Weil2012-01-271-1/+1
|
* v0.40v0.40Sage Weil2012-01-131-1/+1
|
* Makefile: Handle corner case of crypto++ correctlyKacper Kowalik (Xarthisius)2012-01-121-4/+14
| | | | | | i.e. use c++ while compiling, append to CRYPTO_LIBS instead of LIBS Signed-off-by: Kacper Kowalik (Xarthisius) <xarthisius@gentoo.org>
* Makefile: Use ACX_PTHREAD in configure.ac and resulting flags in src/Makefile.amKacper Kowalik (Xarthisius)2012-01-121-1/+2
| | | | | | instead of hardcoded flags Signed-off-by: Kacper Kowalik (Xarthisius) <xarthisius@gentoo.org>
* Add OCF-compliant resource agent for Ceph daemonsFlorian Haas2011-12-301-0/+8
| | | | | | | | | | | | 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>
* v0.39v0.39Sage Weil2011-12-021-1/+1
|
* use libuuid for fsidSage Weil2011-11-111-0/+1
| | | | Signed-off-by: Sage Weil <sage@newdream.net>
* Merge remote branch 'gh/stable'Sage Weil2011-11-101-1/+1
|\
| * v0.38v0.38Sage Weil2011-11-101-1/+1
| |
* | automake: enable 'make V=0'Sage Weil2011-11-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables silent mode for automake generated Makefiles, and silent mode is _off_ by default. Using V=0 the output is much easier to read when trying to find warnings: nwatkins@piha:~/Projects/ceph/ceph$ make -j8 V=0 make[3]: Entering directory `/users/nwatkins/Projects/ceph/ceph/src' CC locks.o CXX journal.o CXX Server.o CXX Mutation.o CXX MDCache.o CXX Locker.o CXX Migrator.o CXX MDBalancer.o CXX CDentry.o CXX CDir.o CXX CInode.o CXX LogEvent.o CXX MDSTable.o Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
* | Merge branch 'master' into wip-freebsdSage Weil2011-10-251-2/+5
|\ \ | |/
| * v0.37v0.37Sage Weil2011-10-171-1/+1
| |