Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 338008 - sys-cluster/ceph (new package)
Summary: sys-cluster/ceph (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Cluster Team
URL: http://ceph.newdream.net/
Whiteboard: [sci overlay]
Keywords: EBUILD, InOverlay
Depends on:
Blocks:
 
Reported: 2010-09-19 08:57 UTC by Mike Kazantsev
Modified: 2010-12-07 18:25 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ceph 0.21.2 ebuild (ceph-0.21.2.ebuild,1.38 KB, text/plain)
2010-09-19 08:57 UTC, Mike Kazantsev
Details
ceph.initd (ceph.initd,400 bytes, text/plain)
2010-09-19 08:58 UTC, Mike Kazantsev
Details
ceph.confd (ceph.confd,225 bytes, text/plain)
2010-09-19 08:58 UTC, Mike Kazantsev
Details
ceph live ebuild (unstable branch) (ceph-0.21.9999.ebuild,1.42 KB, text/plain)
2010-09-19 08:59 UTC, Mike Kazantsev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Kazantsev 2010-09-19 08:57:16 UTC
Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability.
More information: http://ceph.newdream.net/about/

It's definitely not ready for production use yet, but is very promising.


Reproducible: Always

Steps to Reproduce:
Comment 1 Mike Kazantsev 2010-09-19 08:57:53 UTC
Created attachment 247959 [details]
ceph 0.21.2 ebuild
Comment 2 Mike Kazantsev 2010-09-19 08:58:08 UTC
Created attachment 247961 [details]
ceph.initd
Comment 3 Mike Kazantsev 2010-09-19 08:58:26 UTC
Created attachment 247963 [details]
ceph.confd
Comment 4 Mike Kazantsev 2010-09-19 08:59:46 UTC
Created attachment 247964 [details]
ceph live ebuild (unstable branch)
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2010-09-19 09:43:28 UTC
Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Thanks,
On behalf of the Gentoo Sunrise Team,
Michał.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 6 Alexey Shvetsov archtester gentoo-dev 2010-10-09 16:54:13 UTC
Actualy there were already ceph ebuild in science overlay =)
but thank you for initscripts =)

After testing i'll add it to tree under sys-cluster/ceph
Comment 7 Marcin Mirosław 2010-11-02 22:06:42 UTC
You put in DEPEND many packages, i'm wondering is they trully needed? I mean:
sys-devel/libtool - this is part @system set, can be dropped
dev-vcs/git - this isn't live ebuild
dev-lang/perl - i can't find any perl script nor perl module
sys-libs/gdbm - no bin is linking to gdbm
radosgw? ( dev-libs/fcgi dev-libs/expat ) - does expat is really needed? i can't find any binary linked to it
sys-fs/btrfs-progs - the same, ceph doesn't link to btrfs, and can work without it.
Thanks.
Comment 8 Marcin Mirosław 2010-11-02 22:42:31 UTC
If there is no patching, eautoreconf isn't needed, econf doesn't need "||die". Ceph is still experimental filesystem, maybe USE flag "debug" would be usefull?
Comment 9 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-11-03 09:59:05 UTC
(In reply to comment #7)
> You put in DEPEND many packages, i'm wondering is they trully needed? I mean:
> sys-devel/libtool - this is part @system set, can be dropped
dropped
> dev-vcs/git - this isn't live ebuild
I haven't found it in overlay's version
> dev-lang/perl - i can't find any perl script nor perl module
> sys-libs/gdbm - no bin is linking to gdbm
dropped (those were specified in ceph.desc as required to build )
> radosgw? ( dev-libs/fcgi dev-libs/expat ) - does expat is really needed? 
both are needed:
janus02 ~ # qlist sys-cluster/ceph  | xargs scanelf -L -n -q -F '%n #F' | tr , ' ' | xargs qfile -C | sort -u
dev-libs/expat (/usr/lib/libexpat.so.1)
dev-libs/fcgi (/usr/lib/libfcgi.so.0)
dev-libs/libedit (/lib/libedit.so.0)
dev-libs/openssl (/usr/lib/libcrypto.so.1.0.0)
sys-cluster/ceph (/usr/lib/libcrush.so.1)
sys-cluster/ceph (/usr/lib/librados.so.1)
sys-fs/fuse (/usr/lib/libfuse.so.2)
> sys-fs/btrfs-progs - the same, ceph doesn't link to btrfs, and can work without it.
scripts use them, cannot be made optional, so I left it as RDEP

(In reply to comment #8)
> If there is no patching, eautoreconf isn't needed, econf doesn't need "||die".
> Ceph is still experimental filesystem, maybe USE flag "debug" would be usefull?
All done, unfortunately eautoreconf is necessary now ;)

Comment 10 Marcin Mirosław 2010-11-03 10:47:01 UTC
Great:) Maybe could you bump version to 0.22.2?
Comment 11 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-11-03 11:21:25 UTC
(In reply to comment #10)
> Great:) Maybe could you bump version to 0.22.2?
Ehh, should have checked that before patching 0.22... Thanks!
+*ceph-0.22.2 (03 Nov 2010)
+
+  03 Nov 2010; Kacper Kowalik <xarthisius@gentoo.org> -ceph-0.22-r1.ebuild,
+  +ceph-0.22.2.ebuild, +files/ceph-0.22.2-asneeded.patch,
+  -files/ceph-0.22-asneeded.patch:
+  Version bump. Thanks to Marcin Mirosław <bug@mejor.pl> for the report.
+  Drop old.
Comment 12 Marcin Mirosław 2010-11-03 11:54:36 UTC
Thanks.
Comment 13 Alexey Shvetsov archtester gentoo-dev 2010-12-07 18:25:00 UTC
Added to tree