begin documenting migration from megaraid to md
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 19 Sep 2018 13:05:42 +0000 (15:05 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 19 Sep 2018 13:05:42 +0000 (15:05 +0200)
doc/megaraid-to-md.txt [new file with mode: 0644]

diff --git a/doc/megaraid-to-md.txt b/doc/megaraid-to-md.txt
new file mode 100644 (file)
index 0000000..82520db
--- /dev/null
@@ -0,0 +1,21 @@
+In our testing, md raid10 is about 30% faster than megaraid's internal raid10.
+
+Here are steps to replace hardware megaraid with software md5 on ganeti.
+
+
+
+
+root@lib30:/srv/gnt-info# gnt-node migrate lib28
+
+root@lib30:/srv/gnt-info# gnt-node modify --drained yes lib28
+
+root@lib30:/srv/gnt-info# hbal -L -X
+
+
+
+This will migrate instances from node, marked it as drained and then hbal will re-distribute drbd disks
+from it to rest of cluster.
+
+Alternative is to use modify -t plain, but that requires instance reboot.
+
+