summaryrefslogtreecommitdiff
blob: 54673c2688f704575769be5079dee557b111a1f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# /etc/conf.d/ceph: startup configurations for ceph

# default ceph conf file
#ceph_conf="/etc/ceph/ceph.conf"

# Set ulimits for Ceph services.
#rc_ulimit="-n 131072 -u 257256"

# the directory under /run to store runtime information in
#rundir=/run/ceph

# the user and group to run ceph as

# settings for openrc supervisor for various ceph daemons
#
# defaults (can be overidden for each daemon)
#respawn_delay=20
#respawn_max=5
#respawn_period=1800
#stdout="/dev/null"
#stderr="/dev/null"

# radosgw
#radosgw_respawn_max
#radosgw_respawn_delay=20
#radosgw_respawn_period=1800
#radosgw_stdout="/dev/null"
#radosgw_stderr="/dev/null"

# mon
#mon_respawn_max=5
#mon_respawn_delay=20
#mon_respawn_period=1800
#mon_stdout="/dev/null"
#mon_stderr="/dev/null"

# osd
#osd_respawn_max=5
#osd_respawn_delay=30
#osd_respawn_period=1800
#osd_stdout="/dev/null"
#osd_stderr="/dev/null"

# mds
#mds_respawn_max=5
#mds_respawn_delay=20
#mds_respawn_period=1800
#mds_stdout="/dev/null"
#mds_stderr="/dev/null"

# mgr
#mgr_respawn_max=5
#mgr_respawn_delay=20
#mgr_respawn_period=1800
#mgr_stdout="/dev/null"
#mgr_stderr="/dev/null"

# initd stop timeout.
#CEPH_TERMTIMEOUT="TERM/120/KILL/5"
#
# vim:ft=gentoo-conf-d:ts=4:sts=4:sw=4:noet: