This repository was archived by the owner on May 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathceph.conf
More file actions
76 lines (65 loc) · 2.12 KB
/
Copy pathceph.conf
File metadata and controls
76 lines (65 loc) · 2.12 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[global]
keyring = .ceph_keyring
rbd writeback window = 8388608
[mds]
log file = /home/ubuntu/ceph_logs/out/$host
log per instance = true
log sym history = 100
admin socket = /home/ubuntu/ceph_logs/out/asok.$name
chdir = ""
pid file = /home/ubuntu/ceph_logs/out/$name.pid
heartbeat file = /home/ubuntu/ceph_logs/out/$name.heartbeat
lockdep = 1
debug ms = 1
debug mds = 20
debug auth = 20
debug monc = 20
mds debug scatterstat = true
mds verify scatter = true
mds log max segments = 2
mds debug frag = true
mds debug auth pins = true
mds debug subtrees = true
[osd]
log file = /home/ubuntu/ceph_logs/out/$host
log per instance = true
log sym history = 100
admin socket = /home/ubuntu/ceph_logs/out/asok.$name
chdir = ""
pid file = /home/ubuntu/ceph_logs/out/$name.pid
heartbeat file = /home/ubuntu/ceph_logs/out/$name.heartbeat
osd class tmp = /home/ubuntu/ceph_logs/out
osd scrub load threshold = 5.0
lockdep = 1
debug ms = 1
debug osd = 25
debug monc = 20
debug journal = 20
debug filestore = 10
[mon]
log file = /home/ubuntu/ceph_logs/out/$host
log per instance = true
log sym history = 100
admin socket = /home/ubuntu/ceph_logs/out/asok.$name
chdir = ""
pid file = /home/ubuntu/ceph_logs/out/$name.pid
heartbeat file = /home/ubuntu/ceph_logs/out/$name.heartbeat
lockdep = 1
debug mon = 20
debug paxos = 20
debug auth = 20
debug ms = 1
[mon.a]
mon data = /home/ubuntu/ceph_logs/dev/mon.a
mon addr = 127.0.0.1:6789
[mon.b]
mon data = /home/ubuntu/ceph_logs/dev/mon.b
mon addr = 127.0.0.1:6790
[mon.c]
mon data = /home/ubuntu/ceph_logs/dev/mon.c
mon addr = 127.0.0.1:6791
[osd.0]
osd data = /home/ubuntu/ceph_logs/dev/osd0
osd journal = /home/ubuntu/ceph_logs/dev/osd0.journal
osd journal size = 100
[mds.a]