Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/files/
Date: Mon, 31 Jul 2017 16:30:30
Message-Id: 1501518614.caa9b3b2b6f40f4c925273553f240619a2498ca3.chutzpah@gentoo
1 commit: caa9b3b2b6f40f4c925273553f240619a2498ca3
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 31 16:30:01 2017 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 31 16:30:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caa9b3b2
7
8 sys-cluster/ceph: Update default ulimits in 10.2.9 to more match upstream
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sys-cluster/ceph/files/ceph.initd-r5 | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/ceph/files/ceph.initd-r5 b/sys-cluster/ceph/files/ceph.initd-r5
16 index 9ed23b8489a..7087de60517 100644
17 --- a/sys-cluster/ceph/files/ceph.initd-r5
18 +++ b/sys-cluster/ceph/files/ceph.initd-r5
19 @@ -9,7 +9,7 @@ daemon_id="${daemon_id:-0}"
20 : ${rundir:=/run/ceph}
21 : ${user:=ceph}
22 : ${group:=ceph}
23 -: ${rc_ulimit:=-n 32768}
24 +: ${rc_ulimit:=-n 131072 -u 257256}
25
26 pidfile="${rundir}/supervisor-${daemon_type}.${daemon_id}.pid"
27 daemon_pidfile="${rundir}/${daemon_type}.${daemon_id}.pid"