Project

General

Profile

Tuning for All Flash Deployments » History » Version 13

Patrick McGarry, 01/14/2017 08:39 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
7
8
9
h2. Table of Contents
10 9 Patrick McGarry
11 11 Patrick McGarry
+*[[Tuning_for_All_Flash_Deployments#Introduction|Introduction]]*+
12
+*[[Tuning_for_All_Flash_Deployments#Ceph-Storage-Hardware-Guidelines|Ceph Storage Hardware Guidelines]]*+
13
+*[[Tuning_for_All_Flash_Deployments#Intel-Tuning-and-Optimization-Recommendations-for-Ceph|Intel Tuning and Optimization Recommendations for Ceph]]*+
14
> +[[Tuning_for_All_Flash_Deployments#Server-Tuning|Server Tuning]]+
15
> > +[[Tuning_for_All_Flash_Deployments#Ceph-Client-Configuration|Ceph Client Configuration]]+
16
> > +[[Tuning_for_All_Flash_Deployments#Ceph-Storage-Node-NUMA-Tuning|Ceph Storage Node NUMA Tuning]]+
17
> +[[Tuning_for_All_Flash_Deployments#Memory-Tuning|Memory Tuning]]+
18
> +[[Tuning_for_All_Flash_Deployments#NVMe-SSD-partitioning|NVMe SSD partitioning]]+
19
> +[[Tuning_for_All_Flash_Deployments#OS-Tuning|OS Tuning]] (must be done on all Ceph nodes)+
20
> > +[[Tuning_for_All_Flash_Deployments#Kernel-Tuning|Kernel Tuning]]+
21
> > +[[Tuning_for_All_Flash_Deployments#Filesystem-considerations|Filesystem considerations]]+
22
> > +[[Tuning_for_All_Flash_Deployments#Disk-read-ahead|Disk read ahead]]+
23
> > +[[Tuning_for_All_Flash_Deployments#OSD-RADOS|OSD: RADOS]]+
24
> +[[Tuning_for_All_Flash_Deployments#RBD-Tuning|RBD Tuning]]+
25
> +[[Tuning_for_All_Flash_Deployments#RGW-Rados-Gateway-Tuning|RGW: Rados Gateway Tuning]]+
26
> +[[Tuning_for_All_Flash_Deployments#Erasure-Coding-Tuning|Erasure Coding Tuning]]+
27
+*[[Tuning_for_All_Flash_Deployments#Appendix|Appendix]]*+
28
+*[[Tuning_for_All_Flash_Deployments#Sample-Ceph-conf|Sample Ceph.conf]]*+
29
+*[[Tuning_for_All_Flash_Deployments#Sample-sysctl-conf|Sample sysctl.conf]]*+
30
+*[[Tuning_for_All_Flash_Deployments#All-NVMe-Ceph-Cluster-Tuning-for-MySQL-workload|All-NVMe Ceph Cluster Tuning for MySQL workload]]*+
31
> +[[Tuning_for_All_Flash_Deployments#Ceph-conf|Ceph.conf]]+
32
> +[[Tuning_for_All_Flash_Deployments#CBT-YAML|CBT YAML]]+
33
> +[[Tuning_for_All_Flash_Deployments#MySQL-configuration-file|MySQL configuration file]] (my.cnf)+
34
+*[[Tuning_for_All_Flash_Deployments#Sample-Ceph-Vendor-Solutions|Sample Ceph Vendor Solutions]]*+
35 1 Patrick McGarry
36
37
38
39
h3. Introduction 
40
41 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. 
42
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. 
43
 
44 1 Patrick McGarry
h3. Ceph Storage Hardware Guidelines  
45 8 Patrick McGarry
46 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.
47 8 Patrick McGarry
48
| CPU | Intel® Xeon® CPU E5-2650v4 or higher |
49
| Memory | Minimum of 64 GB|
50 1 Patrick McGarry
| NIC | 10GbE |
51 10 Patrick McGarry
| Disks | 1x 1.6TB P3700 + 12 x 4TB HDDs (1:12 ratio) / P3700 as Journal and caching |
52 8 Patrick McGarry
| Caching software | Intel Cache Acceleration Software for read caching, option: Intel® Rapid Storage Technology enterprise/MD4.3 |
53
54 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. 
55 8 Patrick McGarry
56
| CPU | Intel® Xeon® CPU E5-2690v4 or higher |
57
| Memory | 128 GB or higher |
58
| NIC | Dual 10GbE 
59
| Disks | 1x 800GB P3700 + 4x S3510 1.6TB |
60
61
* *IOPS optimized* configuration provides best performance for workloads that demand low latency using all NVMe SSD configuration. 
62
63
| CPU | Intel® Xeon® CPU E5-2699v4 |
64
| Memory | 128 GB or higher |
65
| NIC | 1x 40GbE, 4x 10GbE |
66
| Disks | 4 x P3700 2TB |
67
68 12 Patrick McGarry
h3. Intel Tuning and Optimization Recommendations for Ceph
69 11 Patrick McGarry
70 12 Patrick McGarry
h3. Server Tuning
71 13 Patrick McGarry
Ceph Client Configuration
72 10 Patrick McGarry
73 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.
74
75 8 Patrick McGarry
!1-cpu-cores-client.png!
76 1 Patrick McGarry
Figure 1: Client CPU cores and Ceph cluster impact
77 8 Patrick McGarry
78
h3. Ceph Storage Node NUMA Tuning
79
80 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. 
81 8 Patrick McGarry
82
!2-numa-mode-config.png! 
83 1 Patrick McGarry
Figure 2: NUMA node configuration and OSD assignment
84
85 8 Patrick McGarry
> *_Ceph startup scripts need change with setaffinity=" numactl --membind=0 --cpunodebind=0 "_
86
87 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. 
88
89 8 Patrick McGarry
!3-numa-node-perf-vs-default-sys-config.png!
90
!3.1-table.png!
91 1 Patrick McGarry
Figure 3: NUMA node performance compared to default system configuration
92 8 Patrick McGarry
93
h3. Memory Tuning
94
95 1 Patrick McGarry
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.
96 8 Patrick McGarry
97 1 Patrick McGarry
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. 
98
99 8 Patrick McGarry
!4-thread-cache-size-impact-over-perf.png!
100 1 Patrick McGarry
Figure 4: Thread cache size impact over performance
101
102 8 Patrick McGarry
!5.0-tcmalloc-over-time.png!
103
!5.1-tcmalloc-over-time.png!
104 1 Patrick McGarry
Figure 5: TCMalloc performance in a running cluster over time
105
106
107 8 Patrick McGarry
!6.0-jemalloc-over-time.png!
108
!6.1-jemalloc-over-time.png!
109 1 Patrick McGarry
Figure 6: JEMalloc performance in a running cluster over time
110
111 8 Patrick McGarry
h3. NVMe SSD partitioning
112 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. 
113
114
Figure 7: Ceph OSD latency with different SSD partitions
115
116
Figure 8: CPU Utilization with different #of SSD partitions 
117
118
OS Tuning (must be done on all Ceph nodes)
119
Kernel Tuning
120
1. Modify system control in /etc/sysctl.conf
121
# Kernel sysctl configuration file for Red Hat Linux
122
#
123
# For binary values, 0 is disabled, 1 is enabled.  See sysctl(8) and
124
# sysctl.conf(5) for more details.
125
126
# Controls IP packet forwarding
127
net.ipv4.ip_forward = 0
128
129
# Controls source route verification
130
net.ipv4.conf.default.rp_filter = 1
131
132
# Do not accept source routing
133
net.ipv4.conf.default.accept_source_route = 0
134
135
# Controls the System Request debugging functionality of the kernel
136
kernel.sysrq = 0
137
138
# Controls whether core dumps will append the PID to the core filename.
139
# Useful for debugging multi-threaded applications.
140
kernel.core_uses_pid = 1
141
142
# disable TIME_WAIT.. wait ..
143
net.ipv4.tcp_tw_recycle = 1
144
net.ipv4.tcp_tw_reuse = 1
145
146
# Controls the use of TCP syncookies
147
net.ipv4.tcp_syncookies = 0
148
149
# double amount of allowed conntrack
150
net.netfilter.nf_conntrack_max = 2621440
151
net.netfilter.nf_conntrack_tcp_timeout_established = 1800
152
153
# Disable netfilter on bridges.
154
net.bridge.bridge-nf-call-ip6tables = 0
155
net.bridge.bridge-nf-call-iptables = 0
156
net.bridge.bridge-nf-call-arptables = 0
157
158
# Controls the maximum size of a message, in bytes
159
kernel.msgmnb = 65536
160
161
# Controls the default maxmimum size of a mesage queue
162
kernel.msgmax = 65536
163
164
# Controls the maximum shared segment size, in bytes
165
kernel.shmmax = 68719476736
166
167
# Controls the maximum number of shared memory segments, in pages
168
kernel.shmall = 4294967296
169
170
2. IP jumbo frames
171
If your switch supports jumbo frames, then the larger MTU size is helpful. Our tests showed 9000 MTU improves Sequential Read/Write performance.
172
173
3. Set the Linux disk scheduler to cfq
174
Filesystem considerations
175
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:
176
mkfs.xfs –i size=2048 /dev/sda1
177
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.
178
The following example mount options are recommended when using XFS:
179
mount -t xfs -o noatime,nodiratime,nobarrier,logbufs=8 /dev/sda1 /var/lib/Ceph/osd/Ceph-0
180
The following are specific recommendations for Intel SSD and Ceph. 
181
mkfs.xfs -f -K -i size=2048 -s size=4096 /dev/md0
182
/bin/mount -o noatime,nodiratime,nobarrier /dev/md0 /data/mysql
183
Disk read ahead
184
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.
185
echo 2048 > /sys/block/${disk}/queue/read_ahead_kb  (default 128)
186
187
Per disk performance
188
128
189
512
190
%
191
Sequential Read(MB/s)
192
1232 MB/s
193
3251 MB/s
194
+163%
195
* 6 nodes Ceph cluster, each have 20 OSD (750 GB * 7200 RPM. 2.5’’ HDD)
196
197
OSD: RADOS
198
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.
199
1. Large PG/PGP number (since Cuttlefish)
200
We find using large PG number per OSD (>200) will improve the performance. Also this will ease the data distribution unbalance issue
201
(default to 8)
202
ceph osd pool create testpool 8192 8192
203
204
2. omap data on separate disks (since Giant)
205
Mounting omap directory to some separate SSD will improve the random write performance. In our testing we saw a ~20% performance improvement.
206
207
3. objecter_inflight_ops/objecter_inflight_op_bytes (since Cuttlefish)
208
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 
209
(default to 1024/1024*1024*100)
210
objecter_inflight_ops = 10240
211
objecter_inflight_op_bytes = 1048576000
212
213
4. ms_dispatch_throttle_bytes (since Cuttlefish)
214
ms_dispatch_throttle_bytes throttle is to throttle dispatch message size for simple messenger, by default tweak this parameter to 10x. 
215
ms_dispatch_throttle_bytes = 1048576000
216
217
5. journal_queue_max_bytes/journal_queue_max_ops (since Cuttlefish)
218
journal_queue_max_bytes/journal_queue_max_op throttles are to throttle inflight ops for journal, 
219
If journal does not get enough budget for current op, it will block osd op thread, by default tweak this parameter to 10x.
220
journal_queueu_max_ops = 3000
221
journal_queue_max_bytes = 1048576000
222
223
224
6. filestore_queue_max_ops/filestore_queue_max_bytes (since Cuttlefish)
225
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.
226
filestore_queue_max_ops=5000
227
filestore_queue_max_bytes = 1048576000
228
229
7. filestore_op_threads controls the number of filesystem operation threads that execute in parallel
230
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.
231
filestore_op_threads=6
232
233
8. journal_max_write_entries/journal_max_write_bytes (since Cuttlefish)
234
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
235
journal_max_write_entries = 5000
236
journal_max_write_bytes = 1048576000
237
238
       
239
9. osd_op_num_threads_per_shard/osd_op_num_shards (since Firefly)
240
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.
241
After several performance tests with different settings, we concluded that default parameters provide best performance.
242
243
10. filestore_max_sync_interval (since Cuttlefish)
244
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
245
filestore_max_sync_interval = 10
246
247
248
11. ms_crc_data/ms_crc_header (since Cuttlefish)
249
Disable crc computation for simple messenger, this can reduce CPU utilization
250
251
12. filestore_fd_cache_shards/filestore_fd_cache_size (since Firefly)
252
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
253
254
255
13. Set debug level to 0 (since Cuttlefish)
256
For an all-SSD Ceph cluster, set debug level for sub system to 0 will improve the performance.  
257
debug_lockdep = 0/0
258
debug_context = 0/0
259
debug_crush = 0/0
260
debug_buffer = 0/0
261
debug_timer = 0/0
262
debug_filer = 0/0
263
debug_objecter = 0/0
264
debug_rados = 0/0
265
debug_rbd = 0/0
266
debug_journaler = 0/0
267
debug_objectcatcher = 0/0
268
debug_client = 0/0
269
debug_osd = 0/0
270
debug_optracker = 0/0
271
debug_objclass = 0/0
272
debug_filestore = 0/0
273
debug_journal = 0/0
274
debug_ms = 0/0
275
debug_monc = 0/0
276
debug_tp = 0/0
277
debug_auth = 0/0
278
debug_finisher = 0/0
279
debug_heartbeatmap = 0/0
280
debug_perfcounter = 0/0
281
debug_asok = 0/0
282
debug_throttle = 0/0
283
debug_mon = 0/0
284
debug_paxos = 0/0
285
debug_rgw = 0/0
286
287
288
RBD Tuning
289
To help achieve low latency on their RBD layer, we suggest the following, in addition to the CERN tuning referenced in ceph.com. 
290
1) echo performance | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor /dev/null 
291
2) 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
3) increase “filestore_omap_header_cache_size” • “filestore_fd_cache_size” , for better caching (16MB for each 500GB of storage)
293
For disk entry in libvirt  put address to all three ceph monitors.
294
295
RGW: Rados Gateway Tuning
296
1. Disable usage/access log (since Cuttlefish)
297
rgw enable ops log = false
298
rgw enable usage log = false
299
log file = /dev/null
300
We find disabling usage/access log improves the performance.
301
2. Using large cache size (since Cuttlefish)
302
rgw cache enabled = true
303
rgw cache lru size = 100000
304
Caching the hot objects improves the GET performance.
305
3. Using larger PG split/merge value.  (since Firefly)
306
filestore_merge_threshold = 500
307
filestore_split_multiple = 100
308
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.
309
4. Using load balancer with multiple RGW instances (since Cuttlefish)
310
311
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.
312
5. Increase the number of Rados handlers (since Hammer)
313
Since Hammer it’s able to using multiple number of Rados handlers per RGW instances. Increasing this value should improve the performance.
314
6. Using Civetweb frontend (since Giant)
315
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.
316
rgw frontends =civetweb port=80
317
318
7. Moving bucket index to SSD (since Giant)
319
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
321
8. Bucket Index Sharding (since Hammer)
322
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.
323
324
Erasure Coding Tuning
325
1. 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
osd_pool_erasure_code_stripe_width = 65536
328
329
2. Use mid-sized K
330
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
331
Appendix
332
333
Sample Ceph.conf 
334
[global]
335
fsid = 35b08d01-b688-4b9a-947b-bc2e25719370
336
mon_initial_members = gw2
337
mon_host = 10.10.10.105
338
filestore_xattr_use_omap = true
339
auth_cluster_required = none
340
auth_service_required = none
341
auth_client_required = none
342
debug_lockdep = 0/0
343
debug_context = 0/0
344
debug_crush = 0/0
345
debug_buffer = 0/0
346
debug_timer = 0/0
347
debug_filer = 0/0
348
debug_objecter = 0/0
349
debug_rados = 0/0
350
debug_rbd = 0/0
351
debug_journaler = 0/0
352
debug_objectcatcher = 0/0
353
debug_client = 0/0
354
debug_osd = 0/0
355
debug_optracker = 0/0
356
debug_objclass = 0/0
357
debug_filestore = 0/0
358
debug_journal = 0/0
359
debug_ms = 0/0
360
debug_monc = 0/0
361
debug_tp = 0/0
362
debug_auth = 0/0
363
debug_finisher = 0/0
364
debug_heartbeatmap = 0/0
365
debug_perfcounter = 0/0
366
debug_asok = 0/0
367
debug_throttle = 0/0
368
debug_mon = 0/0
369
debug_paxos = 0/0
370
debug_rgw = 0/0
371
[mon]
372
mon_pg_warn_max_per_osd=5000
373
mon_max_pool_pg_num=106496
374
[client]
375
rbd cache = false
376
[osd]
377
osd mkfs type = xfs
378
osd mount options xfs = rw,noatime,,nodiratime,inode64,logbsize=256k,delaylog
379
osd mkfs options xfs = -f -i size=2048
380
filestore_queue_max_ops=5000
381
filestore_queue_max_bytes = 1048576000
382
filestore_max_sync_interval = 10
383
filestore_merge_threshold = 500
384
filestore_split_multiple = 100
385
osd_op_shard_threads = 8
386
journal_max_write_entries = 5000
387
journal_max_write_bytes = 1048576000
388
journal_queueu_max_ops = 3000
389
journal_queue_max_bytes = 1048576000
390
ms_dispatch_throttle_bytes = 1048576000
391
objecter_inflight_op_bytes = 1048576000
392
public_network = 10.10.10.100/24
393
cluster_network = 10.10.10.100/24
394
395
[client.radosgw.gw2-1]
396
host = gw2
397
keyring = /etc/ceph/ceph.client.radosgw.keyring
398
rgw cache enabled = true
399
rgw cache lru size = 100000
400
rgw socket path = /var/run/ceph/ceph.client.radosgw.gw2-1.fastcgi.sock
401
rgw thread pool size = 256
402
rgw enable ops log = false
403
rgw enable usage log = false
404
log file = /dev/null
405
rgw frontends =civetweb port=80
406
rgw override bucket index max shards = 8
407
408
Sample sysctl.conf 
409
fs.file-max = 6553600
410
net.ipv4.ip_local_port_range = 1024 65000
411
net.ipv4.tcp_fin_timeout = 20
412
net.ipv4.tcp_max_syn_backlog = 819200
413
net.ipv4.tcp_keepalive_time = 20
414
kernel.msgmni = 2878
415
kernel.sem = 256 32000 100 142
416
kernel.shmmni = 4096
417
net.core.rmem_default = 1048576
418
net.core.rmem_max = 1048576
419
net.core.wmem_default = 1048576
420
net.core.wmem_max = 1048576
421
net.core.somaxconn = 40000
422
net.core.netdev_max_backlog = 300000
423
net.ipv4.tcp_max_tw_buckets = 10000
424
425
All-NVMe Ceph Cluster Tuning for MySQL workload
426
Ceph.conf 
427
[global]
428
        enable experimental unrecoverable data corrupting features = bluestore rocksdb
429
        osd objectstore = bluestore
430
        ms_type = async
431
        rbd readahead disable after bytes = 0
432
        rbd readahead max bytes = 4194304
433
        bluestore default buffered read = true
434
        auth client required = none
435
        auth cluster required = none
436
        auth service required = none
437
        filestore xattr use omap = true
438
        cluster network = 192.168.142.0/24, 192.168.143.0/24
439
        private network = 192.168.144.0/24, 192.168.145.0/24
440
        log file = /var/log/ceph/$name.log
441
        log to syslog = false
442
        mon compact on trim = false
443
        osd pg bits = 8
444
        osd pgp bits = 8
445
        mon pg warn max object skew = 100000
446
        mon pg warn min per osd = 0
447
        mon pg warn max per osd = 32768
448
        debug_lockdep = 0/0
449
        debug_context = 0/0
450
        debug_crush = 0/0
451
        debug_buffer = 0/0
452
        debug_timer = 0/0
453
        debug_filer = 0/0
454
        debug_objecter = 0/0
455
        debug_rados = 0/0
456
        debug_rbd = 0/0
457
        debug_ms = 0/0
458
        debug_monc = 0/0
459
        debug_tp = 0/0
460
        debug_auth = 0/0
461
        debug_finisher = 0/0
462
        debug_heartbeatmap = 0/0
463
        debug_perfcounter = 0/0
464
        debug_asok = 0/0
465
        debug_throttle = 0/0
466
        debug_mon = 0/0
467
        debug_paxos = 0/0
468
        debug_rgw = 0/0
469
        perf = true
470
        mutex_perf_counter = true
471
        throttler_perf_counter = false
472
        rbd cache = false
473
[mon]
474
        mon data =/home/bmpa/tmp_cbt/ceph/mon.$id
475
        mon_max_pool_pg_num=166496
476
        mon_osd_max_split_count = 10000
477
        mon_pg_warn_max_per_osd = 10000
478
[mon.a]
479
        host = ft02
480
        mon addr = 192.168.142.202:6789
481
[osd]
482
        osd_mount_options_xfs = rw,noatime,inode64,logbsize=256k,delaylog
483
        osd_mkfs_options_xfs = -f -i size=2048
484
        osd_op_threads = 32
485
        filestore_queue_max_ops=5000
486
        filestore_queue_committing_max_ops=5000
487
        journal_max_write_entries=1000
488
        journal_queue_max_ops=3000
489
        objecter_inflight_ops=102400
490
        filestore_wbthrottle_enable=false
491
        filestore_queue_max_bytes=1048576000
492
        filestore_queue_committing_max_bytes=1048576000
493
        journal_max_write_bytes=1048576000
494
        journal_queue_max_bytes=1048576000
495
        ms_dispatch_throttle_bytes=1048576000
496
        objecter_infilght_op_bytes=1048576000
497
        osd_mkfs_type = xfs
498
        filestore_max_sync_interval=10
499
        osd_client_message_size_cap = 0
500
        osd_client_message_cap = 0
501
        osd_enable_op_tracker = false
502
        filestore_fd_cache_size = 64
503
        filestore_fd_cache_shards = 32
504
        filestore_op_threads = 6
505
506
CBT YAML
507
cluster:
508
  user: "bmpa"
509
  head: "ft01"
510
  clients: ["ft01", "ft02", "ft03", "ft04", "ft05", "ft06"]
511
  osds: ["hswNode01", "hswNode02", "hswNode03", "hswNode04", "hswNode05"]
512
  mons:
513
   ft02:
514
     a: "192.168.142.202:6789"
515
osds_per_node: 16
516
  fs: xfs
517
  mkfs_opts: '-f -i size=2048 -n size=64k'
518
  mount_opts: '-o inode64,noatime,logbsize=256k'
519
  conf_file: '/home/bmpa/cbt/ceph.conf'
520
  use_existing: False
521
  newstore_block: True
522
  rebuild_every_test: False
523
  clusterid: "ceph"
524
iterations: 1
525
  tmp_dir: "/home/bmpa/tmp_cbt"
526
pool_profiles:
527
    2rep:
528
      pg_size: 8192
529
      pgp_size: 8192
530
      replication: 2
531
benchmarks:
532
  librbdfio:
533
    time: 300
534
    ramp: 300
535
    vol_size: 10
536
    mode: ['randrw']
537
    rwmixread: [0,70,100]
538
    op_size: [4096]
539
    procs_per_volume: [1]
540
    volumes_per_client: [10]
541
    use_existing_volumes: False
542
    iodepth: [4,8,16,32,64,128]
543
    osd_ra: [4096]
544
    norandommap: True
545
    cmd_path: '/usr/local/bin/fio'
546
    pool_profile: '2rep'
547
    log_avg_msec: 250
548
549
MySQL configuration file (my.cnf)
550
[client]
551
port            = 3306
552
socket          = /var/run/mysqld/mysqld.sock
553
[mysqld_safe]
554
socket          = /var/run/mysqld/mysqld.sock
555
nice            = 0
556
[mysqld]
557
user            = mysql
558
pid-file        = /var/run/mysqld/mysqld.pid
559
socket          = /var/run/mysqld/mysqld.sock
560
port            = 3306
561
datadir         = /data
562
basedir         = /usr
563
tmpdir          = /tmp
564
lc-messages-dir = /usr/share/mysql
565
skip-external-locking
566
bind-address            = 0.0.0.0
567
max_allowed_packet      = 16M
568
thread_stack            = 192K
569
thread_cache_size       = 8
570
query_cache_limit       = 1M
571
query_cache_size        = 16M
572
log_error = /var/log/mysql/error.log
573
expire_logs_days        = 10
574
max_binlog_size         = 100M
575
performance_schema=off
576
innodb_buffer_pool_size = 25G
577
innodb_flush_method = O_DIRECT
578
innodb_log_file_size=4G
579
thread_cache_size=16
580
innodb_file_per_table
581
innodb_checksums = 0
582
innodb_flush_log_at_trx_commit = 0
583
innodb_write_io_threads = 8
584
innodb_page_cleaners= 16
585
innodb_read_io_threads = 8
586
max_connections = 50000
587
[mysqldump]
588
quick
589
quote-names
590
max_allowed_packet      = 16M
591
[mysql]
592
!includedir /etc/mysql/conf.d/
593
594
595
Sample Ceph Vendor Solutions
596
The following are pointers to Ceph solutions, but this list is not comprehensive:
597
https://www.dell.com/learn/us/en/04/shared-content~data-sheets~en/documents~dell-red-hat-cloud-solutions.pdf 
598
http://www.fujitsu.com/global/products/computing/storage/eternus-cd/
599
http://www8.hp.com/h20195/v2/GetPDF.aspx/4AA5-2799ENW.pdf http://www8.hp.com/h20195/v2/GetPDF.aspx/4AA5-8638ENW.pdf 
600
http://www.supermicro.com/solutions/storage_ceph.cfm 
601
https://www.thomas-krenn.com/en/products/storage-systems/suse-enterprise-storage.html
602
http://www.qct.io/Solution/Software-Defined-Infrastructure/Storage-Virtualization/QCT-and-Red-Hat-Ceph-Storage-p365c225c226c230 
603
604
Notices:
605
Copyright © 2016 Intel Corporation. All rights reserved
606
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.
607
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.
608
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.
609
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.
610
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. 
611
612
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. 
613
614
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. 
615
616
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. 
617
618
Contact your local Intel sales office or your distributor to obtain the latest specifications and before placing your product order.