begin documenting migration from megaraid to md
[gnt-info] / doc / megaraid-to-md.txt
1 In our testing, md raid10 is about 30% faster than megaraid's internal raid10.
2
3 Here are steps to replace hardware megaraid with software md5 on ganeti.
4
5
6
7
8 root@lib30:/srv/gnt-info# gnt-node migrate lib28
9
10 root@lib30:/srv/gnt-info# gnt-node modify --drained yes lib28
11
12 root@lib30:/srv/gnt-info# hbal -L -X
13
14
15
16 This will migrate instances from node, marked it as drained and then hbal will re-distribute drbd disks
17 from it to rest of cluster.
18
19 Alternative is to use modify -t plain, but that requires instance reboot.
20
21