Project

General

Profile

Tuning for All Flash Deployments » History » Version 15

Patrick McGarry, 01/14/2017 08:57 PM

1 1 Patrick McGarry
h1. Tuning for All Flash Deployments
2
3
Ceph Tuning and Best Practices for All Flash Intel® Xeon® Servers
4
Last updated:  January 2017
5
6
h2. Table of Contents
7 9 Patrick McGarry
8 14 Patrick McGarry
# +*[[Tuning_for_All_Flash_Deployments#Introduction|Introduction]]*+
9
# +*[[Tuning_for_All_Flash_Deployments#Ceph-Storage-Hardware-Guidelines|Ceph Storage Hardware Guidelines]]*+
10
# +*[[Tuning_for_All_Flash_Deployments#Intel-Tuning-and-Optimization-Recommendations-for-Ceph|Intel Tuning and Optimization Recommendations for Ceph]]*+
11
## +[[Tuning_for_All_Flash_Deployments#Server-Tuning|Server Tuning]]+
12
### +[[Tuning_for_All_Flash_Deployments#Ceph-Client-Configuration|Ceph Client Configuration]]+
13 1 Patrick McGarry
### +[[Tuning_for_All_Flash_Deployments#Ceph-Storage-Node-NUMA-Tuning|Ceph Storage Node NUMA Tuning]]+
14 14 Patrick McGarry
## +[[Tuning_for_All_Flash_Deployments#Memory-Tuning|Memory Tuning]]+
15
## +[[Tuning_for_All_Flash_Deployments#NVMe-SSD-partitioning|NVMe SSD partitioning]]+
16 15 Patrick McGarry
## +[[Tuning_for_All_Flash_Deployments#OS-Tuning|OS Tuning]]+ (must be done on all Ceph nodes)
17 14 Patrick McGarry
### +[[Tuning_for_All_Flash_Deployments#Kernel-Tuning|Kernel Tuning]]+
18
### +[[Tuning_for_All_Flash_Deployments#Filesystem-considerations|Filesystem considerations]]+
19
### +[[Tuning_for_All_Flash_Deployments#Disk-read-ahead|Disk read ahead]]+
20
### +[[Tuning_for_All_Flash_Deployments#OSD-RADOS|OSD: RADOS]]+
21
## +[[Tuning_for_All_Flash_Deployments#RBD-Tuning|RBD Tuning]]+
22
## +[[Tuning_for_All_Flash_Deployments#RGW-Rados-Gateway-Tuning|RGW: Rados Gateway Tuning]]+
23
## +[[Tuning_for_All_Flash_Deployments#Erasure-Coding-Tuning|Erasure Coding Tuning]]+
24
# +*[[Tuning_for_All_Flash_Deployments#Appendix|Appendix]]*+
25
# +*[[Tuning_for_All_Flash_Deployments#Sample-Ceph-conf|Sample Ceph.conf]]*+
26
# +*[[Tuning_for_All_Flash_Deployments#Sample-sysctl-conf|Sample sysctl.conf]]*+
27
# +*[[Tuning_for_All_Flash_Deployments#All-NVMe-Ceph-Cluster-Tuning-for-MySQL-workload|All-NVMe Ceph Cluster Tuning for MySQL workload]]*+
28
## +[[Tuning_for_All_Flash_Deployments#Ceph-conf|Ceph.conf]]+
29
## +[[Tuning_for_All_Flash_Deployments#CBT-YAML|CBT YAML]]+
30
## +[[Tuning_for_All_Flash_Deployments#MySQL-configuration-file|MySQL configuration file]] (my.cnf)+
31
# +*[[Tuning_for_All_Flash_Deployments#Sample-Ceph-Vendor-Solutions|Sample Ceph Vendor Solutions]]*+
32 1 Patrick McGarry
33
34
35
36
h3. Introduction 
37
38 8 Patrick McGarry
Ceph is a scalable, open source, software-defined storage offering that runs on commodity hardware. Ceph has been developed from the ground up to deliver object, block, and file system storage in a single software platform that is self-managing, self-healing and has no single point of failure. Because of its highly scalable, software defined storage architecture, can be a powerful storage solution to consider. 
39
This document covers Ceph tuning guidelines specifically for all flash deployments based on extensive testing by Intel with a variety of system, operating system and Ceph optimizations to achieve highest possible performance for servers with Intel® Xeon® processors and Intel® Solid State Drive Data Center (Intel® SSD DC) Series. Details of OEM system SKUs and Ceph reference architectures for targeted use-cases can be found on ceph.com web-site. 
40
 
41 1 Patrick McGarry
h3. Ceph Storage Hardware Guidelines  
42 8 Patrick McGarry
43 1 Patrick McGarry
* *Standard* configuration is ideally suited for throughput oriented workloads (e.g., analytics,  DVR). Intel® SSD Data Center P3700 series is recommended to achieve best possible performance while balancing the cost.
44 8 Patrick McGarry
45
| CPU | Intel® Xeon® CPU E5-2650v4 or higher |
46
| Memory | Minimum of 64 GB|
47 1 Patrick McGarry
| NIC | 10GbE |
48 10 Patrick McGarry
| Disks | 1x 1.6TB P3700 + 12 x 4TB HDDs (1:12 ratio) / P3700 as Journal and caching |
49 8 Patrick McGarry
| Caching software | Intel Cache Acceleration Software for read caching, option: Intel® Rapid Storage Technology enterprise/MD4.3 |
50
51 1 Patrick McGarry
* *TCO optimized* configuration provides best possible performance for performance centric workloads (e.g., database) while achieving the TCO with a mix of SATA SSDs and NVMe SSDs. 
52 8 Patrick McGarry
53
| CPU | Intel® Xeon® CPU E5-2690v4 or higher |
54
| Memory | 128 GB or higher |
55
| NIC | Dual 10GbE 
56
| Disks | 1x 800GB P3700 + 4x S3510 1.6TB |
57
58
* *IOPS optimized* configuration provides best performance for workloads that demand low latency using all NVMe SSD configuration. 
59
60
| CPU | Intel® Xeon® CPU E5-2699v4 |
61
| Memory | 128 GB or higher |
62
| NIC | 1x 40GbE, 4x 10GbE |
63
| Disks | 4 x P3700 2TB |
64
65 12 Patrick McGarry
h3. Intel Tuning and Optimization Recommendations for Ceph
66 11 Patrick McGarry
67 12 Patrick McGarry
h3. Server Tuning
68 13 Patrick McGarry
Ceph Client Configuration
69 10 Patrick McGarry
70 1 Patrick McGarry
In a balanced system configuration both client and storage node configuration need to be optimized to get the best possible cluster performance. Care needs to be taken to ensure Ceph client node server has enough CPU bandwidth to achieve optimum performance. Below graph shows the end to end performance for different client CPU configurations for block workload.
71
72 8 Patrick McGarry
!1-cpu-cores-client.png!
73 1 Patrick McGarry
Figure 1: Client CPU cores and Ceph cluster impact
74 8 Patrick McGarry
75
h3. Ceph Storage Node NUMA Tuning
76
77 1 Patrick McGarry
In order to avoid latency, it is important to minimize inter-socket communication between NUMA nodes to service client IO as fast as possible and avoid latency penalty.  Based on extensive set of experiments conducted in Intel, it is recommended to pin Ceph OSD processes on the same CPU socket that has NVMe SSDs, HBAs and NIC devices attached. 
78 8 Patrick McGarry
79
!2-numa-mode-config.png! 
80 1 Patrick McGarry
Figure 2: NUMA node configuration and OSD assignment
81
82 8 Patrick McGarry
> *_Ceph startup scripts need change with setaffinity=" numactl --membind=0 --cpunodebind=0 "_
83
84 1 Patrick McGarry
Below performance data shows best possible cluster throughput and lower latency when Ceph OSDs are partitioned by CPU socket to manage media connected to local CPU socket and network IO not going through QPI link. 
85
86
!3-numa-node-perf-vs-default-sys-config.png!
87 8 Patrick McGarry
!3.1-table.png!
88 1 Patrick McGarry
Figure 3: NUMA node performance compared to default system configuration
89 8 Patrick McGarry
90 1 Patrick McGarry
h3. Memory Tuning
91
92
Ceph default packages use tcmalloc. For flash optimized configurations, we found jemalloc providing best possible performance without performance degradation over time. Ceph supports jemalloc for the hammer release and later releases but you need to build with jemalloc option enabled.
93
94
Below graph in figure 4 shows how thread cache size impacts throughput. By tuning thread cache size, performance is comparable between TCMalloc and JEMalloc. However as shown in Figure 5 and Figure 6, TCMalloc performance degrades over time unlike JEMalloc. 
95
96
!4-thread-cache-size-impact-over-perf.png!
97
Figure 4: Thread cache size impact over performance
98
99
!5.0-tcmalloc-over-time.png!
100
!5.1-tcmalloc-over-time.png!
101
Figure 5: TCMalloc performance in a running cluster over time
102 8 Patrick McGarry
103 1 Patrick McGarry
104
!6.0-jemalloc-over-time.png!
105 8 Patrick McGarry
!6.1-jemalloc-over-time.png!
106 1 Patrick McGarry
Figure 6: JEMalloc performance in a running cluster over time
107
108 8 Patrick McGarry
h3. NVMe SSD partitioning
109 14 Patrick McGarry
110 1 Patrick McGarry
It is not possible to take advantage of NVMe SSD bandwidth with single OSD.  4 is the optimum number of partitions per SSD drive that gives best possible performance. 
111
112 14 Patrick McGarry
!7.0-ceph-osd-latency-with-different-ssd-partitions.png!
113 8 Patrick McGarry
Figure 7: Ceph OSD latency with different SSD partitions
114
115 14 Patrick McGarry
!8-cpu-utilization-with-different-num-of-ssd-partitions.png!
116 1 Patrick McGarry
Figure 8: CPU Utilization with different #of SSD partitions 
117 8 Patrick McGarry
118 14 Patrick McGarry
119
h3. OS Tuning
120
121 1 Patrick McGarry
*(must be done on all Ceph nodes)*
122 14 Patrick McGarry
123
h3. Kernel Tuning
124
125 15 Patrick McGarry
1. Modify system control in /etc/sysctl.conf
126 14 Patrick McGarry
<pre>
127 1 Patrick McGarry
# Kernel sysctl configuration file for Red Hat Linux
128
#
129
# For binary values, 0 is disabled, 1 is enabled.  See sysctl(8) and
130
# sysctl.conf(5) for more details.
131
132
# Controls IP packet forwarding
133
net.ipv4.ip_forward = 0
134
135
# Controls source route verification
136
net.ipv4.conf.default.rp_filter = 1
137
138
# Do not accept source routing
139
net.ipv4.conf.default.accept_source_route = 0
140
141
# Controls the System Request debugging functionality of the kernel
142
kernel.sysrq = 0
143
144
# Controls whether core dumps will append the PID to the core filename.
145
# Useful for debugging multi-threaded applications.
146
kernel.core_uses_pid = 1
147
148
# disable TIME_WAIT.. wait ..
149
net.ipv4.tcp_tw_recycle = 1
150
net.ipv4.tcp_tw_reuse = 1
151
152
# Controls the use of TCP syncookies
153
net.ipv4.tcp_syncookies = 0
154
155
# double amount of allowed conntrack
156
net.netfilter.nf_conntrack_max = 2621440
157
net.netfilter.nf_conntrack_tcp_timeout_established = 1800
158
159
# Disable netfilter on bridges.
160
net.bridge.bridge-nf-call-ip6tables = 0
161
net.bridge.bridge-nf-call-iptables = 0
162
net.bridge.bridge-nf-call-arptables = 0
163
164
# Controls the maximum size of a message, in bytes
165
kernel.msgmnb = 65536
166
167
# Controls the default maxmimum size of a mesage queue
168
kernel.msgmax = 65536
169
170
# Controls the maximum shared segment size, in bytes
171
kernel.shmmax = 68719476736
172
173
# Controls the maximum number of shared memory segments, in pages
174
kernel.shmall = 4294967296
175
</pre>
176 14 Patrick McGarry
177 15 Patrick McGarry
2. IP jumbo frames
178 1 Patrick McGarry
179 15 Patrick McGarry
    If your switch supports jumbo frames, then the larger MTU size is helpful. Our tests showed 9000 MTU improves Sequential Read/Write performance.
180 14 Patrick McGarry
181 15 Patrick McGarry
3. Set the Linux disk scheduler to cfq
182 1 Patrick McGarry
183
h3. Filesystem considerations
184
185
Ceph is designed to be mostly filesystem agnostic–the only requirement being that the filesystem supports extended attributes (xattrs). Ceph OSDs depend on the Extended Attributes (XATTRs) of the underlying file system for: a) Internal object state b) Snapshot metadata c) RGW Access control Lists etc. Currently XFS is the recommended file system. We recommend using big inode size (default inode size is 256 bytes) when creating the file system:
186
187 15 Patrick McGarry
<pre>mkfs.xfs –i size=2048 /dev/sda1</pre>
188
189 14 Patrick McGarry
Setting the inode size is important, as XFS stores xattr data in the inode. If the metadata is too large to fit in the inode, a new extent is created, which can cause quite a performance problem. Upping the inode size to 2048 bytes provides enough room to write the default metadata, plus a little headroom.
190 1 Patrick McGarry
The following example mount options are recommended when using XFS:
191 15 Patrick McGarry
192
<pre>mount -t xfs -o noatime,nodiratime,nobarrier,logbufs=8 /dev/sda1 /var/lib/Ceph/osd/Ceph-0</pre>
193
194 1 Patrick McGarry
The following are specific recommendations for Intel SSD and Ceph. 
195 15 Patrick McGarry
196
<pre>mkfs.xfs -f -K -i size=2048 -s size=4096 /dev/md0
197
/bin/mount -o noatime,nodiratime,nobarrier /dev/md0 /data/mysql</pre>
198
199
h3. Disk read ahead
200
201 1 Patrick McGarry
Read_ahead is the file prefetching technology used in the Linux operating system. It is a system call that loads a file's contents into the page cache. When a file is subsequently accessed, its contents are read from physical memory rather than from disk, which is much faster.
202
203 15 Patrick McGarry
<pre>echo 2048 > /sys/block/${disk}/queue/read_ahead_kb  (default 128)</pre>
204
205
|. Per disk performance |. 128 |. 512 |. % |
206
| Sequential Read(MB/s) | 1232 MB/s | 3251 MB/s | +163% |
207
208 1 Patrick McGarry
* 6 nodes Ceph cluster, each have 20 OSD (750 GB * 7200 RPM. 2.5’’ HDD)
209
210 15 Patrick McGarry
h3. OSD: RADOS
211
212 1 Patrick McGarry
Tuning have significant performance impact of Ceph storage system, there are hundreds of tuning knobs for swift. We will introduce some of the most important tuning settings.
213
214 15 Patrick McGarry
# Large PG/PGP number (since Cuttlefish)
215
We find using large PG number per OSD (>200) will improve the performance. Also this will ease the data distribution unbalance issue
216
<pre>(default to 8)
217
ceph osd pool create testpool 8192 8192</pre>
218
# omap data on separate disks (since Giant)
219 1 Patrick McGarry
Mounting omap directory to some separate SSD will improve the random write performance. In our testing we saw a ~20% performance improvement.
220 15 Patrick McGarry
# objecter_inflight_ops/objecter_inflight_op_bytes (since Cuttlefish)
221 1 Patrick McGarry
objecter_inflight_ops/objecter_inflight_op_bytes throttles tell objecter to throttle outgoing ops according its budget, objecter is responsible for send requests to OSD. By default tweak this parameter to 10x 
222 15 Patrick McGarry
<pre>(default to 1024/1024*1024*100)
223 1 Patrick McGarry
objecter_inflight_ops = 10240
224 15 Patrick McGarry
objecter_inflight_op_bytes = 1048576000</pre>
225
# ms_dispatch_throttle_bytes (since Cuttlefish)
226 1 Patrick McGarry
ms_dispatch_throttle_bytes throttle is to throttle dispatch message size for simple messenger, by default tweak this parameter to 10x. 
227 15 Patrick McGarry
<pre>ms_dispatch_throttle_bytes = 1048576000</pre>
228
# journal_queue_max_bytes/journal_queue_max_ops (since Cuttlefish)
229 1 Patrick McGarry
journal_queue_max_bytes/journal_queue_max_op throttles are to throttle inflight ops for journal, 
230
If journal does not get enough budget for current op, it will block osd op thread, by default tweak this parameter to 10x.
231 15 Patrick McGarry
<pre>journal_queueu_max_ops = 3000
232
journal_queue_max_bytes = 1048576000</pre>
233
# filestore_queue_max_ops/filestore_queue_max_bytes (since Cuttlefish)
234 1 Patrick McGarry
filestore_queue_max_ops/filestore_queue_max_bytes throttle are used to throttle inflight ops for filestore, these throttles are checked before sending ops to journal, so if filestore does not get enough budget for current op, osd op thread will be blocked, by default tweak this parameter to 10x.
235 15 Patrick McGarry
<pre>filestore_queue_max_ops=5000
236
filestore_queue_max_bytes = 1048576000</pre>
237
# filestore_op_threads controls the number of filesystem operation threads that execute in parallel
238 1 Patrick McGarry
If the storage backend is fast enough and has enough queues to support parallel operations, it’s recommended to increase this parameter, given there is enough CPU head room.
239 15 Patrick McGarry
<pre>filestore_op_threads=6</pre>
240
# journal_max_write_entries/journal_max_write_bytes (since Cuttlefish)
241 1 Patrick McGarry
journal_max_write_entries/journal_max_write_bytes throttle are used to throttle ops or bytes for every journal write, tweaking these two parameters maybe helpful for small write, by default tweak these two parameters to 10x
242 15 Patrick McGarry
<pre>journal_max_write_entries = 5000
243
journal_max_write_bytes = 1048576000</pre>
244
# osd_op_num_threads_per_shard/osd_op_num_shards (since Firefly)
245 1 Patrick McGarry
osd_op_num_shards set number of queues to cache requests , osd_op_num_threads_per_shard is    threads number for each queue,  adjusting these two parameters depends on cluster.
246
After several performance tests with different settings, we concluded that default parameters provide best performance.
247 15 Patrick McGarry
# filestore_max_sync_interval (since Cuttlefish)
248 1 Patrick McGarry
filestore_max_sync_interval control the interval that sync thread flush data from memory to disk, by default filestore write data to memory and sync thread is responsible for flushing data to disk, then journal entries can be trimmed. Note that large filestore_max_sync_interval can cause performance spike. By default tweak this parameter to 10 seconds
249 15 Patrick McGarry
<pre>filestore_max_sync_interval = 10</pre>
250
# ms_crc_data/ms_crc_header (since Cuttlefish)
251 1 Patrick McGarry
Disable crc computation for simple messenger, this can reduce CPU utilization
252 15 Patrick McGarry
# filestore_fd_cache_shards/filestore_fd_cache_size (since Firefly)
253 1 Patrick McGarry
filestore cache is map from objectname to fd, filestore_fd_cache_shards set number of LRU Cache,  filestore_fd_cache_size is cache size, tweak these two parameter maybe reduce lookup time of fd
254 15 Patrick McGarry
# Set debug level to 0 (since Cuttlefish)
255 1 Patrick McGarry
For an all-SSD Ceph cluster, set debug level for sub system to 0 will improve the performance.  
256 15 Patrick McGarry
<pre>debug_lockdep = 0/0
257 1 Patrick McGarry
debug_context = 0/0
258
debug_crush = 0/0
259
debug_buffer = 0/0
260
debug_timer = 0/0
261
debug_filer = 0/0
262
debug_objecter = 0/0
263
debug_rados = 0/0
264
debug_rbd = 0/0
265
debug_journaler = 0/0
266
debug_objectcatcher = 0/0
267
debug_client = 0/0
268
debug_osd = 0/0
269
debug_optracker = 0/0
270
debug_objclass = 0/0
271
debug_filestore = 0/0
272
debug_journal = 0/0
273
debug_ms = 0/0
274
debug_monc = 0/0
275
debug_tp = 0/0
276
debug_auth = 0/0
277
debug_finisher = 0/0
278
debug_heartbeatmap = 0/0
279
debug_perfcounter = 0/0
280
debug_asok = 0/0
281
debug_throttle = 0/0
282
debug_mon = 0/0
283
debug_paxos = 0/0
284 15 Patrick McGarry
debug_rgw = 0/0</pre>
285 1 Patrick McGarry
286
287 15 Patrick McGarry
h3. RBD Tuning
288
289 1 Patrick McGarry
To help achieve low latency on their RBD layer, we suggest the following, in addition to the CERN tuning referenced in ceph.com. 
290 15 Patrick McGarry
# echo performance | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor /dev/null 
291
# start each ceph-osd in dedicated cgroup with dedicated cpu cores (which should be free from any other load, even the kernel one like network interrupts)
292
# increase “filestore_omap_header_cache_size” • “filestore_fd_cache_size” , for better caching (16MB for each 500GB of storage)
293 1 Patrick McGarry
For disk entry in libvirt  put address to all three ceph monitors.
294
295 15 Patrick McGarry
h3. RGW: Rados Gateway Tuning
296
297
# Disable usage/access log (since Cuttlefish)
298
<pre>rgw enable ops log = false
299 1 Patrick McGarry
rgw enable usage log = false
300 15 Patrick McGarry
log file = /dev/null</pre>
301 1 Patrick McGarry
We find disabling usage/access log improves the performance.
302 15 Patrick McGarry
# Using large cache size (since Cuttlefish)
303
<pre>rgw cache enabled = true
304
rgw cache lru size = 100000</pre>
305 1 Patrick McGarry
Caching the hot objects improves the GET performance.
306 15 Patrick McGarry
# Using larger PG split/merge value.  (since Firefly)
307
<pre>filestore_merge_threshold = 500
308
filestore_split_multiple = 100</pre>
309 1 Patrick McGarry
We find PG split/merge will introduce a big overhead. Using a large value would postpone the split/merge behavior. This will help the case where lots of small files are stored in the cluster.
310 15 Patrick McGarry
# Using load balancer with multiple RGW instances (since Cuttlefish)
311
!9-load-balancer-with-multi-rgw-instances.png!
312 1 Patrick McGarry
We’ve found that the RGW has some scalability issues at present. With a single RGW instance the performance is poor. Running multiple RGW instances with a load balancer (e.g., Haproxy) will greatly improve the throughput.
313 15 Patrick McGarry
# Increase the number of Rados handlers (since Hammer)
314 1 Patrick McGarry
Since Hammer it’s able to using multiple number of Rados handlers per RGW instances. Increasing this value should improve the performance.
315 15 Patrick McGarry
# Using Civetweb frontend (since Giant)
316 1 Patrick McGarry
Before Giant, Apache + Libfastcgi were the recommended settings. However libfastcgi still use the very old ‘select’ mode, which is not able to handle large amount of concurrent IO in our testing. Using Civetweb frontend would help to improve the stability.
317 15 Patrick McGarry
<pre>rgw frontends =civetweb port=80</pre>
318
# Moving bucket index to SSD (since Giant)
319 1 Patrick McGarry
Bucket index updating maybe some bottleneck if there’s millions of objects in one single bucket. We’ve find moving the bucket index to SSD storage will improve the performance.
320 15 Patrick McGarry
# Bucket Index Sharding (since Hammer)
321 1 Patrick McGarry
We’ve find the bucket index sharding is a problem if there’s large amount of objects inside one bucket. However the index listing speed may be impacted.
322
323 15 Patrick McGarry
h3. Erasure Coding Tuning
324 1 Patrick McGarry
325 15 Patrick McGarry
# Use larger stripe width 
326
The default erasure code stripe size (4K) is not optimal, We find using a bigger value (64K) will reduce the CPU% a lot (10%+)
327
<pre>osd_pool_erasure_code_stripe_width = 65536</pre>
328
# Use mid-sized K
329 1 Patrick McGarry
For the Erasure Code algorithms, we find using some mid-sized K value would bring balanced results between throughput and CPU%. We recommend to use 10+4 or 8+2 mode
330
331 15 Patrick McGarry
h3. Appendix
332
333
h3. Sample Ceph.conf 
334
335
<pre>[global]
336 1 Patrick McGarry
fsid = 35b08d01-b688-4b9a-947b-bc2e25719370
337
mon_initial_members = gw2
338
mon_host = 10.10.10.105
339
filestore_xattr_use_omap = true
340
auth_cluster_required = none
341
auth_service_required = none
342
auth_client_required = none
343
debug_lockdep = 0/0
344
debug_context = 0/0
345
debug_crush = 0/0
346
debug_buffer = 0/0
347
debug_timer = 0/0
348
debug_filer = 0/0
349
debug_objecter = 0/0
350
debug_rados = 0/0
351
debug_rbd = 0/0
352
debug_journaler = 0/0
353
debug_objectcatcher = 0/0
354
debug_client = 0/0
355
debug_osd = 0/0
356
debug_optracker = 0/0
357
debug_objclass = 0/0
358
debug_filestore = 0/0
359
debug_journal = 0/0
360
debug_ms = 0/0
361
debug_monc = 0/0
362
debug_tp = 0/0
363
debug_auth = 0/0
364
debug_finisher = 0/0
365
debug_heartbeatmap = 0/0
366
debug_perfcounter = 0/0
367
debug_asok = 0/0
368
debug_throttle = 0/0
369
debug_mon = 0/0
370
debug_paxos = 0/0
371
debug_rgw = 0/0
372
[mon]
373
mon_pg_warn_max_per_osd=5000
374
mon_max_pool_pg_num=106496
375
[client]
376
rbd cache = false
377
[osd]
378
osd mkfs type = xfs
379
osd mount options xfs = rw,noatime,,nodiratime,inode64,logbsize=256k,delaylog
380
osd mkfs options xfs = -f -i size=2048
381
filestore_queue_max_ops=5000
382
filestore_queue_max_bytes = 1048576000
383
filestore_max_sync_interval = 10
384
filestore_merge_threshold = 500
385
filestore_split_multiple = 100
386
osd_op_shard_threads = 8
387
journal_max_write_entries = 5000
388
journal_max_write_bytes = 1048576000
389
journal_queueu_max_ops = 3000
390
journal_queue_max_bytes = 1048576000
391
ms_dispatch_throttle_bytes = 1048576000
392
objecter_inflight_op_bytes = 1048576000
393
public_network = 10.10.10.100/24
394
cluster_network = 10.10.10.100/24
395
396
[client.radosgw.gw2-1]
397
host = gw2
398
keyring = /etc/ceph/ceph.client.radosgw.keyring
399
rgw cache enabled = true
400
rgw cache lru size = 100000
401
rgw socket path = /var/run/ceph/ceph.client.radosgw.gw2-1.fastcgi.sock
402
rgw thread pool size = 256
403
rgw enable ops log = false
404
rgw enable usage log = false
405
log file = /dev/null
406
rgw frontends =civetweb port=80
407 15 Patrick McGarry
rgw override bucket index max shards = 8</pre>
408 1 Patrick McGarry
409 15 Patrick McGarry
h3. Sample sysctl.conf 
410
411
<pre>fs.file-max = 6553600
412 1 Patrick McGarry
net.ipv4.ip_local_port_range = 1024 65000
413
net.ipv4.tcp_fin_timeout = 20
414
net.ipv4.tcp_max_syn_backlog = 819200
415
net.ipv4.tcp_keepalive_time = 20
416
kernel.msgmni = 2878
417
kernel.sem = 256 32000 100 142
418
kernel.shmmni = 4096
419
net.core.rmem_default = 1048576
420
net.core.rmem_max = 1048576
421
net.core.wmem_default = 1048576
422
net.core.wmem_max = 1048576
423
net.core.somaxconn = 40000
424
net.core.netdev_max_backlog = 300000
425 15 Patrick McGarry
net.ipv4.tcp_max_tw_buckets = 10000</pre>
426 1 Patrick McGarry
427 15 Patrick McGarry
h3. All-NVMe Ceph Cluster Tuning for MySQL workload
428
429
h3. Ceph.conf 
430
431
<pre>[global]
432 1 Patrick McGarry
        enable experimental unrecoverable data corrupting features = bluestore rocksdb
433
        osd objectstore = bluestore
434
        ms_type = async
435
        rbd readahead disable after bytes = 0
436
        rbd readahead max bytes = 4194304
437
        bluestore default buffered read = true
438
        auth client required = none
439
        auth cluster required = none
440
        auth service required = none
441
        filestore xattr use omap = true
442
        cluster network = 192.168.142.0/24, 192.168.143.0/24
443
        private network = 192.168.144.0/24, 192.168.145.0/24
444
        log file = /var/log/ceph/$name.log
445
        log to syslog = false
446
        mon compact on trim = false
447
        osd pg bits = 8
448
        osd pgp bits = 8
449
        mon pg warn max object skew = 100000
450
        mon pg warn min per osd = 0
451
        mon pg warn max per osd = 32768
452
        debug_lockdep = 0/0
453
        debug_context = 0/0
454
        debug_crush = 0/0
455
        debug_buffer = 0/0
456
        debug_timer = 0/0
457
        debug_filer = 0/0
458
        debug_objecter = 0/0
459
        debug_rados = 0/0
460
        debug_rbd = 0/0
461
        debug_ms = 0/0
462
        debug_monc = 0/0
463
        debug_tp = 0/0
464
        debug_auth = 0/0
465
        debug_finisher = 0/0
466
        debug_heartbeatmap = 0/0
467
        debug_perfcounter = 0/0
468
        debug_asok = 0/0
469
        debug_throttle = 0/0
470
        debug_mon = 0/0
471
        debug_paxos = 0/0
472
        debug_rgw = 0/0
473
        perf = true
474
        mutex_perf_counter = true
475
        throttler_perf_counter = false
476
        rbd cache = false
477
[mon]
478
        mon data =/home/bmpa/tmp_cbt/ceph/mon.$id
479
        mon_max_pool_pg_num=166496
480
        mon_osd_max_split_count = 10000
481
        mon_pg_warn_max_per_osd = 10000
482
[mon.a]
483
        host = ft02
484
        mon addr = 192.168.142.202:6789
485
[osd]
486
        osd_mount_options_xfs = rw,noatime,inode64,logbsize=256k,delaylog
487
        osd_mkfs_options_xfs = -f -i size=2048
488
        osd_op_threads = 32
489
        filestore_queue_max_ops=5000
490
        filestore_queue_committing_max_ops=5000
491
        journal_max_write_entries=1000
492
        journal_queue_max_ops=3000
493
        objecter_inflight_ops=102400
494
        filestore_wbthrottle_enable=false
495
        filestore_queue_max_bytes=1048576000
496
        filestore_queue_committing_max_bytes=1048576000
497
        journal_max_write_bytes=1048576000
498
        journal_queue_max_bytes=1048576000
499
        ms_dispatch_throttle_bytes=1048576000
500
        objecter_infilght_op_bytes=1048576000
501
        osd_mkfs_type = xfs
502
        filestore_max_sync_interval=10
503
        osd_client_message_size_cap = 0
504
        osd_client_message_cap = 0
505
        osd_enable_op_tracker = false
506
        filestore_fd_cache_size = 64
507
        filestore_fd_cache_shards = 32
508 15 Patrick McGarry
        filestore_op_threads = 6</pre>
509 1 Patrick McGarry
510 15 Patrick McGarry
h3. CBT YAML
511
512
<pre>cluster:
513 1 Patrick McGarry
  user: "bmpa"
514
  head: "ft01"
515
  clients: ["ft01", "ft02", "ft03", "ft04", "ft05", "ft06"]
516
  osds: ["hswNode01", "hswNode02", "hswNode03", "hswNode04", "hswNode05"]
517
  mons:
518
   ft02:
519
     a: "192.168.142.202:6789"
520
osds_per_node: 16
521
  fs: xfs
522
  mkfs_opts: '-f -i size=2048 -n size=64k'
523
  mount_opts: '-o inode64,noatime,logbsize=256k'
524
  conf_file: '/home/bmpa/cbt/ceph.conf'
525
  use_existing: False
526
  newstore_block: True
527
  rebuild_every_test: False
528
  clusterid: "ceph"
529
iterations: 1
530
  tmp_dir: "/home/bmpa/tmp_cbt"
531
pool_profiles:
532
    2rep:
533
      pg_size: 8192
534
      pgp_size: 8192
535
      replication: 2
536
benchmarks:
537
  librbdfio:
538
    time: 300
539
    ramp: 300
540
    vol_size: 10
541
    mode: ['randrw']
542
    rwmixread: [0,70,100]
543
    op_size: [4096]
544
    procs_per_volume: [1]
545
    volumes_per_client: [10]
546
    use_existing_volumes: False
547
    iodepth: [4,8,16,32,64,128]
548
    osd_ra: [4096]
549
    norandommap: True
550
    cmd_path: '/usr/local/bin/fio'
551
    pool_profile: '2rep'
552 15 Patrick McGarry
    log_avg_msec: 250</pre>
553 1 Patrick McGarry
554 15 Patrick McGarry
h3. MySQL configuration file (my.cnf)
555
556
<pre>[client]
557 1 Patrick McGarry
port            = 3306
558
socket          = /var/run/mysqld/mysqld.sock
559
[mysqld_safe]
560
socket          = /var/run/mysqld/mysqld.sock
561
nice            = 0
562
[mysqld]
563
user            = mysql
564
pid-file        = /var/run/mysqld/mysqld.pid
565
socket          = /var/run/mysqld/mysqld.sock
566
port            = 3306
567
datadir         = /data
568
basedir         = /usr
569
tmpdir          = /tmp
570
lc-messages-dir = /usr/share/mysql
571
skip-external-locking
572
bind-address            = 0.0.0.0
573
max_allowed_packet      = 16M
574
thread_stack            = 192K
575
thread_cache_size       = 8
576
query_cache_limit       = 1M
577
query_cache_size        = 16M
578
log_error = /var/log/mysql/error.log
579
expire_logs_days        = 10
580
max_binlog_size         = 100M
581
performance_schema=off
582
innodb_buffer_pool_size = 25G
583
innodb_flush_method = O_DIRECT
584
innodb_log_file_size=4G
585
thread_cache_size=16
586
innodb_file_per_table
587
innodb_checksums = 0
588
innodb_flush_log_at_trx_commit = 0
589
innodb_write_io_threads = 8
590
innodb_page_cleaners= 16
591
innodb_read_io_threads = 8
592
max_connections = 50000
593
[mysqldump]
594
quick
595
quote-names
596
max_allowed_packet      = 16M
597
[mysql]
598 15 Patrick McGarry
!includedir /etc/mysql/conf.d/</pre>
599 1 Patrick McGarry
600
601 15 Patrick McGarry
h3. Sample Ceph Vendor Solutions
602
603 1 Patrick McGarry
The following are pointers to Ceph solutions, but this list is not comprehensive:
604 15 Patrick McGarry
* https://www.dell.com/learn/us/en/04/shared-content~data-sheets~en/documents~dell-red-hat-cloud-solutions.pdf 
605
* http://www.fujitsu.com/global/products/computing/storage/eternus-cd/
606
* http://www8.hp.com/h20195/v2/GetPDF.aspx/4AA5-2799ENW.pdf http://www8.hp.com/h20195/v2/GetPDF.aspx/4AA5-8638ENW.pdf 
607
* http://www.supermicro.com/solutions/storage_ceph.cfm 
608
* https://www.thomas-krenn.com/en/products/storage-systems/suse-enterprise-storage.html
609
* http://www.qct.io/Solution/Software-Defined-Infrastructure/Storage-Virtualization/QCT-and-Red-Hat-Ceph-Storage-p365c225c226c230 
610 1 Patrick McGarry
611 15 Patrick McGarry
612
*Notices:*
613 1 Patrick McGarry
Copyright © 2016 Intel Corporation. All rights reserved
614
Intel, the Intel logo, Intel Atom, Intel Core, and Intel Xeon are trademarks of Intel Corporation in the U.S. and/or other countries. *Other names and brands may be claimed as the property of others.
615
Results have been estimated based on internal Intel analysis and are provided for informational purposes only. Any difference in system hardware or software design or configuration may affect actual performance.
616
Intel® Hyper-Threading Technology available on select Intel® Core™ processors. Requires an Intel® HT Technology-enabled system. Consult your PC manufacturer. Performance will vary depending on the specific hardware and software used. For more information including details on which processors support HT Technology, visit http://www.intel.com/info/hyperthreading.
617
Any software source code reprinted in this document is furnished under a software license and may only be used or copied in accordance with the terms of that license.
618
INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED BY THIS DOCUMENT. EXCEPT AS PROVIDED IN INTEL'S TERMS AND CONDITIONS OF SALE FOR SUCH PRODUCTS, INTEL ASSUMES NO LIABILITY WHATSOEVER AND INTEL DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY, RELATING TO SALE AND/OR USE OF INTEL PRODUCTS INCLUDING LIABILITY OR WARRANTIES RELATING TO FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR INFRINGEMENT OF ANY PATENT, COPYRIGHT OR OTHER INTELLECTUAL PROPERTY RIGHT. 
619
620
A "Mission Critical Application" is any application in which failure of the Intel Product could result, directly or indirectly, in personal injury or death. SHOULD YOU PURCHASE OR USE INTEL'S PRODUCTS FOR ANY SUCH MISSION CRITICAL APPLICATION, YOU SHALL INDEMNIFY AND HOLD INTEL AND ITS SUBSIDIARIES, SUBCONTRACTORS AND AFFILIATES, AND THE DIRECTORS, OFFICERS, AND EMPLOYEES OF EACH, HARMLESS AGAINST ALL CLAIMS COSTS, DAMAGES, AND EXPENSES AND REASONABLE ATTORNEYS' FEES ARISING OUT OF, DIRECTLY OR INDIRECTLY, ANY CLAIM OF PRODUCT LIABILITY, PERSONAL INJURY, OR DEATH ARISING IN ANY WAY OUT OF SUCH MISSION CRITICAL APPLICATION, WHETHER OR NOT INTEL OR ITS SUBCONTRACTOR WAS NEGLIGENT IN THE DESIGN, MANUFACTURE, OR WARNING OF THE INTEL PRODUCT OR ANY OF ITS PARTS. 
621
622
Intel may make changes to specifications and product descriptions at any time, without notice. Designers must not rely on the absence or characteristics of any features or instructions marked "reserved" or "undefined". Intel reserves these for future definition and shall have no responsibility whatsoever for conflicts or incompatibilities arising from future changes to them. The information here is subject to change without notice. Do not finalize a design with this information. 
623
624
The products described in this document may contain design defects or errors known as errata which may cause the product to deviate from published specifications. Current characterized errata are available on request. 
625
626
Contact your local Intel sales office or your distributor to obtain the latest specifications and before placing your product order.