commit: 80f80ef707fb22391145fb419549e865a98385ae
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 20 09:46:19 2015 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 09:46:47 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f80ef7
sys-cluster/ceph: restrict disk space requirement to 1G
tested with USE="babeltrace debug fuse gtk libaio libatomic lttng nss radosgw
static-libs
tcmalloc xfs zfs -cryptopp -jemalloc" require no more than 1G disk space
Package-Manager: portage-2.2.23
sys-cluster/ceph/ceph-0.94.3-r1.ebuild | 2 +-
sys-cluster/ceph/metadata.xml | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/sys-cluster/ceph/ceph-0.94.3-r1.ebuild
b/sys-cluster/ceph/ceph-0.94.3-r1.ebuild
index 36be3f5..289517c 100644
--- a/sys-cluster/ceph/ceph-0.94.3-r1.ebuild
+++ b/sys-cluster/ceph/ceph-0.94.3-r1.ebuild
@@ -75,7 +75,7 @@ STRIP_MASK="/usr/lib*/rados-classes/*"
PATCHES=(
"${FILESDIR}"/${PN}-0.79-libzfs.patch
)
-CHECKREQS_DISK_BUILD="12G"
+CHECKREQS_DISK_BUILD="1G"
pkg_setup() {
python_setup
diff --git a/sys-cluster/ceph/metadata.xml b/sys-cluster/ceph/metadata.xml
index f347d5e..3d82223 100644
--- a/sys-cluster/ceph/metadata.xml
+++ b/sys-cluster/ceph/metadata.xml
@@ -6,6 +6,8 @@
<email>[email protected]</email>
<name>Patrick McLean</name>
<description>Co Maintainer</description>
+ </maintainer>
+ <maintainer>
<email>[email protected]</email>
<name>Yixun Lan</name>
<description>Co Maintainer</description>