[Dmraid-debian-commits] [SCM] Maintenance of the dmraid package branch, master, updated. debian/1.0.0.rc15-1.exp6-7-g4fce3ee

Giuseppe Iuculano giuseppe at iuculano.it
Fri Feb 13 07:30:12 UTC 2009


The following commit has been merged in the master branch:
commit f9630e8d4ec5b2ca97bfe50f2098d3d1ddd7c966
Author: Giuseppe Iuculano <giuseppe at iuculano.it>
Date:   Fri Feb 13 08:02:10 2009 +0100

    debian/patches/11_isw-raid10.patch: Fix mismatch between BIOS and dmraid's view of ISW raid 10 sets

diff --git a/debian/patches/11_isw-raid10.patch b/debian/patches/11_isw-raid10.patch
new file mode 100644
index 0000000..1c21091
--- /dev/null
+++ b/debian/patches/11_isw-raid10.patch
@@ -0,0 +1,14 @@
+Author: Giuseppe Iuculano <giuseppe at iuculano.it>
+Description: Fix mismatch between BIOS and dmraid's view of ISW raid 10 sets
+		(Origin: Fedora)
+--- a/1.0.0.rc15/lib/format/ataraid/isw.c
++++ b/1.0.0.rc15/lib/format/ataraid/isw.c
+@@ -155,7 +155,7 @@ name(struct lib_context *lc, struct raid
+ 
+ 			while (i--) {
+ 				if (disk == isw->disk + i) {
+-					id = i % 2;
++					id = i / 2;
+ 					goto ok;
+ 				}
+ 			}

-- 
Maintenance of the dmraid package



More information about the Dmraid-debian-commits mailing list