CEPH filesystem development
 help / color / mirror / Atom feed
* ceph / rocksdb
@ 2016-02-24  6:05 Marcus Watts
  2016-02-24 17:58 ` Ken Dreyer
  0 siblings, 1 reply; 10+ messages in thread
From: Marcus Watts @ 2016-02-24  6:05 UTC (permalink / raw)
  To: ceph-devel

So, about that rocksdb thing.

Rocksdb ships with 2 build systems:
	cmake		- windows only
	make based	- everything else

The makefile is very "retro".  Um.  Let's just leave it there.

The cmake part was more interesting; the main problem it had
was it was *way* too windows specific.  Which is actually kinda
hard to do, since that's just what cmake wasn't supposed to be.

Building rocksdb (-g) takes about 1g of build tree space,
and running "make check" on it takes about half an hour.
I really don't want to slow down my ceph builds this way,
so rather than make rocksdb with the rest of ceph, I would
much rather it be packaged / installed separately.

So I put together:
a set of changes to build rocksdb with cmake on linux
an rpm .spec file to build it for fedora.

Rpms (source & amd64) can be found here:
	http://people.redhat.com/mwatts/rocksdb/
and a git repo with the cmake changes here,
	https://github.com/mdw-at-linuxbox/rocksdb

The cmake parts could certainly still use more work; I haven't
tested this and it will probably need changes on anything other
than x86_64, such as certainly any non-gcc/non-linux platform.

					-Marcus Watts

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-06-06 12:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-24  6:05 ceph / rocksdb Marcus Watts
2016-02-24 17:58 ` Ken Dreyer
2016-02-24 18:04   ` Allen Samuels
2016-02-24 18:06   ` Sage Weil
2016-02-25  8:15     ` Marcus Watts
2016-02-25 20:21   ` Nathan Cutler
2016-06-06 10:05     ` Willem Jan Withagen
2016-06-06 10:43       ` Nathan Cutler
2016-06-06 12:26       ` Sage Weil
2016-06-06 12:29         ` Willem Jan Withagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox