diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-10-20 17:46:19 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-10-20 17:46:47 +0800 |
commit | 80f80ef707fb22391145fb419549e865a98385ae (patch) | |
tree | 739e8aa883ef701ca3188e6ee92626caa554255c /sys-cluster/ceph | |
parent | www-plugins/adobe-flash: x86 stable wrt bug #563172 (diff) | |
download | gentoo-80f80ef707fb22391145fb419549e865a98385ae.tar.gz gentoo-80f80ef707fb22391145fb419549e865a98385ae.tar.bz2 gentoo-80f80ef707fb22391145fb419549e865a98385ae.zip |
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
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ceph-0.94.3-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/metadata.xml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sys-cluster/ceph/ceph-0.94.3-r1.ebuild b/sys-cluster/ceph/ceph-0.94.3-r1.ebuild index 36be3f59caac..289517cc30c4 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 f347d5e5d919..3d82223b3644 100644 --- a/sys-cluster/ceph/metadata.xml +++ b/sys-cluster/ceph/metadata.xml @@ -6,6 +6,8 @@ <email>chutzpah@gentoo.org</email> <name>Patrick McLean</name> <description>Co Maintainer</description> + </maintainer> + <maintainer> <email>dlan@gentoo.org</email> <name>Yixun Lan</name> <description>Co Maintainer</description> |