-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathceph.conf
108 lines (97 loc) · 2.96 KB
/
ceph.conf
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[global]
fsid = eeb884ad-a8bd-4618-8bda-1a0c55fd5677
debug_lockdep = 0/0
debug_context = 0/0
debug_crush = 0/0
debug_buffer = 0/0
debug_timer = 0/0
debug_filer = 0/0
#debug_objecter = 20
#debug_rados = 20
#debug_striper = 20
#debug_rbd = 20
debug_ms = 0/0
debug_monc = 0/0
debug_tp = 0/0
debug_auth = 0/0
debug_finisher = 0/0
debug_heartbeatmap = 0/0
debug_perfcounter = 0/0
debug_asok = 0/0
debug_throttle = 0/0
debug_mon = 0/0
debug_paxos = 0/0
debug_rgw = 0/0
#debug_client = 20
#debug_librbd = 20
perf = true
mutex_perf_counter = false
throttler_perf_counter = false
rbd cache = false
mon_allow_pool_delete = true
osd_pool_default_size = 1
osd_tracing = true
rados_tracing = true
rbd_tracing = true
event_tracing = true
auth cluster required = cephx
auth service required = cephx
auth client required = cephx
#log file = <path>
[client]
rbd_cache = false
#debug rbd = 20
#debug objecter = 20
#debug librbd = 20
#debug rados = 20
#debug client = 20
[mon]
mon_max_pool_pg_num=166496
mon_osd_max_split_count = 10000
mon_pg_warn_max_per_osd = 10000
mon_initial_members = mymon
mon host = 127.0.0.1
mon addr = 127.0.0.1:6789
[mon.mymon]
mon addr = 127.0.0.1:6789
[osd]
#debug osd = 20
#debug ms = 1
#debug filestore = 20
#osd_op_threads = 64
osd_op_threads = 1
filestore_queue_max_ops=5000
filestore_queue_committing_max_ops=5000
journal_max_write_entries=1000
journal_queue_max_ops=3000
objecter_inflight_ops=102400
filestore_wbthrottle_enable=false
filestore_queue_max_bytes=1048576000
filestore_queue_committing_max_bytes=1048576000
journal_max_write_bytes=1048576000
journal_queue_max_bytes=1048576000
ms_dispatch_throttle_bytes=1048576000
objecter_infilght_op_bytes=1048576000
filestore_max_sync_interval=10
osd_client_message_size_cap = 0
osd_client_message_cap = 0
osd_enable_op_tracker = false
filestore_fd_cache_size = 10240
filestore_fd_cache_shards = 64
#filestore_op_threads = 16
filestore_op_threads = 1
#osd_op_num_shards = 48
osd_op_num_shards = 1
#osd_op_num_threads_per_shard = 2
osd_op_num_threads_per_shard = 1
osd_pg_object_context_cache_count = 10240
filestore_odsync_write = True
journal_dynamic_throttle = True
#log file = <path_to_osd.log>
[osd.0]
host = 127.0.0.1
osd data = /var/lib/ceph/osd/ceph-0
devs = /dev/nvme0n1p1
bluestore_block_path = /dev/nvme0n1p4
bluestore_block_db_path = /dev/nvme0n1p2
bluestore_block_wal_path = /dev/nvme0n1p3