added more descriptive comments
[gnt-info] / doc / megaraid-to-md.txt
1 In our testing, md raid10 is about 30% faster than megaraid's internal raid10.
2
3 First, let's test original configuration. It 6*1T disks and one SSD before and after bios update.
4
5 root@lib24:~# lsblk --scsi -m
6 NAME HCTL       TYPE VENDOR   MODEL             REV TRAN NAME   SIZE OWNER GROUP MODE
7 sdb  0:0:7:0    disk ATA      INTEL SSDSC2BW24 DC32      sdb  223.6G root  disk  brw-rw----
8 sdc  0:2:0:0    disk DELL     PERC H310        2.12      sdc    2.7T root  disk  brw-rw----
9
10 root@lib24:~# dmidecode | grep 'BIOS Rev'
11         BIOS Revision: 2.5
12
13 root@lib24:~# hdparm -tT /dev/sd[bc]
14
15 /dev/sdb:
16  Timing cached reads:   13750 MB in  2.00 seconds = 6890.40 MB/sec
17  Timing buffered disk reads: 950 MB in  3.00 seconds = 316.44 MB/sec
18
19 /dev/sdc:
20  Timing cached reads:   13304 MB in  1.99 seconds = 6670.01 MB/sec
21  Timing buffered disk reads: 1332 MB in  3.00 seconds = 443.81 MB/sec
22
23
24
25 root@lib24:~# dmidecode | grep 'BIOS Rev'
26         BIOS Revision: 2.7
27 root@lib24:~# lsblk --scsi -m
28 NAME HCTL       TYPE VENDOR   MODEL             REV TRAN NAME   SIZE OWNER GROUP MODE
29 sda  0:0:6:0    disk ATA      WDC WD1002FBYS-1 0C12      sda  931.5G root  disk  brw-rw----
30 sdb  0:0:7:0    disk ATA      INTEL SSDSC2BW24 DC32      sdb  223.6G root  disk  brw-rw----
31 sdc  0:2:0:0    disk DELL     PERC H310        2.12      sdc    2.7T root  disk  brw-rw----
32 root@lib24:~# hdparm -tT /dev/sd[abc]
33
34 /dev/sda:
35  Timing cached reads:   13960 MB in  1.99 seconds = 7002.59 MB/sec
36  Timing buffered disk reads: 320 MB in  3.00 seconds = 106.57 MB/sec
37
38 /dev/sdb:
39  Timing cached reads:   14004 MB in  1.99 seconds = 7024.47 MB/sec
40  Timing buffered disk reads: 962 MB in  3.00 seconds = 320.66 MB/sec
41
42 /dev/sdc:
43  Timing cached reads:   13920 MB in  1.99 seconds = 6981.76 MB/sec
44  Timing buffered disk reads: 1356 MB in  3.00 seconds = 451.81 MB/sec
45
46
47
48
49
50
51 Here are steps to replace hardware megaraid with software md5 on ganeti.
52
53
54
55
56 root@lib30:/srv/gnt-info# gnt-node migrate lib28
57
58 root@lib30:/srv/gnt-info# gnt-node modify --drained yes lib28
59
60 root@lib30:/srv/gnt-info# hbal -L -X
61
62
63
64 This will migrate instances from node, marked it as drained and then hbal will re-distribute drbd disks
65 from it to rest of cluster.
66
67 Alternative is to use modify -t plain, but that requires instance reboot.
68
69
70 root@lib28:~# vgremove ffzgvg
71
72 root@lib28:~# pvremove /dev/bcache0 
73
74
75
76 Then, we need to find bcache block device and deactiate it:
77
78 root@lib28:~# cd /sys/fs/bcache/
79 root@lib28:/sys/fs/bcache# cd 4a61e966-f18d-4fab-836a-3ff027963781/
80
81 root@lib28:/sys/fs/bcache/4a61e966-f18d-4fab-836a-3ff027963781# ls -al bdev0
82 lrwxrwxrwx 1 root root 0 Sep 19 19:46 bdev0 -> ../../../devices/pci0000:00/0000:00:02.2/0000:03:00.0/host0/target0:2:0/0:2:0:0/block/sdb/bcache
83
84
85 root@lib28:~# echo 1 > /sys/block/sdb/bcache/stop 
86 [Wed Sep 19 20:05:53 2018] bcache: bcache_device_free() bcache0 stopped
87
88 root@lib28:~# megacli -CfgDsply -a0
89
90
91 Erase existing config
92
93 root@lib28:~# megacli -CfgLdDel -L0 -a0
94                                      
95 Adapter 0: Deleted Virtual Drive-0(target id-0)
96
97 Exit Code: 0x00
98
99
100 Convert all disks to jbod
101
102 root@lib28:~# megacli -PDMakeJBOD -PhysDrv[32:0] -a0
103                                      
104 Adapter: 0: EnclId-32 SlotId-0 state changed to JBOD.
105
106 Exit Code: 0x00
107
108 root@lib28:~# megacli -PDMakeJBOD -PhysDrv[32:1] -a0
109
110 ...
111
112 megacli -PDMakeJBOD -PhysDrv[32:6] -a0
113                                      
114 Adapter: 0: Failed to change PD state at EnclId-32 SlotId-6.
115
116 Exit Code: 0x01
117
118
119 This probably means that it has foreign config (makes sense, 7th disk
120 comes from another server with raid on it):
121
122 root@lib28:~# megacli -CfgForeign -Clear 0 -a0
123                                      
124 Foreign configuration 0 is cleared on controller 0.
125
126 Exit Code: 0x00
127
128
129 root@lib28:~# megacli -PDMakeJBOD -PhysDrv[32:6] -a0
130                                      
131 Adapter: 0: EnclId-32 SlotId-6 state changed to JBOD.
132
133 Exit Code: 0x00
134
135
136 Let's now wipe disks which where detected as bcache:
137
138 root@lib24:~# dmesg | grep register_bdev
139 [    4.941396] bcache: register_bdev() registered backing device sdc
140 [  496.314350] bcache: register_bdev() registered backing device sdc
141 [  510.221356] bcache: register_bdev() registered backing device sdd
142
143 root@lib24:~# wipefs /dev/sd[cd]
144 offset               type
145 ----------------------------------------------------------------
146 0x1018               bcache   [other]
147                      UUID:  08a9ea8e-0a25-4efd-9075-8966c0d1fb00
148
149 offset               type
150 ----------------------------------------------------------------
151 0x1018               bcache   [other]
152                      UUID:  08a9ea8e-0a25-4efd-9075-8966c0d1fb00
153
154
155 It's probably a good idea to reboot here so that linux kernel can re-numerate disks.
156
157
158
159 root@lib28:~# lsblk --scsi -m
160 NAME HCTL       TYPE VENDOR   MODEL             REV TRAN NAME   SIZE OWNER GROUP MODE
161 sda  0:0:7:0    disk ATA      INTEL SSDSC2BW24 DC32      sda  223.6G root  disk  brw-rw----
162 sdb  0:0:0:0    disk ATA      ST1000NM0033-9ZM GA0A      sdb  931.5G root  disk  brw-rw----
163 sdc  0:0:1:0    disk ATA      ST1000NM0033-9ZM GA0A      sdc  931.5G root  disk  brw-rw----
164 sdd  0:0:2:0    disk ATA      ST1000NM0033-9ZM GA0A      sdd  931.5G root  disk  brw-rw----
165 sde  0:0:3:0    disk ATA      ST1000NM0033-9ZM GA0A      sde  931.5G root  disk  brw-rw----
166 sdf  0:0:4:0    disk ATA      ST1000NM0033-9ZM GA0A      sdf  931.5G root  disk  brw-rw----
167 sdg  0:0:5:0    disk ATA      ST1000NM0033-9ZM GA0A      sdg  931.5G root  disk  brw-rw----
168 sdh  0:0:6:0    disk ATA      ST1000NM0033-9ZM GA0A      sdh  931.5G root  disk  brw-rw----
169
170
171 If you didn't wipe old bcache data you might get error when creating array:
172
173 root@lib28:~# mdadm --create /dev/md0 --level=10 --raid-devices=7 /dev/sd{b,c,d,e,f,g,h}
174 mdadm: cannot open /dev/sdb: Device or resource busy
175 root@lib28:~# lsblk 
176 NAME      MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
177 sda         8:0    0 223.6G  0 disk 
178 ├─sda1      8:1    0   260M  0 part /boot/efi
179 ├─sda2      8:2    0    10G  0 part /
180 └─sda3      8:3    0 213.3G  0 part 
181 sdb         8:16   0 931.5G  0 disk 
182 └─bcache0 254:0    0 931.5G  0 disk 
183 sdc         8:32   0 931.5G  0 disk 
184 └─bcache1 254:1    0 931.5G  0 disk 
185 sdd         8:48   0 931.5G  0 disk 
186 sde         8:64   0 931.5G  0 disk 
187 sdf         8:80   0 931.5G  0 disk 
188 sdg         8:96   0 931.5G  0 disk 
189 sdh         8:112  0 931.5G  0 disk 
190
191 Duh!
192
193 root@lib28:~# wipefs /dev/sda 
194 offset               type
195 ----------------------------------------------------------------
196 0x1018               bcache   [other]
197                      UUID:  2dbf6232-0e89-4d7b-87c7-79897b0a34f2
198
199 root@lib28:~# wipefs /dev/sdb
200 offset               type
201 ----------------------------------------------------------------
202 0x1018               bcache   [other]
203                      UUID:  2dbf6232-0e89-4d7b-87c7-79897b0a34f2
204
205 root@lib28:~# echo 1 > /sys/block/sda/bcache/stop 
206 root@lib28:~# [Wed Sep 19 20:25:14 2018] bcache: bcache_device_free() bcache0 stopped
207
208 root@lib28:~# echo 1 > /sys/block/sdb/bcache/stop 
209 root@lib28:~# [Wed Sep 19 20:25:20 2018] bcache: bcache_device_free() bcache1 stopped
210
211 root@lib28:~# lsblk 
212 NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
213 sda      8:0    0 931.5G  0 disk 
214 sdb      8:16   0 931.5G  0 disk 
215 sdc      8:32   0 931.5G  0 disk 
216 sdd      8:48   0 931.5G  0 disk 
217 sde      8:64   0 931.5G  0 disk 
218 sdf      8:80   0 931.5G  0 disk 
219 sdg      8:96   0 931.5G  0 disk 
220 sdh      8:112  0 223.6G  0 disk 
221 ├─sdh1   8:113  0   260M  0 part /boot/efi
222 ├─sdh2   8:114  0    10G  0 part /
223 └─sdh3   8:115  0 213.3G  0 part 
224
225 root@lib28:~# mdadm --create /dev/md0 --level=10 --raid-devices=7 /dev/sd{a,b,c,d,e,f,g}
226 mdadm: Defaulting to version 1.2 metadata
227 mdadm: array /dev/md0 started.
228
229 ...
230
231 Wait for rebuild, install bios update, reboot as needed.
232
233 root@lib28:~# dmidecode | grep 'BIOS Rev'
234         BIOS Revision: 2.7
235
236 root@lib28:~# hdparm -Tt /dev/sdh /dev/sda /dev/md0
237
238 # ssd
239 /dev/sdh:
240  Timing cached reads:   13856 MB in  1.99 seconds = 6950.11 MB/sec
241  Timing buffered disk reads: 940 MB in  3.00 seconds = 313.22 MB/sec
242
243 # single drive
244 /dev/sda:
245  Timing cached reads:   13722 MB in  1.99 seconds = 6883.27 MB/sec
246  Timing buffered disk reads: 572 MB in  3.01 seconds = 190.06 MB/sec
247
248 # raid10, 7 disks
249 /dev/md0:
250  Timing cached reads:   13826 MB in  1.99 seconds = 6935.19 MB/sec
251  Timing buffered disk reads: 1888 MB in  3.01 seconds = 628.05 MB/sec
252
253
254 Now we need to create new backing block device for bcache:
255
256 root@lib28:~# cat /proc/mdstat 
257 Personalities : [raid10] [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] 
258 md127 : active (auto-read-only) raid10 sda[0] sdc[2] sdd[3] sdf[5] sdg[6] sdb[1] sde[4]
259       3418209280 blocks super 1.2 512K chunks 2 near-copies [7/7] [UUUUUUU]
260       bitmap: 0/26 pages [0KB], 65536KB chunk
261
262 root@lib28:~# make-bcache -B /dev/md127 
263 UUID:                   1c2c022b-5ed1-48d2-9ec9-499465af71a8
264 Set UUID:               83ad5994-b266-4e4b-ab6d-9be8fe419e62
265 version:                1
266 block_size:             1
267 data_offset:            16
268 [Thu Sep 20 02:23:12 2018] bcache: register_bdev() registered backing device md127
269
270
271 Now attach cache device back to it:
272
273 root@lib28:~# bcache-super-show /dev/sdh3 | grep cset.uuid
274 cset.uuid               4a61e966-f18d-4fab-836a-3ff027963781
275
276 root@lib28:~# echo 4a61e966-f18d-4fab-836a-3ff027963781 > /sys/block/bcache0/bcache/attach 
277 [Thu Sep 20 14:18:08 2018] bcache: bch_cached_dev_attach() Caching md127 as bcache0 on set 4a61e966-f18d-4fab-836a-3ff027963781
278
279
280 Verify that bcache is active (values should NOT be all zeros if it's working):
281
282 root@lib28:~# grep . /sys/fs/bcache/*/stats_total/*
283 /sys/fs/bcache/4a61e966-f18d-4fab-836a-3ff027963781/stats_total/bypassed:40.8M
284 /sys/fs/bcache/4a61e966-f18d-4fab-836a-3ff027963781/stats_total/cache_bypass_hits:0
285 /sys/fs/bcache/4a61e966-f18d-4fab-836a-3ff027963781/stats_total/cache_bypass_misses:11
286 /sys/fs/bcache/4a61e966-f18d-4fab-836a-3ff027963781/stats_total/cache_hit_ratio:0
287 /sys/fs/bcache/4a61e966-f18d-4fab-836a-3ff027963781/stats_total/cache_hits:0
288 /sys/fs/bcache/4a61e966-f18d-4fab-836a-3ff027963781/stats_total/cache_miss_collisions:0
289 /sys/fs/bcache/4a61e966-f18d-4fab-836a-3ff027963781/stats_total/cache_misses:128
290 /sys/fs/bcache/4a61e966-f18d-4fab-836a-3ff027963781/stats_total/cache_readaheads:0
291
292 root@lib26:~# cat /sys/block/bcache0/bcache/state
293 clean
294
295
296 Optionally you might want to turn on writeback mode and then state will change
297
298 root@lib28:~# echo writeback > /sys/block/bcache0/bcache/cache_mode
299 root@lib28:~# cat /sys/block/bcache0/bcache/state
300 dirty
301
302
303
304
305 root@lib28:~# pvcreate /dev/bcache0 
306   Configuration setting "activation/thin_check_executable" unknown.
307   Physical volume "/dev/bcache0" successfully created.
308
309 root@lib28:~# vgcreate ffzgvg /dev/bcache0 
310   Configuration setting "activation/thin_check_executable" unknown.
311   Volume group "ffzgvg" successfully created
312
313
314 root@lib30:~# gnt-node modify --drained no lib28
315
316
317 We should run hbal now to re-balance drbd, but we will first migrate all instances from next
318 node to upgrade to save one copy of data over cluster
319
320 root@lib30:~# gnt-node migrate lib24
321
322 root@lib30:~# gnt-node modify --drained yes lib24
323
324 root@lib30:~# hbal -L -X
325