Project

General

Profile

The ungleich ceph handbook » History » Version 64

Nico Schottelius, 01/12/2023 01:28 PM

1 1 Nico Schottelius
h1. The ungleich ceph handbook
2
3 3 Nico Schottelius
{{toc}}
4
5 1 Nico Schottelius
h2. Status
6
7 7 Nico Schottelius
This document is **IN PRODUCTION**.
8 1 Nico Schottelius
9
h2. Introduction
10
11
This article describes the ungleich storage architecture that is based on ceph. It describes our architecture as well maintenance commands. Required for 
12
13 45 Nico Schottelius
h2. Processes
14
15
h3. Usage monitoring
16
17
* Usage should be kept somewhere in 70-75% area
18
* If usage reaches 72.5%, we start reducing usage by adding disks
19
* We stop when usage is below 70%
20
21
h3. Phasing in new disks
22
23
* 24h performance test prior to using it
24
25
h3. Phasing in new servers
26
27
* 24h performance test with 1 ssd or 1 hdd (whatever is applicable)
28
29
30 1 Nico Schottelius
h2. Communication guide
31
32
Usually when disks fails no customer communication is necessary, as it is automatically compensated/rebalanced by ceph. However in case multiple disk failures happen at the same time, I/O speed might be reduced and thus customer experience impacted.
33
34
For this reason communicate whenever I/O recovery settings are temporarily tuned.
35
36 20 Nico Schottelius
h2. Analysing 
37
38 21 Nico Schottelius
h3. ceph osd df tree
39 20 Nico Schottelius
40
Using @ceph osd df tree@ you can see not only the disk usage per OSD, but also the number of PGs on an OSD. This is especially useful to see how the OSDs are balanced.
41
42 22 Nico Schottelius
h3. Find out the device of an OSD
43
44
Use @mount | grep /var/lib/ceph/osd/ceph-OSDID@ on the server on which the OSD is located:
45
46
<pre>
47
48
[16:01:23] server2.place6:~# mount | grep /var/lib/ceph/osd/ceph-31
49
/dev/sdk1 on /var/lib/ceph/osd/ceph-31 type xfs (rw,relatime,attr2,inode64,noquota)
50
</pre>
51
52 57 Nico Schottelius
h3. Show config
53
54
<pre>
55
ceph config dump
56
</pre>
57
58 58 Nico Schottelius
h3. Show backfill and recovery config
59
60
<pre>
61
ceph-conf --show-config | egrep "osd_recovery_max_active|osd_recovery_op_priority|osd_max_backfills"
62
</pre>
63
64 59 Nico Schottelius
* See also: https://www.suse.com/support/kb/doc/?id=000019693
65
66 63 Nico Schottelius
h3. Checking and clearing crash reports
67
68
If the cluster is reporting HEALTH_WARN and a recent crash such as:
69
70
<pre>
71
[rook@rook-ceph-tools-f569797b4-z4542 /]$ ceph -s
72
  cluster:
73
    id:     ...
74
    health: HEALTH_WARN
75
            1 daemons have recently crashed
76
</pre>
77
78
One can analyse it using
79
80
* List the crashes: @ceph crash ls@ 
81
* Checkout the details: @ceph crash info <id>@
82
83
To archive the error:
84
85
* To archive a specific report: @ceph crash archive <id>@
86
* To archive all: @ceph crash archive-all@
87
88
After archiving, the cluster health should return to HEALTH_OK:
89
90
<pre>
91
[rook@rook-ceph-tools-f569797b4-z4542 /]$  ceph crash ls
92
ID                                                                ENTITY  NEW  
93
2022-09-19T04:33:19.378500Z_b2e26755-0712-41de-bf2b-b370dbe94ebc  mon.c    *   
94
[rook@rook-ceph-tools-f569797b4-z4542 /]$ ceph crash archive 2022-09-19T04:33:19.378500Z_b2e26755-0712-41de-bf2b-b370dbe94ebc 
95
[rook@rook-ceph-tools-f569797b4-z4542 /]$ ceph -s
96
  cluster:
97
    id:     ..
98
    health: HEALTH_OK
99
 
100
</pre>
101
102 2 Nico Schottelius
h2. Adding a new disk/ssd to the ceph cluster
103 1 Nico Schottelius
104 25 Jin-Guk Kwon
write on the disks, which order / date we bought it with a permanent marker.
105
106 46 Nico Schottelius
h3. Checking the shadow trees
107
108
To be able to spot differences / weights of hosts, it can be very helpful to look at the crush shadow tree
109
using @ceph osd crush tree --show-shadow@:
110
111
<pre>
112
-16   hdd-big 653.03418           root default~hdd-big        
113
-34   hdd-big         0         0     host server14~hdd-big   
114
-38   hdd-big         0         0     host server15~hdd-big   
115
-42   hdd-big  81.86153  78.28352     host server17~hdd-big   
116
 36   hdd-big   9.09560   9.09560         osd.36              
117
 59   hdd-big   9.09499   9.09499         osd.59              
118
 60   hdd-big   9.09499   9.09499         osd.60              
119
 68   hdd-big   9.09599   8.93999         osd.68              
120
 69   hdd-big   9.09599   7.65999         osd.69              
121
 70   hdd-big   9.09599   8.35899         osd.70              
122
 71   hdd-big   9.09599   8.56000         osd.71              
123
 72   hdd-big   9.09599   8.93700         osd.72              
124
 73   hdd-big   9.09599   8.54199         osd.73              
125
-46   hdd-big  90.94986  90.94986     host server18~hdd-big   
126
...
127
</pre>
128
129
130
Here we can see that the weight of server17 for the class hdd-big is about 81, the one of server18 about 90.
131
SSDs and other classes have their own shadow trees, too.
132
133 2 Nico Schottelius
h3. For Dell servers
134
135
First find the disk and then add it to the operating system
136
137
<pre>
138
megacli -PDList -aALL  | grep -B16 -i unconfigur
139
140
# Sample output:
141
[19:46:50] server7.place6:~#  megacli -PDList -aALL  | grep -B16 -i unconfigur
142
Enclosure Device ID: N/A
143
Slot Number: 0
144
Enclosure position: N/A
145
Device Id: 0
146
WWN: 0000000000000000
147
Sequence Number: 1
148
Media Error Count: 0
149
Other Error Count: 0
150
Predictive Failure Count: 0
151
Last Predictive Failure Event Seq Number: 0
152
PD Type: SATA
153
154
Raw Size: 894.252 GB [0x6fc81ab0 Sectors]
155
Non Coerced Size: 893.752 GB [0x6fb81ab0 Sectors]
156
Coerced Size: 893.75 GB [0x6fb80000 Sectors]
157
Sector Size:  0
158
Firmware state: Unconfigured(good), Spun Up
159
</pre>
160
161
Then add the disk to the OS:
162
163
<pre>
164 26 ll nu
megacli -CfgLdAdd -r0 [Enclosure Device ID:slot] -aX (X : host is 0. md-array is 1)
165 2 Nico Schottelius
166
# Sample call, if enclosure and slot are KNOWN (aka not N/A)
167
megacli -CfgLdAdd -r0 [32:0] -a0
168
169
# Sample call, if enclosure is N/A
170 1 Nico Schottelius
megacli -CfgLdAdd -r0 [:0] -a0
171 25 Jin-Guk Kwon
</pre>
172
173
Then check disk
174
175
<pre>
176
fdisk -l
177
[11:26:23] server2.place6:~# fdisk -l
178
......
179
Disk /dev/sdh: 7.3 TiB, 8000987201536 bytes, 15626928128 sectors
180
Units: sectors of 1 * 512 = 512 bytes
181
Sector size (logical/physical): 512 bytes / 512 bytes
182
I/O size (minimum/optimal): 512 bytes / 512 bytes
183
[11:27:24] server2.place6:~#
184
</pre>
185
186
Then create gpt
187
188
<pre>
189
/opt/ungleich-tools/disk-create-fresh-gpt /dev/XXX
190
[11:31:10] server2.place6:~# /opt/ungleich-tools/disk-create-fresh-gpt /dev/sdh
191
......
192
Created a new DOS disklabel with disk identifier 0x9c4a0355.
193
Command (m for help): Created a new GPT disklabel (GUID: 374E31AD-7B96-4837-B5ED-7B22C452899E).
194
......
195
</pre>
196
197
Then create osd for ssd/hdd-big
198
199
<pre>
200
/opt/ungleich-tools/ceph-osd-create-start /dev/XXX XXX(sdd or hdd-big)
201
[11:33:58] server2.place6:~# /opt/ungleich-tools/ceph-osd-create-start /dev/sdh hdd-big
202
+ set -e
203
+ [ 2 -lt 2 ]
204
......
205
+ /opt/ungleich-tools/monit-ceph-create-start osd.14
206
osd.14
207
[ ok ] Restarting daemon monitor: monit.
208
[11:36:14] server2.place6:~#
209
</pre>
210
211
Then check rebalancing(if you want to add another disk, you should do after rebalancing)
212
213
<pre>
214
ceph -s
215
[12:37:57] server2.place6:~# ceph -s
216
  cluster:
217
    id:     1ccd84f6-e362-4c50-9ffe-59436745e445
218
    health: HEALTH_WARN
219
            2248811/49628409 objects misplaced (4.531%)
220
......
221
  io:
222
    client:   170KiB/s rd, 35.0MiB/s wr, 463op/s rd, 728op/s wr
223
    recovery: 27.1MiB/s, 6objects/s
224 1 Nico Schottelius
[12:49:41] server2.place6:~#
225 64 Nico Schottelius
</pre>
226
227
h3. For HP servers
228
229
* Ensure the module "sg" has been loaded
230
231
Use the following to verify that the controller is detected:
232
233
<pre>
234
# hpacucli controller all show
235
236
Smart Array P420i in Slot 0 (Embedded)    (sn: 001438033ECEF60)
237 2 Nico Schottelius
</pre>
238
239 1 Nico Schottelius
h2. Moving a disk/ssd to another server
240 4 Nico Schottelius
241
(needs to be described better)
242
243
Generally speaking:
244
245 27 ll nu
* //needs to be tested: disable recovery so data wont start move while you have the osd down
246 9 Nico Schottelius
* /opt/ungleich-tools/ceph-osd-stop-disable does the following:
247
** Stop the osd, remove monit on the server you want to take it out
248
** umount the disk
249 1 Nico Schottelius
* Take disk out
250
* Discard preserved cache on the server you took it out 
251 54 Nico Schottelius
** using megacli:  @megacli -DiscardPreservedCache -Lall -aAll@
252 1 Nico Schottelius
* Insert into new server
253 9 Nico Schottelius
* Clear foreign configuration
254 54 Nico Schottelius
** using megacli: @megacli -CfgForeign -Clear -aAll@
255 9 Nico Schottelius
* Disk will now appear in the OS, ceph/udev will automatically start the OSD (!)
256
** No creating of the osd required!
257
* Verify that the disk exists and that the osd is started
258
** using *ps aux*
259
** using *ceph osd tree*
260 10 Nico Schottelius
* */opt/ungleich-tools/monit-ceph-create-start osd.XX* # where osd.XX is the osd + number
261 9 Nico Schottelius
** Creates the monit configuration file so that monit watches the OSD
262
** Reload monit
263 11 Nico Schottelius
* Verify monit using *monit status*
264 1 Nico Schottelius
265 56 Nico Schottelius
h2. OSD related processes
266 1 Nico Schottelius
267 56 Nico Schottelius
h3. Removing a disk/ssd
268
269 1 Nico Schottelius
To permanently remove a failed disk from a cluster, use ***ceph-osd-stop-remove-permanently*** from ungleich-tools repo. Warning: if the disk is still active, the OSD will be shutdown AND removed from the cluster -> all data of that disk will need to be rebalanced.
270
271 56 Nico Schottelius
h3. Handling DOWN osds with filesystem errors
272 1 Nico Schottelius
273
If an email arrives with the subject "monit alert -- Does not exist osd.XX-whoami", the filesystem of an OSD cannot be read anymore. It is very highly likely that the disk / ssd is broken. Steps that need to be done:
274
275
* Login to any ceph monitor (cephX.placeY.ungleich.ch)
276
* Check **ceph -s**, find host using **ceph osd tree**
277
* Login to the affected host
278
* Run the following commands:
279
** ls /var/lib/ceph/osd/ceph-XX
280
** dmesg
281 24 Jin-Guk Kwon
<pre>
282
ex) After checking message of dmesg, you can do next step
283
[204696.406756] XFS (sdl1): metadata I/O error: block 0x19100 ("xlog_iodone") error 5 numblks 64
284
[204696.408094] XFS (sdl1): xfs_do_force_shutdown(0x2) called from line 1233 of file /build/linux-BsFdsw/linux-4.9.65/fs/xfs/xfs_log.c.  Return address = 0xffffffffc08eb612
285
[204696.410702] XFS (sdl1): Log I/O Error Detected.  Shutting down filesystem
286
[204696.411977] XFS (sdl1): Please umount the filesystem and rectify the problem(
287
</pre>
288
289 1 Nico Schottelius
* Create a new ticket in the datacenter light project
290
** Subject: "Replace broken OSD.XX on serverX.placeY.ungleich.ch"
291
** Add (partial) output of above commands
292
** Use /opt/ungleich-tools/ceph-osd-stop-remove-permanently XX, where XX is the osd id, to remove the disk from the cluster
293
** Remove the physical disk from the host, checkout if there is warranty on it and if yes
294
*** Create a short letter to the vendor, including technical details a from above
295
*** Record when you sent it in
296
*** Put ticket into status waiting
297
** If there is no warranty, dispose it
298
299 56 Nico Schottelius
h3. [[Create new pool and place new osd]]
300
301
h3. Configuring auto repair on pgs
302
303
<pre>
304
ceph config set osd osd_scrub_auto_repair true
305
</pre>
306
307
Verify using:
308
309
<pre>
310
ceph config dump
311
</pre>
312 39 Jin-Guk Kwon
313 1 Nico Schottelius
h2. Change ceph speed for i/o recovery
314
315
By default we want to keep I/O recovery traffic low to not impact customer experience. However when multiple disks fail at the same point, we might want to prioritise recover for data safety over performance.
316
317
The default configuration on our servers contains:
318
319
<pre>
320
[osd]
321
osd max backfills = 1
322
osd recovery max active = 1
323
osd recovery op priority = 2
324
</pre>
325
326
The important settings are *osd max backfills* and *osd recovery max active*, the priority is always kept low so that regular I/O has priority.
327
328
To adjust the number of backfills *per osd* and to change the *number of threads* used for recovery, we can use on any node with the admin keyring:
329
330
<pre>
331
ceph tell osd.* injectargs '--osd-max-backfills Y'
332
ceph tell osd.* injectargs '--osd-recovery-max-active X'
333
</pre>
334
335
where Y and X are the values that we want to use. Experience shows that Y=5 and X=5 doubles to triples the recovery performance, whereas X=10 and Y=10 increases recovery performance 5 times.
336
337
h2. Debug scrub errors / inconsistent pg message
338 6 Nico Schottelius
339 1 Nico Schottelius
From time to time disks don't save what they are told to save. Ceph scrubbing detects these errors and switches to HEALTH_ERR. Use *ceph health detail* to find out which placement groups (*pgs*) are affected. Usually a ***ceph pg repair <number>*** fixes the problem.
340
341
If this does not help, consult https://ceph.com/geen-categorie/ceph-manually-repair-object/.
342 12 Nico Schottelius
343
h2. Move servers into the osd tree
344
345
New servers have their buckets placed outside the **default root** and thus need to be moved inside.
346
Output might look as follows:
347
348
<pre>
349
[11:19:27] server5.place6:~# ceph osd tree
350
ID  CLASS   WEIGHT    TYPE NAME        STATUS REWEIGHT PRI-AFF 
351
 -3           0.87270 host server5                             
352
 41     ssd   0.87270     osd.41           up  1.00000 1.00000 
353
 -1         251.85580 root default                             
354
 -7          81.56271     host server2                         
355
  0 hdd-big   9.09511         osd.0        up  1.00000 1.00000 
356
  5 hdd-big   9.09511         osd.5        up  1.00000 1.00000 
357
...
358
</pre>
359
360
361
Use **ceph osd crush move serverX root=default** (where serverX is the new server),
362
which will move the bucket in the right place:
363
364
<pre>
365
[11:21:17] server5.place6:~# ceph osd crush move server5 root=default
366
moved item id -3 name 'server5' to location {root=default} in crush map
367
[11:32:12] server5.place6:~# ceph osd tree
368
ID  CLASS   WEIGHT    TYPE NAME        STATUS REWEIGHT PRI-AFF 
369
 -1         252.72850 root default                             
370
...
371
 -3           0.87270     host server5                         
372
 41     ssd   0.87270         osd.41       up  1.00000 1.00000 
373
374
375
</pre>
376 13 Nico Schottelius
377
h2. How to fix existing osds with wrong partition layout
378
379
In the first version of DCL we used filestore/3 partition based layout.
380
In the second version of DCL, including OSD autodection, we use bluestore/2 partition based layout.
381
382
To convert, we delete the old OSD, clean the partitions and create a new osd:
383
384 14 Nico Schottelius
h3. Inactive OSD
385 1 Nico Schottelius
386 14 Nico Schottelius
If the OSD is *not active*, we can do the following:
387
388 13 Nico Schottelius
* Find the OSD number: mount the partition and find the whoami file
389
390
<pre>
391
root@server2:/opt/ungleich-tools# mount /dev/sda2 /mnt/
392
root@server2:/opt/ungleich-tools# cat /mnt/whoami 
393
0
394
root@server2:/opt/ungleich-tools# umount  /mnt/
395
396
</pre>
397
398
* Verify in the *ceph osd tree* that the OSD is on that server
399
* Deleting the OSD
400
** ceph osd crush remove $osd_name
401 1 Nico Schottelius
** ceph osd rm $osd_name
402 14 Nico Schottelius
403
Then continue below as described in "Recreating the OSD".
404
405
h3. Remove Active OSD
406
407
* Use /opt/ungleich-tools/ceph-osd-stop-remove-permanently OSDID to stop and remove the OSD
408
* Then continue below as described in "Recreating the OSD".
409
410
411
h3. Recreating the OSD
412
413 13 Nico Schottelius
* Create an empty partition table
414
** fdisk /dev/sdX
415
** g
416
** w
417
* Create a new OSD
418
** /opt/ungleich-tools/ceph-osd-create-start /dev/sdX CLASS # use hdd, ssd, ... for the CLASS
419 15 Jin-Guk Kwon
420
h2. How to fix unfound pg
421
422
refer to https://redmine.ungleich.ch/issues/6388
423 16 Jin-Guk Kwon
424
* Check health state 
425
** ceph health detail
426
* Check which server has that osd
427
** ceph osd tree
428
* Check which VM is running in server place
429 17 Jin-Guk Kwon
** virsh list  
430 16 Jin-Guk Kwon
* Check pg map
431 17 Jin-Guk Kwon
** ceph osd map [osd pool] [VMID]
432 18 Jin-Guk Kwon
* revert pg
433
** ceph pg [PGID] mark_unfound_lost revert
434 28 Nico Schottelius
435 60 Nico Schottelius
h2. Phasing out OSDs
436
437 61 Nico Schottelius
* Either directly via /opt/ungleich-tools/ceph/ceph-osd-stop-remove-permanently
438 62 Nico Schottelius
* Or first draining it using @ceph osd crush reweight osd.XX 0@
439 60 Nico Schottelius
** Wait until rebalance done
440 61 Nico Schottelius
** Then remove
441 60 Nico Schottelius
442 28 Nico Schottelius
h2. Enabling per image RBD statistics for prometheus
443
444
445
<pre>
446
[20:26:57] red2.place5:~# ceph config set mgr mgr/prometheus/rbd_stats_pools "one,hdd"
447
[20:27:57] black2.place6:~# ceph config set mgr mgr/prometheus/rbd_stats_pools "hdd,ssd"
448
</pre>
449 29 Nico Schottelius
450
h2. S3 Object Storage
451
452 36 Nico Schottelius
This section is ** UNDER CONTRUCTION ** 
453
454 29 Nico Schottelius
h3. Introduction
455 1 Nico Schottelius
456 30 Nico Schottelius
* See the "Red Hat manual":https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/3/html/object_gateway_guide_for_red_hat_enterprise_linux/overview-rgw
457
* The "ceph docs about object storage":https://docs.ceph.com/docs/mimic/radosgw/
458 29 Nico Schottelius
459
h3. Architecture
460
461
* S3 requests are handled by a publicly accessible gateway, which also has access to the ceph cluster.
462 34 Nico Schottelius
* s3 buckets are usually
463 29 Nico Schottelius
464 32 Nico Schottelius
h3. Authentication / Users
465
466
* Ceph *can* make use of LDAP as a backend
467 1 Nico Schottelius
** However it uses the clear text username+password as a token
468 34 Nico Schottelius
** See https://docs.ceph.com/docs/mimic/radosgw/ldap-auth/
469 32 Nico Schottelius
* We do not want users to store their regular account on machines
470
* For this reason we use independent users / tokens, but with the same username as in LDAP
471
472 38 Nico Schottelius
Creating a user:
473
474
<pre>
475
radosgw-admin user create --uid=USERNAME --display-name="Name of user"
476
</pre>
477
478
479
Listing users:
480
481
<pre>
482
radosgw-admin user list
483
</pre>
484
485
486
Deleting users and their storage:
487
488
<pre>
489
radosgw-admin user rm --uid=USERNAME --purge-data
490
</pre>
491
492 1 Nico Schottelius
h3. Setting up S3 object storage on Ceph
493 33 Nico Schottelius
494
* Setup a gateway node with Alpine Linux
495
** Change do edge
496
** Enable testing
497
* Update the firewall to allow access from this node to the ceph monitors
498 35 Nico Schottelius
* Setting up the wildcard DNS certificate
499
500
<pre>
501
apk add ceph-radosgw
502
</pre>
503 37 Nico Schottelius
504
h3. Wildcard DNS certificate from letsencrypt
505
506
Acquiring and renewing this certificate is currently a manual process, as it requires to change DNS settings.
507
508
* run certbot
509
* update DNS with the first token
510
* update DNS with the second token
511
512
Sample session:
513
514
<pre>
515
s3:/etc/ceph# certbot certonly --manual --preferred-challenges=dns --email sre@ungleich.ch --server https://acme-v02.api.letsencrypt.org/directory --agree-tos 
516
-d *.s3.ungleich.ch -d s3.ungleich.ch
517
Saving debug log to /var/log/letsencrypt/letsencrypt.log
518
Plugins selected: Authenticator manual, Installer None
519
Cert is due for renewal, auto-renewing...
520
Renewing an existing certificate
521
Performing the following challenges:
522
dns-01 challenge for s3.ungleich.ch
523
dns-01 challenge for s3.ungleich.ch
524
525
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
526
NOTE: The IP of this machine will be publicly logged as having requested this
527
certificate. If you're running certbot in manual mode on a machine that is not
528
your server, please ensure you're okay with that.
529
530
Are you OK with your IP being logged?
531
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
532
(Y)es/(N)o: y
533
534
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
535
Please deploy a DNS TXT record under the name
536
_acme-challenge.s3.ungleich.ch with the following value:
537
538
KxGLZNiVjFwz1ifNheoR_KQoPVpkvRUV1oT2pOvJlU0
539
540
Before continuing, verify the record is deployed.
541
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
542
Press Enter to Continue
543
544
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
545
Please deploy a DNS TXT record under the name
546
_acme-challenge.s3.ungleich.ch with the following value:
547
548
bkrhtxWZUipCAL5cBfvrjDuftqsZdQ2JjisiKmXBbaI
549
550
Before continuing, verify the record is deployed.
551
(This must be set up in addition to the previous challenges; do not remove,
552
replace, or undo the previous challenge tasks yet. Note that you might be
553
asked to create multiple distinct TXT records with the same name. This is
554
permitted by DNS standards.)
555
556
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
557
Press Enter to Continue
558
Waiting for verification...
559
Cleaning up challenges
560
561
IMPORTANT NOTES:
562
 - Congratulations! Your certificate and chain have been saved at:
563
   /etc/letsencrypt/live/s3.ungleich.ch/fullchain.pem
564
   Your key file has been saved at:
565
   /etc/letsencrypt/live/s3.ungleich.ch/privkey.pem
566
   Your cert will expire on 2020-12-09. To obtain a new or tweaked
567
   version of this certificate in the future, simply run certbot
568
   again. To non-interactively renew *all* of your certificates, run
569
   "certbot renew"
570
 - If you like Certbot, please consider supporting our work by:
571
572
   Donating to ISRG / Let's Encrypt:   https://letsencrypt.org/donate
573
   Donating to EFF:                    https://eff.org/donate-le
574
575
</pre>
576 41 Nico Schottelius
577
h2. Debugging ceph
578
579
580
<pre>
581
    ceph status
582
    ceph osd status
583
    ceph osd df
584
    ceph osd utilization
585
    ceph osd pool stats
586
    ceph osd tree
587
    ceph pg stat
588
</pre>
589 42 Nico Schottelius
590 53 Nico Schottelius
h3. How to list the version overview
591
592 55 Nico Schottelius
This lists the versions of osds, mgrs and mons:
593
594 53 Nico Schottelius
<pre>
595
ceph versions
596
</pre>
597 55 Nico Schottelius
598
Listing the "features" of clients, osds, mgrs and mons can be done using @ceph features@:
599
600
<pre>
601
[15:32:20] red1.place5:~# ceph features
602
{
603
    "mon": [
604
        {
605
            "features": "0x3ffddff8ffecffff",
606
            "release": "luminous",
607
            "num": 5
608
        }
609
    ],
610
    "osd": [
611
        {
612
            "features": "0x3ffddff8ffecffff",
613
            "release": "luminous",
614
            "num": 44
615
        }
616
    ],
617
    "client": [
618
        {
619
            "features": "0x3ffddff8eea4fffb",
620
            "release": "luminous",
621
            "num": 4
622
        },
623
        {
624
            "features": "0x3ffddff8ffacffff",
625
            "release": "luminous",
626
            "num": 18
627
        },
628
        {
629
            "features": "0x3ffddff8ffecffff",
630
            "release": "luminous",
631
            "num": 31
632
        }
633
    ],
634
    "mgr": [
635
        {
636
            "features": "0x3ffddff8ffecffff",
637
            "release": "luminous",
638
            "num": 4
639
        }
640
    ]
641
}
642
643
</pre>
644
 
645 53 Nico Schottelius
646
h3. How to list the version of every OSD and every monitor
647
648
To list the version of each ceph OSD:
649
650
<pre>
651
ceph tell osd.* version
652
</pre>
653
654
To list the version of each ceph mon:
655
2
656
<pre>
657
ceph tell mon.* version
658
</pre>
659
660
The mgr do not seem to support this command as of 14.2.21.
661
662 49 Nico Schottelius
h2. Performance Tuning
663
664
* Ensure that the basic options for reducing rebalancing workload are set:
665
666
<pre>
667
osd max backfills = 1
668
osd recovery max active = 1
669
osd recovery op priority = 2
670
</pre>
671
672
* Ensure that "osd_op_queue_cut_off":https://docs.ceph.com/en/latest/rados/configuration/osd-config-ref/#confval-osd_op_queue_cut_off is set to **high**
673
** Requires OSD restart on change
674
675 50 Nico Schottelius
<pre>
676
ceph config set global osd_op_queue_cut_off high
677
</pre>
678
679 51 Nico Schottelius
<pre>
680
be sure to check your osd recovery sleep settings, there are several
681
depending on your underlying drives:
682
683
    "osd_recovery_sleep": "0.000000",
684
    "osd_recovery_sleep_hdd": "0.050000",
685
    "osd_recovery_sleep_hybrid": "0.050000",
686
    "osd_recovery_sleep_ssd": "0.050000",
687
688
Adjusting these will upwards will dramatically reduce IO, and take effect
689
immediately at the cost of slowing rebalance/recovery.
690
</pre>
691
692 52 Nico Schottelius
Reference settings from Frank Schilder:
693
694
<pre>
695
  osd       class:hdd      advanced osd_recovery_sleep                0.050000
696
  osd       class:rbd_data advanced osd_recovery_sleep                0.025000
697
  osd       class:rbd_meta advanced osd_recovery_sleep                0.002500
698
  osd       class:ssd      advanced osd_recovery_sleep                0.002500
699
  osd                      advanced osd_recovery_sleep                0.050000
700
701
  osd       class:hdd      advanced osd_max_backfills                 3
702
  osd       class:rbd_data advanced osd_max_backfills                 6
703
  osd       class:rbd_meta advanced osd_max_backfills                 12
704
  osd       class:ssd      advanced osd_max_backfills                 12
705
  osd                      advanced osd_max_backfills                 3
706
707
  osd       class:hdd      advanced osd_recovery_max_active           8
708
  osd       class:rbd_data advanced osd_recovery_max_active           16
709
  osd       class:rbd_meta advanced osd_recovery_max_active           32
710
  osd       class:ssd      advanced osd_recovery_max_active           32
711
  osd                      advanced osd_recovery_max_active           8
712
</pre>
713
714
(have not yet been tested in our clusters)
715 51 Nico Schottelius
716 42 Nico Schottelius
h2. Ceph theory
717
718
h3. How much data per Server?
719
720
Q: How much data should we add into one server?
721
A: Not more than it can handle.
722
723
How much data can a server handle? For this let's have a look at 2 scenarios:
724
725
* How long does it take to compensate the loss of the server?
726
727
* Assuming a server has X TiB storage in Y disks attached and a network speed of Z GiB/s.
728
* And our estimated rebuild goal is to compensate the loss of a server within U hours.
729
730
731
h4. Approach 1
732
733
Then
734
735
Let's take an example: 
736
737
* A server with @10 disks * 10 TiB@ = 100 TiB = 100 000 GiB data. It is network connected with 10 Gbit = 1.25 GiB/s.
738
* 100000/1.25 = 80000s = 22.22h
739
740
However, our logic assumes that we actually rebuild from the failed server, which... is failed. 
741
742
h4. Approach 2: calculating with left servers
743
744
However we can apply our logic also to distribute
745
the rebuild over several servers that now pull in data from each other for rebuilding.
746
We need to *read* the data (100TiB) from other servers and distribute it to new OSDs. Assuming each server has a 10 Gbit/s
747
network connection.
748
749
Now the servers might need to *read* (get data from other osds) and *write) (send data to other osds). Luckily, networking is 10 Gbit/s duplex - i.e. in both directions.
750
751
However how fast can we actually read data from the disks? 
752
753
* SSDs are in the range of hundreds of MB/s (best case, not necessarily true for random reads) - let's assume
754
* HDDs are in the range of tenths of MB/s (depending on the work load, but 30-40 MB/s random reads seems realistic)
755
756
 
757
758
759
Further assumptions:
760
761
* Assuming further that each disk should be dedicated at least one CPU core.
762 43 Nico Schottelius
763
h3. Disk/SSD speeds
764
765 44 Nico Schottelius
* Tuning for #8473 showed that a 10TB HDD can write up to 180-200MB/s when backfilling (at about 70% cpu usage and 20% disk usage), max backfills = 8
766 43 Nico Schottelius
* Debugging SSD usage in #8461 showed SSDs can read about 470-520MB/s sequential
767
* Debugging SSD usage in #8461 showed SSDs can write about 170-280MB/s sequential
768
* Debugging SSD usage in #8461 showed SSDs can write about 4MB/s RANDOM (need to verify this even though 3 runs showed these numbers)
769 47 Dominique Roux
770 48 Dominique Roux
h3. Ceph theoretical fundament
771 47 Dominique Roux
772
If you are very much into the theoretical fundament of Ceph check out their "paper":https://www3.nd.edu/~dthain/courses/cse40771/spring2007/papers/ceph.pdf